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: transaction' #11

Open
BITNEO opened this issue Feb 27, 2024 · 1 comment
Open

KeyError: 'Non-existent config key: transaction' #11

BITNEO opened this issue Feb 27, 2024 · 1 comment

Comments

@BITNEO
Copy link

BITNEO commented Feb 27, 2024

Traceback (most recent call last):
File "/home/roland-master/run/main.py", line 185, in
cfg.merge_from_file(args.cfg_file)
File "/home/anaconda3/envs/torch/lib/python3.9/site-packages/yacs/config.py", line 213, in merge_from_file
self.merge_from_other_cfg(cfg)
File "/home/anaconda3/envs/torch/lib/python3.9/site-packages/yacs/config.py", line 217, in merge_from_other_cfg
_merge_a_into_b(cfg_other, self, self, [])
File "/home/anaconda3/envs/torch/lib/python3.9/site-packages/yacs/config.py", line 473, in _merge_a_into_b
raise KeyError("Non-existent config key: {}".format(full_key))
KeyError: 'Non-existent config key: transaction'
It seems some keys (e.g. transaction) in .yaml configuation files are not supported ?

@TianyuDu
Copy link
Collaborator

Thanks for your feedback! Could you please provide the command (e.g., python ....) you ran so that I can replicate and investigate into this issue?

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

2 participants