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

remove version check in mxnet backend when using foreach operator #175

Closed roywei closed 5 years ago

roywei commented 6 years ago

currently foreach operator is used in mxnet backend, but it requires mxnet 1.3.1(nightly build of latest master) so we are checking versions there. We will remove it once mxnet 1.3.1 stable version released.