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 2018/08/02 16:46:02 UTC

[GitHub] haojin2 commented on a change in pull request #11985: Removed fixed seed from , test_loss:test_ctc_loss_train

haojin2 commented on a change in pull request #11985: Removed fixed seed from , test_loss:test_ctc_loss_train
URL: https://github.com/apache/incubator-mxnet/pull/11985#discussion_r207296898
 
 

 ##########
 File path: tests/python/unittest/test_loss.py
 ##########
 @@ -207,7 +207,7 @@ def test_ctc_loss():
     mx.test_utils.assert_almost_equal(l.asnumpy(), np.array([18.82820702, 16.50581741]))
 
 
-@with_seed(1234)
+@with_seed()
 
 Review comment:
   nit: please refer to https://github.com/apache/incubator-mxnet/pull/11888/files#diff-cb652780258e73a9cd08568f38929aa2R2509 for adding some tracking for this test.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services