mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 21:12:07 -07:00
enhanced SAE model. You should to restart training.
new default style power = 2.0 fix DF default batch sizes. upd readme
This commit is contained in:
parent
22401cecfc
commit
946688567d
5 changed files with 137 additions and 134 deletions
|
@ -75,6 +75,7 @@ Conv2D = keras.layers.Conv2D
|
|||
Conv2DTranspose = keras.layers.Conv2DTranspose
|
||||
SeparableConv2D = keras.layers.SeparableConv2D
|
||||
MaxPooling2D = keras.layers.MaxPooling2D
|
||||
UpSampling2D = keras.layers.UpSampling2D
|
||||
BatchNormalization = keras.layers.BatchNormalization
|
||||
|
||||
LeakyReLU = keras.layers.LeakyReLU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue