Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -32,5 +32,8 @@ You can pretrain vision transformers without worrying about dataset licensing fo
|
|
32 |
- **Dataset License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
|
33 |
- **Source Code License:** [MIT License](https://opensource.org/license/mit)
|
34 |
|
35 |
-
|
|
|
|
|
|
|
36 |
|
|
|
32 |
- **Dataset License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
|
33 |
- **Source Code License:** [MIT License](https://opensource.org/license/mit)
|
34 |
|
35 |
+
## How to reproduce this Dataset
|
36 |
+
```
|
37 |
+
python generator_no_mixup.py
|
38 |
+
```
|
39 |
|