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 18:02:19 UTC

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

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


With regards,
Apache Git Services