update module

This commit is contained in:
jh 2021-03-12 17:58:25 -08:00
commit 1ac2d26710

View file

@ -13,4 +13,5 @@ from .FRNorm2D import *
from .TLU import *
from .ScaleAdd import *
from .DenseNorm import *
from .AdaIN import *
from .AdaIN import *
from .MsSsim import *