mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 05:22:06 -07:00
fix
This commit is contained in:
parent
16053c4ae6
commit
5e3bd75007
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ class SAEModel(ModelBase):
|
||||||
return func
|
return func
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def LIAEDecFlow(output_nc,ch_dims, multiscale_count=1, add_residual_blocks=False, padding='zero', norm='', **kwargs):
|
def LIAEDecFlow(output_nc,ch_dims, multiscale_count=1, add_residual_blocks=False, **kwargs):
|
||||||
exec (nnlib.import_all(), locals(), globals())
|
exec (nnlib.import_all(), locals(), globals())
|
||||||
upscale = partial(SAEModel.upscale, **kwargs)
|
upscale = partial(SAEModel.upscale, **kwargs)
|
||||||
to_bgr = partial(SAEModel.to_bgr, **kwargs)
|
to_bgr = partial(SAEModel.to_bgr, **kwargs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue