mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
fix nick
This commit is contained in:
parent
d0c280a902
commit
d6a685887f
3 changed files with 5 additions and 5 deletions
|
@ -177,7 +177,7 @@ class SAEHDModel(ModelBase):
|
|||
|
||||
# Initializing model classes
|
||||
if archi == 'liaech':
|
||||
lowest_dense_res, Encoder, Inter, Decoder = nn.get_ae_models_chervoniy(resolution)
|
||||
lowest_dense_res, Encoder, Inter, Decoder = nn.get_ae_models_chervonij(resolution)
|
||||
else:
|
||||
lowest_dense_res, Encoder, Inter, Decoder = nn.get_ae_models(resolution)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue