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

Loading the model after training #173

Open
Tahmid1406 opened this issue Sep 12, 2024 · 1 comment
Open

Loading the model after training #173

Tahmid1406 opened this issue Sep 12, 2024 · 1 comment

Comments

@Tahmid1406
Copy link

After the search process, ("using the train_search") I end up with a weights.pt file, a log file, reduction and normal cells.

My question is how do I load the best model and do inference on it for the cifar10 model?

@imanehmz
Copy link

imanehmz commented Nov 5, 2024

you should add the resulting architecture in the genotypes file, and have something like : MYDARTS = genotype(....), then you can use the train.py file to train the resulting architecture, use the argument --arch=MYDARTS

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