Skip to content

Commit

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

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

return x.squeeze()
return x

### CAE Model Architecture

Expand Down

0 comments on commit 1fc84fc

Please sign in to comment.