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



##########
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:
       this change isnt needed, should revert all changes in this file




----------------------------------------------------------------
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]


Reply via email to