mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 21:12:07 -07:00
remove lrcos from adabelief
This commit is contained in:
parent
26ed582aff
commit
da058cf17f
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ Examples: df, liae, df-d, df-ud, liae-ud, ...
|
||||||
OptimizerClass = nn.RMSprop
|
OptimizerClass = nn.RMSprop
|
||||||
if adabelief:
|
if adabelief:
|
||||||
lr_dropout = 1.0
|
lr_dropout = 1.0
|
||||||
lr_cos = 2000
|
#lr_cos = 2000
|
||||||
OptimizerClass = nn.AdaBelief
|
OptimizerClass = nn.AdaBelief
|
||||||
clipnorm = 1.0 if self.options['clipgrad'] else 0.0
|
clipnorm = 1.0 if self.options['clipgrad'] else 0.0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue