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/02 19:08:23 UTC

[GitHub] zhanghang1989 commented on issue #12001: SyncBatchNorm problems

zhanghang1989 commented on issue #12001: SyncBatchNorm problems
URL: https://github.com/apache/incubator-mxnet/issues/12001#issuecomment-410035501
 
 
   The `SyncBN` is implemented in a blocking way. Please use `DataParallelModel` in https://github.com/dmlc/gluon-cv/blob/master/gluoncv/utils/parallel.py#L11 for debugging, printing or `asnumpy`. 

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