You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/12/12 02:05:28 UTC

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #19565: [v1.x] Save/Load Gluon Blocks & HybridBlocks

samskalicky commented on a change in pull request #19565:
URL: https://github.com/apache/incubator-mxnet/pull/19565#discussion_r541475619



##########
File path: python/mxnet/contrib/quantization.py
##########
@@ -376,7 +375,7 @@ def _load_sym(sym, logger=None):
         symbol_file_path = os.path.join(cur_path, sym)
         if logger:
             logger.info('Loading symbol from file %s' % symbol_file_path)
-        return sym_load(symbol_file_path)
+        return Symbol.load(symbol_file_path)

Review comment:
       done




----------------------------------------------------------------
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:
users@infra.apache.org