Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: 'Non-existent config key: MODEL.WETGHTS' #180

Open
MrCrightH opened this issue Aug 10, 2022 · 0 comments
Open

KeyError: 'Non-existent config key: MODEL.WETGHTS' #180

MrCrightH opened this issue Aug 10, 2022 · 0 comments

Comments

@MrCrightH
Copy link

)
Traceback (most recent call last):
File "tools/train_net.py", line 124, in
launch(
File "/home/sjk/mrch/FSCE/fsdet/engine/launch.py", line 52, in launch
main_func(*args)
File "tools/train_net.py", line 100, in main
cfg = setup(args)
File "tools/train_net.py", line 91, in setup
cfg.merge_from_file(args.config_file)
File "/home/sjk/mrch/FSCE/fsdet/config/config.py", line 46, in merge_from_file
self.merge_from_other_cfg(loaded_cfg)
File "/home/sjk/anaconda3/envs/chpy/lib/python3.8/site-packages/fvcore/common/config.py", line 132, in merge_from_other_cfg
return super().merge_from_other_cfg(cfg_other)
File "/home/sjk/anaconda3/envs/chpy/lib/python3.8/site-packages/yacs/config.py", line 217, in merge_from_other_cfg
_merge_a_into_b(cfg_other, self, self, [])
File "/home/sjk/anaconda3/envs/chpy/lib/python3.8/site-packages/yacs/config.py", line 478, in _merge_a_into_b
_merge_a_into_b(v, b[k], root, key_list + [k])
File "/home/sjk/anaconda3/envs/chpy/lib/python3.8/site-packages/yacs/config.py", line 491, in _merge_a_into_b
raise KeyError("Non-existent config key: {}".format(full_key))
KeyError: 'Non-existent config key: MODEL.WETGHTS'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant