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:
[email protected]
With regards,
Apache Git Services