MNIST#
- class MNIST[source]#
 MNIST Dataset.
- __init__(root: str, train: bool = True, transform: Optional[Callable] = None, target_transform: Optional[Callable] = None, download: bool = False) None#
 
- __new__(*args, **kwargs)#
 
Attributes
Methods
Download the MNIST data if it doesn't exist already.  | 
|
  | 
|
  |