Mitsua commited on
Commit
e2439e6
·
verified ·
1 Parent(s): fee5018

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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