juliandewit / kaggle_ndsb2

3rd place solution for the second kaggle national datascience bowl
Apache License 2.0
93 stars 53 forks source link

step2_predict_volumes: errors when iterating an ndarray #7

Open Mostafaghelich opened 6 years ago

Mostafaghelich commented 6 years ago

Dear Julian,

thank you for your valuable work and your practical code.

I was running "step2_predict_volumes.py". in line 130: predictions = pred_model.predict(pred_iter)

the code goes to models.py from mxnet .egg file. and it raises an error which says: "d:\chhong\mxnet\include\mxnet./ndarray.h:217: Check failed: (shape_[0]) >= (end) Slice end index out of range"

I read about this problems but I couldn't fix it.

Would you please help me?