Detectron support Synchronous BN or not

Created on 23 Jan 2018  路  2Comments  路  Source: facebookresearch/Detectron

Most helpful comment

@gaopeng-eugene: multi-device synchronous BN is not supported at the moment. It will likely be supported in the future after the Caffe2 multi-device BN implementation is finished. For now, all models use fixed AffineChannel ops to replace the BN op from the original pretraining network.

All 2 comments

@gaopeng-eugene: multi-device synchronous BN is not supported at the moment. It will likely be supported in the future after the Caffe2 multi-device BN implementation is finished. For now, all models use fixed AffineChannel ops to replace the BN op from the original pretraining network.

Is that supported now?

Was this page helpful?
0 / 5 - 0 ratings