anirudhacharya commented on a change in pull request #9892: [WIP] Serde Module for Import/Export of models between Onnx and Mxnet URL: https://github.com/apache/incubator-mxnet/pull/9892#discussion_r171134319
########## File path: python/mxnet/contrib/serde/_export/__init__.py ########## @@ -0,0 +1,4 @@ +import onnx + +def export_model(sym, params): + pass Review comment: Will delete this module for now. ---------------------------------------------------------------- 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
