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 18:32:55 UTC

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

vrakesh commented on a change in pull request #11986: Removed fixed seed from , test_loss:test_sample_weight_loss
URL: https://github.com/apache/incubator-mxnet/pull/11986#discussion_r207330162
 
 

 ##########
 File path: tests/python/unittest/test_loss.py
 ##########
 @@ -225,7 +225,7 @@ def test_ctc_loss_train():
     assert mod.score(data_iter, eval_metric=mx.metric.Loss())[0][1] < 10
 
 
-@with_seed(1234)
+@with_seed()
 
 Review comment:
   Added the tracking for this

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