apeforest commented on a change in pull request #15042: [MXNET-1405] tests for
large tensor support for Softmax operator
URL: https://github.com/apache/incubator-mxnet/pull/15042#discussion_r286775450
##########
File path: tests/nightly/test_large_array.py
##########
@@ -279,6 +279,19 @@ def test_diag():
assert_almost_equal(r.asnumpy(), np.diag(a_np, k=k))
+def test_softmax():
+ def softmax_forward(input_data, true_output):
+ data = mx.sym.Variable('data')
Review comment:
Why not just use ndarray API?
----------------------------------------------------------------
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