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

 ##########
 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:
   Maybe we can move this to the description section of your PR, and eliminate 
from the code.

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

Reply via email to