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

it needs to be modified #3

Open
iksooman opened this issue Nov 23, 2021 · 0 comments
Open

it needs to be modified #3

iksooman opened this issue Nov 23, 2021 · 0 comments

Comments

@iksooman
Copy link

iksooman commented Nov 23, 2021

In the 166th line of train_search.py,
you used 6 arguments for NetworkCIFAR like
-> model = NetworkCIFAR(36, CIFAR_CLASSES, 20, True, model.genotype(), args.drop_path_prob)
It makes an error because NetworkCIFAR takes only 5 arguments except self.
So, I think an argument should be added at NetworkCIFAR to define self.drop_path_prob (also at NetworkImageNet)

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

1 participant