apeforest commented on a change in pull request #14779: [WIP] Fully connected, higher order grad URL: https://github.com/apache/incubator-mxnet/pull/14779#discussion_r305545886
########## 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 Review comment: See https://github.com/apache/incubator-mxnet/pull/14779/files#diff-5ab121a4f290c534d444064283a6e35fR20 ---------------------------------------------------------------- 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
