Skip to content

Commit 0f97ce5

Browse files
committed
update paper
1 parent 9fc33f3 commit 0f97ce5

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# DyRep: Bootstrapping Training with Dynamic Re-parameterization
2-
Official implementation for paper "DyRep: Bootstrapping Training with Dynamic Re-parameterization", CVPR 2022.
2+
Official implementation for paper "[DyRep: Bootstrapping Training with Dynamic Re-parameterization](https://arxiv.org/abs/2203.12868)", CVPR 2022.
33

44
By Tao Huang, Shan You, Bohan Zhang, Yuxuan Du, Fei Wang, Chen Qian, Chang Xu.
55

6+
<p align='center'>
7+
<img src='./assests/DyRep_framework.png' alt='DyRep Framework' width='1000px'>
8+
</p>
9+
610
## Updates
711

812
### March 11, 2022
@@ -68,4 +72,11 @@ The final weights of the inference model will be saved in `experiments/dyrep_ima
6872
## Results
6973
7074
## Citation
71-
The paper will be released soon.
75+
```
76+
@article{huang2022dyrep,
77+
title={DyRep: Bootstrapping Training with Dynamic Re-parameterization},
78+
author={Huang, Tao and You, Shan and Zhang, Bohan and Du, Yuxuan and Wang, Fei and Qian, Chen and Xu, Chang},
79+
journal={arXiv preprint arXiv:2203.12868},
80+
year={2022}
81+
}
82+
```

assests/DyRep_framework.png

765 KB
Loading

0 commit comments

Comments
 (0)