Skip to content

Commit

Permalink
add imagenette and *args to imagedataset; fix default normalization t…
Browse files Browse the repository at this point in the history
…o None; update mnnist config with normalization factors instead
  • Loading branch information
slegroux committed Jan 5, 2025
1 parent 58f40fa commit 671ad09
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 94 deletions.
5 changes: 4 additions & 1 deletion config/data/image/mnist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ num_workers: 0
pin_memory: False
persistent_workers: False
transforms:
_target_: torchvision.transforms.ToTensor
- _target_: torchvision.transforms.ToTensor
- _target_: transforms.Normalize
mean: [0.1307,],
std: [0.3081,]
Loading

0 comments on commit 671ad09

Please sign in to comment.