OLD MNIST 360#
Classes#
- class datasets.deprecated.old_mnist_360.MNIST360(args)[source]#
Bases:
GCLDataset
MNIST-360 general continual dataset.
- LENGTH = 54051#
- get_test_data()[source]#
Ensembles the next examples of the current class in a batch.
- Returns:
the batch of examples along with its label.
- Return type:
Tuple[Tensor, Tensor]