torchvision.datasets

Members list

Type members

Classlikes

The Fashion-MNIST Dataset.

The Fashion-MNIST Dataset.

Value parameters

root

Root directory of dataset where train-images-idx3-ubyte t10k-images-idx3-ubyte exist.

train

If true, creates dataset from train-images-idx3-ubyte, otherwise from t10k-images-idx3-ubyte.

Attributes

Source
MNIST.scala
Supertypes
class MNIST(root: Path, train: Boolean, download: Boolean) extends MNISTBase

The MNIST dataset.

The MNIST dataset.

Value parameters

root

Root directory of dataset where train-images-idx3-ubyte t10k-images-idx3-ubyte exist.

train

If true, creates dataset from train-images-idx3-ubyte, otherwise from t10k-images-idx3-ubyte.

Attributes

Source
MNIST.scala
Supertypes
trait MNISTBase(val mirrors: Seq[String], val resources: Seq[(String, String)], val classes: Seq[String], val root: Path, val train: Boolean, val download: Boolean) extends TensorDataset[Float32, Int64]