torchvision.datasets
package 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 fromt10k-images-idx3-ubyte
.
Attributes
- Source
- MNIST.scala
- Supertypes
-
trait MNISTBasetrait IndexedSeqOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait IndexedSeqOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait SeqOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait Equalstrait SeqOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait IterableOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait IterableOnceOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]class Objecttrait Matchableclass AnyShow all
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 fromt10k-images-idx3-ubyte
.
Attributes
- Source
- MNIST.scala
- Supertypes
-
trait MNISTBasetrait IndexedSeqOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait IndexedSeqOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait SeqOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait Equalstrait SeqOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait IterableOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait IterableOnceOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- MNIST.scala
- Supertypes
-
trait IndexedSeqOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait IndexedSeqOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait SeqOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait Equalstrait SeqOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait IterableOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]trait IterableOnceOps[(Tensor[Float32], Tensor[Int64]), IndexedSeq, IndexedSeq[(Tensor[Float32], Tensor[Int64])]]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class FashionMNISTclass MNIST
In this article