Open Tahmid1406 opened 2 months ago
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?