reminisce commented on a change in pull request #14638: [MXNET-1382] Add the
index_array operator
URL: https://github.com/apache/incubator-mxnet/pull/14638#discussion_r283200165
##########
File path: tests/python/unittest/test_operator.py
##########
@@ -8054,6 +8054,68 @@ def test_image_normalize():
# check backward using finite difference
check_numeric_gradient(img_norm_sym, [data_in_4d], atol=0.001)
+@with_seed()
Review comment:
Could you define a function called `test_index_array` that holds all the
test functions you defined here? It's easier and cleaner to maintain just one
test function for one operator.
----------------------------------------------------------------
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