Create new file
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
Source: [https://github.com/google-research/mnist-c](https://github.com/google-research/mnist-c)
|
5 |
+
|
6 |
+
# MNIST-C
|
7 |
+
|
8 |
+
This repository contains the source code used to create the MNIST-C dataset, a
|
9 |
+
corrupted MNIST benchmark for testing out-of-distribution robustness of computer
|
10 |
+
vision models.
|
11 |
+
|
12 |
+
Please see our full paper [https://arxiv.org/abs/1906.02337](https://arxiv.org/abs/1906.02337) for more details.
|
13 |
+
|
14 |
+
## Dataset
|
15 |
+
|
16 |
+
The static dataset is available for download at [https://zenodo.org/record/3239543](https://zenodo.org/record/3239543).
|