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

Too many values to unpack in calculation step #7

Closed
nerdykamil opened this issue Jul 4, 2018 · 6 comments
Closed

Too many values to unpack in calculation step #7

nerdykamil opened this issue Jul 4, 2018 · 6 comments

Comments

@nerdykamil
Copy link

nerdykamil commented Jul 4, 2018

Hey, thank you for this work. I have been trying to reproduce the results with Calc_Test and Mass_Test but at the calculation step I keep getting the following error. Can you suggest what I might be doing wrong here.
screenshot from 2018-07-04 17-04-14

@zzsd
Copy link

zzsd commented Aug 5, 2018

I also have the same problem,could you tell me how to solve it?Thank you!!!

@xDarkLemon
Copy link

xDarkLemon commented May 13, 2019

I got the error of not enough values to unpack at the same place:
ValueError: not enough values to unpack (expected 3, got 1)

@lucky777song
Copy link

Did you figure it out? I face with exactly the same problem.

@danieltao
Copy link

I have the same issue, is it fixed?

@genuinwix
Copy link

Has anyone encountered the following error:

"dm_image.py",  line 1203 in next
index_array, current_index, current_batch_size = next(self.index_generator)
ValueError: not enough values to unpack (expected 3, got 2)

Has anyone resolved this issue??

@lishen
Copy link
Owner

lishen commented Dec 7, 2019

This has to do with API changes in Keras. The code works with Keras version < 2.1.0. For example, Keras 2.0.8 is known to work.

Sorry for late response.

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

7 participants