Closed nerdykamil closed 4 years ago
I also have the same problem,could you tell me how to solve it?Thank you!!!
I got the error of not enough values to unpack at the same place:
ValueError: not enough values to unpack (expected 3, got 1)
Did you figure it out? I face with exactly the same problem.
I have the same issue, is it fixed?
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??
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.
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.