You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: