mirror of
https://github.com/facefusion/facefusion-labs.git
synced 2026-05-22 23:59:40 +02:00
list join
This commit is contained in:
@@ -81,10 +81,7 @@ class NLayerDiscriminator(nn.Module):
|
||||
nn.Conv2d(previous_filters, current_filters, kernel_size = kernel_size, padding = padding_size),
|
||||
nn.InstanceNorm2d(current_filters),
|
||||
nn.LeakyReLU(0.2, True)
|
||||
]
|
||||
]
|
||||
model_layers +=\
|
||||
[
|
||||
],
|
||||
[
|
||||
nn.Conv2d(current_filters, 1, kernel_size = kernel_size, padding = padding_size)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user