awslabs / keras-apache-mxnet

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

update to python 3.7 #249

Closed roywei closed 4 years ago

roywei commented 4 years ago

Summary

Using Python3.7 for python 3 tests. It seems the latest stable 1.x tensorflow is 1.15 and only available for python3.7 (not 3.6/3.5). Updated to use python3.7 environment in AWS code build. change install commands to use python3.7 as the default python3 is python3.5 on the code build environment.

Related Issues

PR Overview