-
Notifications
You must be signed in to change notification settings - Fork 13
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: too many values to unpack (expected 2) #9
Comments
What command did you execute? Do you pass any custom number for batch size? |
I execute the following command: |
You are running it using which hardware setup? I First tried to train using a CPU and I faced issues. But running in a GPU solved them all. |
I am running it in GPU... |
Did you make any change on the config files ? |
I did, but related to the use case I'm experimenting with. I did start from Maybe it is a good idea to compare both config files I do see that in the README they do not have these configs in the example, so perhaps the |
That's correct but I wanted to get the best results on Widerface (mAP 93%) and MogFace_Ali-AMS is not that close.. |
Did you find any solution to it? |
Unfortunately no.. |
I am trying to train the mogface with configurations from MogFace.yml to reproduce the best sota results on wider face but I am getting this error:
MogFace-master/train.py", line 138, in
images, targets = next(batch_iterator)
ValueError: too many values to unpack (expected 2)
Does anybody know how to overcome this error ?
The text was updated successfully, but these errors were encountered: