JiangZhaoh commented on a change in pull request #18251:
URL: https://github.com/apache/incubator-mxnet/pull/18251#discussion_r424820040
##########
File path: python/mxnet/util.py
##########
@@ -840,7 +840,7 @@ def set_np(shape=True, array=True):
def reset_np():
- """Deactivate NumPy shape and array semantics at the same time."""
+ """Deactivate NumPy shape and array and deafult dtype semantics at the
same time."""
set_np(shape=False, array=False)
Review comment:
OK, I have added flag `dtype=False` to `set_np()`
----------------------------------------------------------------
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]