-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
721e7f4
commit 95bbcb2
Showing
6 changed files
with
760 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# -*- coding: utf-8 -*- | ||
# File : __init__.py | ||
# Author : Jiayuan Mao | ||
# Email : maojiayuan@gmail.com | ||
# 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 set_sbn_eps_mode | ||
from .batchnorm import SynchronizedBatchNorm1d, SynchronizedBatchNorm2d, SynchronizedBatchNorm3d | ||
from .batchnorm import patch_sync_batchnorm, convert_model | ||
from .replicate import DataParallelWithCallback, patch_replication_callback |
Oops, something went wrong.