:albemic: | Tests.
This commit is contained in:
@@ -34,7 +34,7 @@ class ResidualInResidualBlock(nn.Module):
|
||||
return x + residual
|
||||
|
||||
class SISUGenerator(nn.Module):
|
||||
def __init__(self, layer=4, num_rirb=4): #increased base layer and rirb amounts
|
||||
def __init__(self, layer=64, num_rirb=4): #increased base layer and rirb amounts
|
||||
super(SISUGenerator, self).__init__()
|
||||
self.conv1 = nn.Sequential(
|
||||
nn.Conv1d(1, layer, kernel_size=7, padding=3),
|
||||
|
Reference in New Issue
Block a user