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

An error occurs ' 'ValueError: too many values to unpack (expected 3)' #2

Closed
jhq1234 opened this issue Jul 2, 2021 · 1 comment
Closed

Comments

@jhq1234
Copy link

jhq1234 commented Jul 2, 2021

An error occurs ' 'ValueError: too many values to unpack (expected 3)'

When I run a code 'python train.py --config_file=resnet50_cuhk', the train starts successfully but at the end, after 50 epoch, an error occurs like this 'ValueError: too many values to unpack (expected 3)'
How can I solve this problem?

@lannguyen0910
Copy link
Owner

Hi @jhq1234, thank you for reporting this issue, the evaluation session when training was missing some return values so that it caused the error which you might have experienced. I have fixed this error recently and updated the notebook, you can follow the instructions for better experience in training and testing.

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

2 participants