You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 tomx.sym.concat
. We need to systematic way to find and replace them before it breaks.The text was updated successfully, but these errors were encountered: