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 when model testing #16

Closed
genuinwix opened this issue Nov 22, 2019 · 1 comment
Closed

ValueError when model testing #16

genuinwix opened this issue Nov 22, 2019 · 1 comment

Comments

@genuinwix
Copy link

genuinwix commented Nov 22, 2019

I encountered the following error
ValueError: not enough values to unpack (expected 3, got 2) when accessing
index_array, current_index, current_batch_size = next(self.index_generator) in line 1203 in dm_image.py

This happens in both fine tuning phase and model testing phase (as executing in "Example_model_test.ipynb" notebook inside ddsm_train folder)

Is there anyone also encountered this issue and resolved it?

@lishen
Copy link
Owner

lishen commented Dec 7, 2019

This is the same error as issue #7 You'll have to downgrade your Keras to <2.1.0.

@lishen lishen closed this as completed Dec 7, 2019
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