Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jloveric committed Jun 18, 2024
1 parent 54b76e8 commit 68fac25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
transformPoly = transforms.Compose(
[transforms.ToTensor(), transforms.Normalize((0.0,), (1.0,))]
)
# transformPoly = transformStandard

classes = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9")

normalization = {
"max_abs": MaxAbsNormalizationND,
Expand Down

0 comments on commit 68fac25

Please sign in to comment.