lishen / end2end-all-conv

Deep Learning to Improve Breast Cancer Detection on Screening Mammography
Other
367 stars 126 forks source link

Too many values to unpack in calculation step #7

Closed nerdykamil closed 4 years ago

nerdykamil commented 6 years ago

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 commented 6 years ago

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

xDarkLemon commented 5 years ago

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 commented 5 years ago

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

danieltao commented 5 years ago

I have the same issue, is it fixed?

genuinwix commented 4 years ago

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 commented 4 years ago

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.