mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 06:23:20 -07:00
change "PELU" to "pelu"
This commit is contained in:
parent
3a9d450281
commit
ea87173f33
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ keras_contrib = nnlib.keras_contrib
|
|||
GroupNormalization = keras_contrib.layers.GroupNormalization
|
||||
InstanceNormalization = keras_contrib.layers.InstanceNormalization
|
||||
Padam = keras_contrib.optimizers.Padam
|
||||
PELU = keras_contrib.layers.advanced_activations.PELU
|
||||
PELU = keras_contrib.layers.advanced_activations.pelu
|
||||
"""
|
||||
code_import_dlib_string = \
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue