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_r207637496
##########
File path: tests/python/unittest/test_loss.py
##########
@@ -224,8 +224,9 @@ def test_ctc_loss_train():
optimizer='adam')
assert mod.score(data_iter, eval_metric=mx.metric.Loss())[0][1] < 10
-
-@with_seed(1234)
+# @vrakesh: Get rid of fixed seed, as flakiness cannot be reporduced
+# Issue tracked at https://github.com/apache/incubator-mxnet/issues/11700
Review comment:
done
----------------------------------------------------------------
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