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?
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?