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:08:50 UTC

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

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

 ##########
 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:
   I think you can remove this comment as people in future won't understand that it was related to flaky tests

----------------------------------------------------------------
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