incerto.data.MNIST_vs_NotMNIST#
- class incerto.data.MNIST_vs_NotMNIST(root='./data', normalize=True)[source]#
Bases:
OODBenchmarkMNIST (ID) vs NotMNIST (OOD) benchmark.
NotMNIST contains letters instead of digits. Note: NotMNIST requires manual download.
Methods
__init__([root, normalize])Get MNIST (ID) and NotMNIST (OOD) test sets.
Get data transformations.