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_r283199677
##########
File path: tests/python/gpu/test_operator_gpu.py
##########
@@ -2130,6 +2130,68 @@ def test_bilinear_sampler_versions():
if req_dict['grid'] is 'write':
assert_almost_equal(exe.grad_dict['grid'].asnumpy(),
exe_list[ref_idx].grad_dict['grid'].asnumpy(), rtol=1e-3, atol=1e-5)
+@with_seed()
Review comment:
The tests defined in `test_operator.py` will be run with `ctx=mx.gpu()` in
CI. There is no need to duplicate test code 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]
With regards,
Apache Git Services