You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: