Skip to content

Commit 1f222b9

Browse files
committed
update model
1 parent d8445c1 commit 1f222b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ def forward(self, x):
2828
out = self.sigmoid(out)
2929
out = self.fc2(out)
3030
out = self.sigmoid(out)
31-
return out
31+
return out.mul(x)

0 commit comments

Comments
 (0)