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 2019/05/23 04:53:19 UTC

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15042: [MXNET-1405] tests for large tensor support for Softmax operator

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:
users@infra.apache.org


With regards,
Apache Git Services