temp commit

This commit is contained in:
2020-10-10 10:43:00 +08:00
parent 776fe40199
commit 6ea13df465
10 changed files with 340 additions and 295 deletions

View File

@@ -0,0 +1,3 @@
from util.misc import import_submodules
__all__ = import_submodules(__name__).keys()

View File

@@ -1,10 +1,4 @@
from model.registry import MODEL, NORMALIZATION
import model.GAN.CycleGAN
import model.GAN.MUNIT
import model.GAN.TAFG
import model.GAN.TSIT
import model.GAN.UGATIT
import model.GAN.base
import model.GAN.wrapper
import model.GAN
import model.base.normalization