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
when I test,I meet that:
Called with args:
Namespace(cfg_file=None, dataset_dir=None, experiment_dir=None, gpu_id=None, pt_epoch='079', pt_id='20221110_090530_324663', set_cfg=None, use_gpu=None)
Traceback (most recent call last):
File "test.py", line 82, in
cfg_from_list(set_positional_cfg(args)) # input arguments override cfg files and defaults
File "/home/wuting/Spatialtem-multi/lib/utils/config_file_handling.py", line 70, in cfg_from_list
assert subkey in d
AssertionError
can you help me??Thanks~
The text was updated successfully, but these errors were encountered:
when I test,I meet that:
Called with args:
Namespace(cfg_file=None, dataset_dir=None, experiment_dir=None, gpu_id=None, pt_epoch='079', pt_id='20221110_090530_324663', set_cfg=None, use_gpu=None)
Traceback (most recent call last):
File "test.py", line 82, in
cfg_from_list(set_positional_cfg(args)) # input arguments override cfg files and defaults
File "/home/wuting/Spatialtem-multi/lib/utils/config_file_handling.py", line 70, in cfg_from_list
assert subkey in d
AssertionError
can you help me??Thanks~
The text was updated successfully, but these errors were encountered: