-
Notifications
You must be signed in to change notification settings - Fork 378
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
'Non-existent config key: MODEL.BACKBONE.OUT_CHANNELS' #112
Comments
KeyError Traceback (most recent call last) in init(self) in _build_detection_model(self) ~/anaconda3/envs/vilbert-mt/lib/python3.6/site-packages/yacs/config.py in merge_from_file(self, cfg_filename) ~/anaconda3/envs/vilbert-mt/lib/python3.6/site-packages/yacs/config.py in merge_from_other_cfg(self, cfg_other) ~/anaconda3/envs/vilbert-mt/lib/python3.6/site-packages/yacs/config.py in _merge_a_into_b(a, b, root, key_list) ~/anaconda3/envs/vilbert-mt/lib/python3.6/site-packages/yacs/config.py in _merge_a_into_b(a, b, root, key_list) ~/anaconda3/envs/vilbert-mt/lib/python3.6/site-packages/yacs/config.py in _merge_a_into_b(a, b, root, key_list) KeyError: 'Non-existent config key: MODEL.BACKBONE.OUT_CHANNELS' |
when I want to run the demo, it become (the last few lines)
~/anaconda3/envs/vilbert-mt/lib/python3.6/site-packages/yacs/config.py in _merge_a_into_b(a, b, root, key_list)
476 if isinstance(v, CfgNode):
477 try:
--> 478 _merge_a_into_b(v, b[k], root, key_list + [k])
479 except BaseException:
480 raise
~/anaconda3/envs/vilbert-mt/lib/python3.6/site-packages/yacs/config.py in _merge_a_into_b(a, b, root, key_list)
489 root.raise_key_rename_error(full_key)
490 else:
--> 491 raise KeyError("Non-existent config key: {}".format(full_key))
492
493
KeyError: 'Non-existent config key: MODEL.BACKBONE.OUT_CHANNELS'
12/16/2021 09:09:14 PM INFO: Shutdown kernel
12/16/2021 09:09:14 PM WARNING: Exiting with nonzero exit status
The text was updated successfully, but these errors were encountered: