This commit is contained in:
henryruhs
2025-03-11 14:43:10 +01:00
parent b829d5e42c
commit 6bc44ad3d8
4 changed files with 5 additions and 6 deletions
-1
View File
@@ -17,7 +17,6 @@ class Discriminator(nn.Module):
self.avg_pool = nn.AvgPool2d(kernel_size = 3, stride = 2, padding = (1, 1), count_include_pad = False)
self.discriminators = self.create_discriminators()
def create_discriminators(self) -> nn.ModuleList:
discriminators = nn.ModuleList()