Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: dictionary update sequence element #0 has length 1; 2 is required #4

Open
Shn9909 opened this issue Feb 28, 2023 · 0 comments

Comments

@Shn9909
Copy link

Shn9909 commented Feb 28, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant