chenxin061 / pdarts

Codes for our paper "Progressive Differentiable Architecture Search:Bridging the Depth Gap between Search and Evaluation"
Other
359 stars 83 forks source link

Missing References #4

Closed D-X-Y closed 5 years ago

D-X-Y commented 5 years ago

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.

198808xc commented 5 years ago

Thanks for your recommendation!

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

D-X-Y commented 5 years ago

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