awslabs / keras-apache-mxnet

[DEPRECATED] Amazon Deep Learning's Keras with Apache MXNet support
https://github.com/awslabs/keras-apache-mxnet/wiki
Other
290 stars 65 forks source link

fix test dataset #244

Closed roywei closed 5 years ago

roywei commented 5 years ago

test_imdb is failing deterministically due to numpy update on 1.16, we have to specify allow_pickle as True

roywei commented 5 years ago

cc @sandeep-krishnamurthy, I will merge this fix as we need to release keras-mxnet ASAP for our users, and this is blocking CI.