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/07/19 21:56:17 UTC

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14779: [WIP] Fully connected, higher order grad

larroy commented on a change in pull request #14779: [WIP] Fully connected, higher order grad
URL: https://github.com/apache/incubator-mxnet/pull/14779#discussion_r305536870
 
 

 ##########
 File path: tests/python/unittest/test_higher_order_grad.py
 ##########
 @@ -18,8 +18,14 @@
 
 import math
 from mxnet import nd, autograd
-from mxnet.test_utils import assert_almost_equal, random_arrays, rand_shape_nd
+from mxnet.test_utils import assert_almost_equal, random_arrays, rand_shape_nd, same
 from common import with_seed
+import mxnet.autograd as ag
+import mxnet.ndarray as nd
+from mxnet import gluon
+import mxnet
+from nose.tools import ok_
 
 Review comment:
   I believe you, but can you elaborate?

----------------------------------------------------------------
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