TaoLv commented on a change in pull request #14682: Fixes flaky test_gluon_rnn.py:test_layer_bidirectional URL: https://github.com/apache/incubator-mxnet/pull/14682#discussion_r274909903
########## File path: tests/python/unittest/test_gluon_rnn.py ########## @@ -23,7 +23,7 @@ import unittest from mxnet.test_utils import almost_equal, assert_almost_equal from common import assert_raises_cudnn_not_satisfied - +from tests.python.unittest.common import with_seed Review comment: Can we merge this line into L25? ```python from common import assert_raises_cudnn_not_satisfied, with_seed ``` ---------------------------------------------------------------- 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
