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

Improve CI to track MXNet deprecated or changed API #173

Open roywei opened 5 years ago

roywei commented 5 years ago

We need to improve CI to find any deprecated API in mxnet. In case changes in MXNet breaks keras-mxnet, we will find out the resolve it before breaking change happen.

For example, we used mx.sym.Concat, and it's deprecated and we have to change to mx.sym.concat. We need to systematic way to find and replace them before it breaks.