snap-stanford / roland

Other
125 stars 23 forks source link

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

Open BITNEO opened 8 months ago

BITNEO commented 8 months ago

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 commented 8 months ago

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?