Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	File size: 449 Bytes
			
			| a22eb82 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # -*- coding: utf-8 -*-
# File   : __init__.py
# Author : Jiayuan Mao
# Email  : [email protected]
# Date   : 27/01/2018
# 
# This file is part of Synchronized-BatchNorm-PyTorch.
# https://github.com/vacancy/Synchronized-BatchNorm-PyTorch
# Distributed under MIT License.
from .batchnorm import SynchronizedBatchNorm1d, SynchronizedBatchNorm2d, SynchronizedBatchNorm3d
from .replicate import DataParallelWithCallback, patch_replication_callback
 | 
