mnist-classifier / torchvision.pyi
harry
feat: update model training and logging, add mypy cache to .gitignore
5144b79
raw
history blame
127 Bytes
from typing import Any
class datasets:
MNIST: Any
class transforms:
Compose: Any
ToTensor: Any
Normalize: Any