Skip to content

Commit

Permalink
squeeze
Browse files Browse the repository at this point in the history
  • Loading branch information
namsaraeva committed May 16, 2024
1 parent 1fc84fc commit 1c84ee4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sparcscore/ml/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@ def forward(self, x):

print(x, x.shape)

print("x value" , x.item())
x_sq = torch.squeeze(x)

print(x_sq, x_sq.shape)

return x

Expand Down

0 comments on commit 1c84ee4

Please sign in to comment.