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 2021/08/14 00:16:12 UTC

[GitHub] [incubator-mxnet] barry-jin commented on a change in pull request #20490: [DOC][v2.0] Part3: Evaluate Notebooks

barry-jin commented on a change in pull request #20490:
URL: https://github.com/apache/incubator-mxnet/pull/20490#discussion_r688834544



##########
File path: docs/python_docs/python/tutorials/packages/np/cheat-sheet.md
##########
@@ -90,7 +90,7 @@ npx.load('my_array')
 ```{.python .input}
 # Save a list of arrays
 b = np.array([4, 6, 8])
-npx.save('my_arrays', [a, b])  # FIXME, cannot be a tuple
+npx.savez('my_arrays', *[a, b])  # FIXME, cannot be a tuple

Review comment:
       Not relevant. Let me remove the comment. 




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

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org