mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
removed support of extracted(aligned) PNG faces. Use old builds to convert from PNG to JPG. fanseg model file in facelib/ is renamed
12 lines
No EOL
219 B
Python
12 lines
No EOL
219 B
Python
from .Saveable import *
|
|
from .LayerBase import *
|
|
|
|
from .Conv2D import *
|
|
from .Conv2DTranspose import *
|
|
from .Dense import *
|
|
from .BlurPool import *
|
|
|
|
from .BatchNorm2D import *
|
|
from .FRNorm2D import *
|
|
|
|
from .TLU import * |