We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77723c7 commit 988db34Copy full SHA for 988db34
model.py
@@ -41,7 +41,7 @@ def __init__(self, kernel_size=3, padding=1, polish=True):
41
42
self.polish = polish
43
self.pad = padding
44
- self.relu = nn.ReLU()
+ self.relu = nn.LeakyReLU(0.1)
45
self.bn = nn.BatchNorm2d(1)
46
47
def __call__(self, x):
0 commit comments