juliandewit / kaggle_ndsb2017

Kaggle datascience bowl 2017
MIT License
622 stars 290 forks source link

Why are the coordinates of predict results are all zero running step3_predict _nodules.py? #20

Closed tjliupeng closed 7 years ago

tjliupeng commented 7 years ago

Hi, Julian,

After training, I run step3_predict _nodules.py and the result is odd: all the x, y, z coordinates are 0.0, and diameter_mm column are all negative.

What's the possible problem?

Thanks

tjliupeng commented 7 years ago

The root cause is that the (int/int) in python 2 is 0.