File size: 642 Bytes
915cf5c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
{}
---
# VAE Features of ImageNet Dataset
<p align="left">
<a href="https://arxiv.org/abs/2405.02730" alt="arXiv">
<img src="https://img.shields.io/badge/arXiv-2405.02730-b31b1b.svg?style=flat" /></a>
<a href="https://github.com/YuchuanTian/U-DiT" alt="arXiv">
<img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white" /></a>
</p>
This is the ImageNet dataset features processed by sd-vae-ft-ema encoder. The dataset is tailored for DiT training purposes.
File structure:
```
imagenet_feature/
├── imagenet256_features/ # VAE features
└── imagenet256_labels/ # labels
``` |