You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/01 17:11:52 UTC

[GitHub] lanking520 commented on a change in pull request #11971: [MXNET-751] fix ce_loss flaky

lanking520 commented on a change in pull request #11971: [MXNET-751] fix ce_loss flaky
URL: https://github.com/apache/incubator-mxnet/pull/11971#discussion_r206960947
 
 

 ##########
 File path: tests/python/unittest/test_loss.py
 ##########
 @@ -64,7 +64,9 @@ def get_net(num_hidden, flatten=True):
     fc3 = mx.symbol.FullyConnected(act2, name='fc3', num_hidden=num_hidden, flatten=flatten)
     return fc3
 
-@with_seed(1234)
+# @lanking520: adding Xavier initializer and problem solved
 
 Review comment:
   @haojin2 shall we do that? Or I can change to something clearer: `because of missing Xavier initializer, this test used to be flaky`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services