Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
flxowens
/
mnist-classifier
like
0
ylecun/mnist
English
License:
mit
Model card
Files
Files and versions
Community
5144b79
mnist-classifier
/
torchvision.pyi
harry
feat: update model training and logging, add mypy cache to .gitignore
5144b79
2 months ago
raw
Copy download link
history
blame
127 Bytes
from
typing
import
Any
class
datasets:
MNIST
:
Any
class
transforms:
Compose
:
Any
ToTensor:
Any
Normalize:
Any