quark0 / darts

Differentiable architecture search for convolutional and recurrent networks
https://arxiv.org/abs/1806.09055
Apache License 2.0
3.92k stars 843 forks source link

How to set the number of kernels in conv? #131

Open MrDavidG opened 4 years ago

MrDavidG commented 4 years ago

Thanks for your sharing. I have read your paper, and I am confused about how to make sure the number of the kernels in "conv" operation? In operations.py it seems like 'c_in==c_out', but I wonder why. I always think that NAS is to determine not only the TYPE of the operations but also the NUMBERs, like the number of the kernels, which makes it difficult. I don't know if there is anything that I misunderstand?

aaron851113 commented 4 years ago

Hi @MrDavidG You can see model.py and model_search.py there is more infromation about channel's numbers.