This commit is contained in:
iperov
2021-09-29 16:41:43 +04:00
parent 8a897f236f
commit 33ff0be722
2 changed files with 10 additions and 4 deletions
+1
View File
@@ -8,6 +8,7 @@ from .Dense import *
from .BlurPool import *
from .BatchNorm2D import *
from .InstanceNorm2D import *
from .FRNorm2D import *
from .TLU import *