Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Improve CI to track MXNet deprecated or changed API #173

Open
roywei opened this issue Sep 17, 2018 · 0 comments
Open

Improve CI to track MXNet deprecated or changed API #173

roywei opened this issue Sep 17, 2018 · 0 comments
Labels
CI CI and testing enhancement

Comments

@roywei
Copy link

roywei commented Sep 17, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI CI and testing enhancement
Projects
None yet
Development

No branches or pull requests

1 participant