mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-14 10:46:59 -07:00
leras : DepthwiseConv2D
This commit is contained in:
parent
85ede1a7e7
commit
cfd7803e0d
2 changed files with 111 additions and 0 deletions
|
@ -3,6 +3,7 @@ from .LayerBase import *
|
|||
|
||||
from .Conv2D import *
|
||||
from .Conv2DTranspose import *
|
||||
from .DepthwiseConv2D import *
|
||||
from .Dense import *
|
||||
from .BlurPool import *
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue