VainF / Pytorch-Synchronized-BatchNorm

Synchronized batchnorm for pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't need callback?

jianlong-yuan opened this issue · comments

When we use your code, do we need call back?

		net = nn.DataParallel(net)
		patch_replication_callback(net)