piyushghai edited a comment on issue #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker URL: https://github.com/apache/incubator-mxnet/pull/11626#issuecomment-404053135 I am checking the following scenarios to save/load models : 1. Hybridized models import/export API from [Gluon Package](https://mxnet.incubator.apache.org/api/python/gluon/gluon.html) 2. Gluon Models load_params/save_params API from [Gluon Package](https://mxnet.incubator.apache.org/api/python/gluon/gluon.html) 3. Gluon Models load_parameters/save_parameters API from [Gluon Package](https://mxnet.incubator.apache.org/api/python/gluon/gluon.html) 4. Declarative Models load_checkpoint() from [Model API](https://mxnet.incubator.apache.org/api/python/model.html) The Models are trained and saved on older MXNet versions, while the loading and inference part is performed on the newer versions.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
