khanrc / pt.darts

PyTorch Implementation of DARTS: Differentiable Architecture Search
MIT License
439 stars 108 forks source link

Augment #5

Closed TianMingChen closed 5 years ago

TianMingChen commented 5 years ago

请问,Augment是用来做什么的?

khanrc commented 5 years ago

Please write in English.

TianMingChen commented 5 years ago

what's the use of Augment?

TianMingChen commented 5 years ago

Please write in English.

what's the use of Augment?

khanrc commented 5 years ago

After the search phase, you should make large network by stacking the found cell and should train it with more various training techniques. This is the augment phase.

TianMingChen commented 5 years ago

After the search phase, you should make large network by stacking the found cell and should train it with more various training techniques. This is the augment phase.

ok,thank you!