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 d8445c1 commit 1f222b9Copy full SHA for 1f222b9
model.py
@@ -28,4 +28,4 @@ def forward(self, x):
28
out = self.sigmoid(out)
29
out = self.fc2(out)
30
31
- return out
+ return out.mul(x)
0 commit comments