Skip to content

Commit

Permalink
mooore prints
Browse files Browse the repository at this point in the history
  • Loading branch information
namsaraeva committed May 16, 2024
1 parent 929cae1 commit f2bab15
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 @@ -197,7 +197,9 @@ def forward(self, x):
x = self.classifier(x)
print("x.shape after classifier", x.shape)

print(x)
print(x, x.shape)

print("x value" , x.item())

return x

Expand Down

0 comments on commit f2bab15

Please sign in to comment.