update bibtex

This commit is contained in:
wangshuai6
2025-04-11 20:51:33 +08:00
parent d387955e63
commit 905769dedb

View File

@@ -52,13 +52,10 @@ python main.py fit -c configs/repa_improved_ddt_xlen22de6_256.yaml
## Reference ## Reference
```bibtex ```bibtex
@ARTICLE{ddt, @article{wang2025ddt,
title = "DDT: Decoupled Diffusion Transformer", title={DDT: Decoupled Diffusion Transformer},
author = "Wang, Shuai and Tian, Zhi and Huang, Weilin and Wang, Limin", author={Wang, Shuai and Tian, Zhi and Huang, Weilin and Wang, Limin},
month = apr, journal={arXiv preprint arXiv:2504.05741},
year = 2025, year={2025}
archivePrefix = "arXiv",
primaryClass = "cs.CV",
eprint = "2504.05741"
} }
``` ```