haojin2 commented on a change in pull request #11955: [MXNET-751] fix bce_loss
flaky
URL: https://github.com/apache/incubator-mxnet/pull/11955#discussion_r207620222
##########
File path: tests/python/unittest/test_loss.py
##########
@@ -81,8 +81,10 @@ def test_ce_loss():
eval_metric=mx.metric.Loss(), optimizer='adam')
assert mod.score(data_iter, eval_metric=mx.metric.Loss())[0][1] < 0.05
-
-@with_seed(1234)
+# @lanking520: getting rid of the fixed seed
+# and add atol and rtol
Review comment:
Feel free to remove those comments and simply link the issue in PR
description.
----------------------------------------------------------------
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