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/09/24 09:27:12 UTC

[GitHub] jianchao-li edited a comment on issue #11502: [MXNET-614] Adding Synchronized Batch Normalization

jianchao-li edited a comment on issue #11502: [MXNET-614] Adding Synchronized Batch Normalization
URL: https://github.com/apache/incubator-mxnet/pull/11502#issuecomment-423918828
 
 
   > Set Rank and Barrier in forward and backward as separate variables won't resolve the deadlock issue. I suggest instead we postfix their key parameter with "forward" and "backward".
   
   Hello, @RogerChern. I also met a deadlock issue while [training PSPNet on `gluon-cv`](https://github.com/dmlc/gluon-cv/blob/master/scripts/segmentation/train.py). For the "key parameter" you mentioned above, do you mean [the one in this line](https://github.com/apache/incubator-mxnet/blob/c93c78e6459eb55ddba65b5564db366e612733f8/python/mxnet/gluon/contrib/nn/basic_layers.py#L225)? Could you please share more details about the fix? Thank you.

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