Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is parameter N in train_cifar10_search.sh the same as N in paper? #3

Closed
Yuzz1020 opened this issue Nov 16, 2018 · 1 comment
Closed

Comments

@Yuzz1020
Copy link

Hey, I'm still new to this area, but it confuses me that parameter N in train_cifar10_search.sh is multiplied by 3 when generating model. However, in the paper, it seems that N is the total normal convolution cell used to construct final model. So I'm wondering if these two Ns are the same or is N in code equals 3 * N in the paper?

@renqianluo
Copy link
Owner

@noNameForMe1994 Hi, recent works on NAS commonly follow a pattern of: stem head - convolution cell * N - reduction cell - convolution cell * N - reduction cell - auxiliary head - convolution cell * N - reduction cell (please refer to NASNet, ENAS...). So you see there are totally N*3 convolution cells and 2 reduction cells. The N in the script is the same with the N in the paper (we use N=6 as a common practice).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants