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
我使用这行命令运行时报错
Building network...
Traceback (most recent call last):
File "scripts/image_process.py", line 115, in
image_process()
File "/home/ehooph/anaconda3/envs/LED-ICCV23/lib/python3.8/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context
return func(*args, **kwargs)
File "scripts/image_process.py", line 89, in image_process
network_g = build_network(yaml_load(args.network_options)['network_g'])
KeyError: 'network_g'
请问怎么解决
The text was updated successfully, but these errors were encountered:
python scripts/image_process.py -p 'pretrained/LED_Pretrain_None_None_CVPR20_Setting_Ratio100-300.pth' --data_path '/media/ehooph/data/Dataset/speednoise/raw' --save_path '/media/ehooph/data/Dataset/speednoise/change' -opt 'options/LED/pretrain/CVPR20_ELD_Setting.yaml' --led
我使用这行命令运行时报错
Building network...
Traceback (most recent call last):
File "scripts/image_process.py", line 115, in
image_process()
File "/home/ehooph/anaconda3/envs/LED-ICCV23/lib/python3.8/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context
return func(*args, **kwargs)
File "scripts/image_process.py", line 89, in image_process
network_g = build_network(yaml_load(args.network_options)['network_g'])
KeyError: 'network_g'
请问怎么解决
The text was updated successfully, but these errors were encountered: