[go: nahoru, domu]

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

Architecture Search on Cifar100 or imagenet? #73

Open
ildoonet opened this issue Feb 19, 2019 · 2 comments
Open

Architecture Search on Cifar100 or imagenet? #73

ildoonet opened this issue Feb 19, 2019 · 2 comments

Comments

@ildoonet
Copy link

I have tried to search architectures on cifar100, but validation accuracy was so low : 0.59~0.64

Also the found architecture have only skip-connection and pooling layers.

Do you have any recommendation for tuning parameters for searching on cifar100 / imagenet?

@stanveer
Copy link

For image-net,reduce image size to 32x32 and set number of layers to 12 and number of filters to 32

@Catosine
Copy link

I have tried to search architectures on cifar100, but validation accuracy was so low : 0.59~0.64

Also the found architecture have only skip-connection and pooling layers.

Do you have any recommendation for tuning parameters for searching on cifar100 / imagenet?

I recommend you to check Progressive DARTS, where they raised a clever way to limit the skip-connections. Their work is based on DARTS so it won't be very hard to get hands on.

GL,

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

3 participants