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
I just run 'python val.py --config_path ./configs/basicvsr/val.yaml --save_metrics ./output/quality_metrics.json'.
But i got :
raceback (most recent call last):
File "val.py", line 51, in
val(final_config, path_args.save_metrics)
File "val.py", line 35, in val
net, eval_network = create_model_by_name(model_name=cfg.model.name, cfg=cfg)
File "/home/ma-user/work/mindediting-master/mindediting/models/init.py", line 491, in create_model_by_name
cfg, network_creator = get_model_info(model_name, cfg)
File "/home/ma-user/work/mindediting-master/mindediting/models/init.py", line 506, in get_model_info
model_creator_name = MODEL_NAME_TO_DEFAULT_INFO[model_name][0]
KeyError: 'basicvsr'
The text was updated successfully, but these errors were encountered:
I just run 'python val.py --config_path ./configs/basicvsr/val.yaml --save_metrics ./output/quality_metrics.json'.
But i got :
raceback (most recent call last):
File "val.py", line 51, in
val(final_config, path_args.save_metrics)
File "val.py", line 35, in val
net, eval_network = create_model_by_name(model_name=cfg.model.name, cfg=cfg)
File "/home/ma-user/work/mindediting-master/mindediting/models/init.py", line 491, in create_model_by_name
cfg, network_creator = get_model_info(model_name, cfg)
File "/home/ma-user/work/mindediting-master/mindediting/models/init.py", line 506, in get_model_info
model_creator_name = MODEL_NAME_TO_DEFAULT_INFO[model_name][0]
KeyError: 'basicvsr'
The text was updated successfully, but these errors were encountered: