I run python test.py --cfg ./configs/caddm_test.cfg as is indicated in your readme, and I expect a successful completion of evaluation task. Instead, I got an error:
(caddm) molokanov@molokanov-pc:~/CADDM$ python test.py --cfg ./configs/caddm_test.cfg
Traceback (most recent call last):
File "test.py", line 83, in <module>
test()
File "test.py", line 41, in test
cfg = load_config(args.cfg)
File "/home/molokanov/CADDM/lib/util.py", line 10, in load_config
config = yaml.load(f)
TypeError: load() missing 1 required positional argument: 'Loader'
I run
python test.py --cfg ./configs/caddm_test.cfg
as is indicated in your readme, and I expect a successful completion of evaluation task. Instead, I got an error:My conda env is as follows:
Can you help me?