apeforest commented on a change in pull request #16371: Adding large tensor
support and test for gather_nd
URL: https://github.com/apache/incubator-mxnet/pull/16371#discussion_r331717020
##########
File path: tests/nightly/test_large_array.py
##########
@@ -1212,6 +1212,15 @@ def test_full():
assert a[-1][-1] == 3
+def test_gather():
+ arr = mx.nd.ones((LARGE_X, SMALL_Y))
Review comment:
We don't need nested parentheses right??
----------------------------------------------------------------
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]
With regards,
Apache Git Services