✨ | Implemented MFCC and STFT.
This commit is contained in:
@ -39,7 +39,7 @@ class AttentionBlock(nn.Module):
|
||||
return x * attention_weights
|
||||
|
||||
class SISUDiscriminator(nn.Module):
|
||||
def __init__(self, base_channels=64):
|
||||
def __init__(self, base_channels=16):
|
||||
super(SISUDiscriminator, self).__init__()
|
||||
layers = base_channels
|
||||
self.model = nn.Sequential(
|
||||
|
Reference in New Issue
Block a user