YufeiWang777 / LRRU

Official implementation of ``LRRU: Long-short Range Recurrent Updating Networks for Depth Completion'', ICCV 2023.
79 stars 3 forks source link

'Non-existent config key: loss' #23

Open nosaywood opened 2 weeks ago

nosaywood commented 2 weeks ago

Traceback (most recent call last): File "train_apex.py", line 8, in config = get_cfg(arg) File "/data/home/2023/wangbingqi/RGBD/LRRU/configs/init.py", line 13, in get cfg.merge_from_file('configs/' + arg.configuration) File "/data/home/2023/wangbingqi/miniconda3/envs/lrru/lib/python3.7/site-packages/yacs/config.py", line 213, in merge_from_file self.merge_from_other_cfg(cfg) File "/data/home/2023/wangbingqi/miniconda3/envs/lrru/lib/python3.7/site-packages/yacs/config.py", line 217, in merge_from_other_cfg _merge_a_into_b(cfg_other, self, self, []) File "/data/home/2023/wangbingqi/miniconda3/envs/lrru/lib/python3.7/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: loss' 您好,想请教您一下这个问题,报错如上

zhengyu2023 commented 1 week ago

你好我也有同样的问题,你解决了吗