haojin2 commented on a change in pull request #11995: Remove fixed seed for
test_l1_loss and test_l2_loss
URL: https://github.com/apache/incubator-mxnet/pull/11995#discussion_r207602490
##########
File path: tests/python/unittest/test_loss.py
##########
@@ -144,7 +144,7 @@ def test_kl_loss():
assert mod.score(data_iter, eval_metric=mx.metric.Loss())[0][1] < 0.05
-@with_seed(1234)
+@with_seed()
Review comment:
I've approved this before I sent this nit, you are free to remove it if you
think it's unnecessary. I simply thought this would be a quicker way to track
issues and attribute ownership in the future.
----------------------------------------------------------------
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