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 19:01:57 UTC

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

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

 ##########
 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:
   addressed this change as well

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