apeforest commented on a change in pull request #14779: [Don't merge] Fully
connected, higher order grad
URL: https://github.com/apache/incubator-mxnet/pull/14779#discussion_r294015786
##########
File path: tests/python/unittest/test_gluon.py
##########
@@ -915,6 +915,24 @@ def test_sequential_warning():
assert len(w) == 1
+@with_seed()
+def test_dense_backward():
Review comment:
Can we also move this test to test_higher_order.py so it's easier to track
higher order supported operators?
----------------------------------------------------------------
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