:albemic: | More tests.
This commit is contained in:
@ -28,7 +28,7 @@ class AttentionBlock(nn.Module):
|
||||
return x * attention_weights
|
||||
|
||||
class SISUDiscriminator(nn.Module):
|
||||
def __init__(self, layers=64): #Increased base layer count
|
||||
def __init__(self, layers=4): #Increased base layer count
|
||||
super(SISUDiscriminator, self).__init__()
|
||||
self.model = nn.Sequential(
|
||||
discriminator_block(1, layers, kernel_size=3, stride=1), #Aggressive downsampling
|
||||
|
Reference in New Issue
Block a user