mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-14 10:46:59 -07:00
fix dimensions error
This commit is contained in:
parent
ca03bbca04
commit
35945b257c
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ class DeepFakeArchi(nn.ArchiBase):
|
|||
return res // (2**4)
|
||||
|
||||
def get_out_ch(self):
|
||||
return 512
|
||||
return self.e_ch * 8
|
||||
|
||||
lowest_dense_res = resolution // (32 if 'd' in opts else 16)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue