Skip to content

Commit fae506d

Browse files
authored
Removed softmax from solveig_model.py
1 parent 2c4db88 commit fae506d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/models/solveig_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def forward(self, x):
5858
x = torch.flatten(x, 1)
5959

6060
x = self.fc1(x)
61-
x = nn.Softmax(x)
6261

6362
return x
6463

0 commit comments

Comments
 (0)