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

lr being passed to train(), but not used #32

Closed rtarquini closed 4 years ago

rtarquini commented 4 years ago

The 'lr' (learning rate) is being passed to train(), however it is not used. This parameter be removed.

chenxin061 commented 4 years ago

Thanks for noticing, we will remove it in the next version.