mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -07:00
SAE: back to batchnormalization
This commit is contained in:
parent
3aef9a507b
commit
cd2767cca0
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class SAEModel(ModelBase):
|
|||
|
||||
padding = 'reflect' if self.options['remove_gray_border'] else 'zero'
|
||||
common_flow_kwargs = { 'padding': padding,
|
||||
'norm': '',
|
||||
'norm': 'bn',
|
||||
'act':'' }
|
||||
|
||||
weights_to_load = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue