Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ We provide four splits:
|
|
34 |
- `test`: 10'000 ambiguous images
|
35 |
- `train`: 10'000 ambiguous images - adding ambiguous images to the training set makes sure test-time ambiguous images are in-distribution.
|
36 |
- `test_mixed`: 20'000 images, consisting of the (shuffled) concatenation of our ambiguous `test` test and the nominal mnist test set by LeCun et. al.,
|
37 |
-
- `train_mixed`: 70'000 images, consisting
|
38 |
|
39 |
Note that the ambiguous train images are highly ambiguous (i.e., the two classes have very similar ground truth likelihoods),
|
40 |
the training set images allow for more unbalanced ambiguity.
|
|
|
34 |
- `test`: 10'000 ambiguous images
|
35 |
- `train`: 10'000 ambiguous images - adding ambiguous images to the training set makes sure test-time ambiguous images are in-distribution.
|
36 |
- `test_mixed`: 20'000 images, consisting of the (shuffled) concatenation of our ambiguous `test` test and the nominal mnist test set by LeCun et. al.,
|
37 |
+
- `train_mixed`: 70'000 images, consisting of the (shuffled) concatenation of our ambiguous `training` and the nominal training set.
|
38 |
|
39 |
Note that the ambiguous train images are highly ambiguous (i.e., the two classes have very similar ground truth likelihoods),
|
40 |
the training set images allow for more unbalanced ambiguity.
|