khanrc / pt.darts

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

Could you please tell me how do you get the random search baseline #21

Open leoozy opened 5 years ago

leoozy commented 5 years ago

Hi, In the Table 1 in your paper, there is a random search baseline. Are these arch get by random sample architectures? Could you please tell me how do you implement the random sample in your paper? Thx!