eric-haibin-lin commented on a change in pull request #7698: Second order 
gradient and Subgraph execution
URL: https://github.com/apache/incubator-mxnet/pull/7698#discussion_r139199432
 
 

 ##########
 File path: tests/python/unittest/test_autograd.py
 ##########
 @@ -117,7 +117,7 @@ def check_unary_func(x):
         f_square_grad = lambda x: [2*x]
         autograd_assert(x, func=f_square, grad_func=f_square_grad)
     uniform = nd.uniform(shape=(4, 5))
-    stypes = ['row_sparse', 'csr', 'default']
+    stypes = ['default']  #,'row_sparse', 'csr']
 
 Review comment:
   ok
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to