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

Nightly build of keras-mxnet with python 3 is failing #124

Closed kalyc closed 6 years ago

kalyc commented 6 years ago

Build appears to be failing because of time out

frankfliu commented 6 years ago

@sandeep-krishnamurthy requesting this be labeled under CI.

roywei commented 6 years ago

Root cause: some of the tests hang for too long on python 3.5 image Resolved by using python 3.6.5 image on CodeBuild, aligned with official Keras CI (using 3.6)