yjxiong / caffe

A fork of Caffe with OpenMPI-based Multi-GPU (mainly data parallel) support for action recognition and more. More documentation please see the original readme.
http://caffe.berkeleyvision.org/
Other
551 stars 153 forks source link

SyncBN when inference? #196

Closed boundles closed 6 years ago

boundles commented 6 years ago

How to use sync BN when inference?

yjxiong commented 6 years ago

You can use BN or SyncBN in inference. They are identical there.