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
Traceback (most recent call last):
File "/tmp/pycharm_project_354/src/evaluation/train.py", line 221, in
main()
File "/tmp/pycharm_project_354/src/evaluation/train.py", line 64, in main
arch = dict(cfg)[configuration][settings][args.search_task_id]
ValueError: dictionary update sequence element #0 has length 1; 2 is required
Process finished with exit code 1
hello,when running train, I created a new yaml file, wrote the keyword s1_cifar10 in it, and then got that error. I would like to know if it is caused by missing the original yaml file? thanks!
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/tmp/pycharm_project_354/src/evaluation/train.py", line 221, in
main()
File "/tmp/pycharm_project_354/src/evaluation/train.py", line 64, in main
arch = dict(cfg)[configuration][settings][args.search_task_id]
ValueError: dictionary update sequence element #0 has length 1; 2 is required
Process finished with exit code 1
hello,when running train, I created a new yaml file, wrote the keyword s1_cifar10 in it, and then got that error. I would like to know if it is caused by missing the original yaml file? thanks!
The text was updated successfully, but these errors were encountered: