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

 ##########
 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:
   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:
[email protected]


With regards,
Apache Git Services

Reply via email to