chenxin061 / pdarts

Codes for our paper "Progressive Differentiable Architecture Search:Bridging the Depth Gap between Search and Evaluation"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing References

D-X-Y opened this issue · comments

Your Progressive Differentiable Architecture Search: Bridging the Depth Gap between Search and Evaluation is interesting! May I suggest one more reference "Searching for A Robust Neural Architecture in Four GPU Hours, CVPR 2019"? This is another following work of DARTS, that utilizes the Gumbel Softmax to enable the candidate network sampling differentiable and accelerate the searching procedure.

FYI: https://github.com/D-X-Y/GDAS
Thanks a lot.

Thanks for your recommendation!

We will surely cite your paper in our next version. Hope you enjoyed our paper.

Thanks for your reply. I have learned some experience from your paper :)