chinakook commented on a change in pull request #17970:
URL: https://github.com/apache/incubator-mxnet/pull/17970#discussion_r474366220
##########
File path: python/mxnet/gluon/block.py
##########
@@ -1248,7 +1248,11 @@ def export(self, path, epoch=0, remove_amp_cast=True):
will be created, where xxxx is the 4 digits epoch number.
epoch : int
Epoch number of saved model.
-
+ remove_amp_cast : bool, optional
+ Whether to remove the amp_cast and amp_multicast operators, before
exporting the model.
+ allow_extra : bool, optional
Review comment:
I think it's not necessary.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]