mnist-classifier / torchvision.pyi
harry
feat: add prediction script and model file for MNIST digit classification
0dee387
raw
history blame contribute delete
167 Bytes
from typing import Any
class datasets:
MNIST: Any
class transforms:
Compose: Any
ToTensor: Any
Normalize: Any
Grayscale: Any
Resize: Any