Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
data_type: image (0-1 ranged float)
|
| 4 |
+
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
### Data summary
|
| 8 |
+
- This repository contains small synthetic data for Image datasets; MNIST, SVHN, and CIFAR-10.
|
| 9 |
+
- Each torch file contains the images and corresponding labels of sizes ranging from 1,10,50 images per class (IPC).
|
| 10 |
+
- For more details, please refer to our GitHub page and paper below.
|
| 11 |
+
|
| 12 |
+
### Reference
|
| 13 |
+
https://github.com/snu-mllab/Efficient-Dataset-Condensation
|
| 14 |
+
|
| 15 |
+
### Citation
|
| 16 |
+
```
|
| 17 |
+
@inproceedings{kimICML22,
|
| 18 |
+
title = {Dataset Condensation via Efficient Synthetic-Data Parameterization},
|
| 19 |
+
author = {Kim, Jang-Hyun and Kim, Jinuk and Oh, Seong Joon and Yun, Sangdoo and Song, Hwanjun and Jeong, Joonhyun and Ha, Jung-Woo and Song, Hyun Oh},
|
| 20 |
+
booktitle = {International Conference on Machine Learning (ICML)},
|
| 21 |
+
year = {2022}
|
| 22 |
+
}
|
| 23 |
+
```
|