mirror of
https://gitlab.com/mirrors_git/DeepFaceLab.git
synced 2025-12-06 00:20:21 +01:00
fix
This commit is contained in:
parent
71f22957a6
commit
853312e84c
|
|
@ -292,7 +292,7 @@ class AMPModel(ModelBase):
|
|||
if self.is_training:
|
||||
# Initialize optimizers
|
||||
clipnorm = 1.0 if self.options['clipgrad'] else 0.0
|
||||
if self.options['lr_dropout'] in ['y','cpu'] and not self.pretrain:
|
||||
if self.options['lr_dropout'] in ['y','cpu']:
|
||||
lr_cos = 500
|
||||
lr_dropout = 0.3
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user