Views
No views yet
args.yml file that was uploaded.model_best_sd.pth to directly perform image classification on the Organism classes.model_best.pth.tar. This checkpoint includes the parameters from the previous training and allows for continued training.1# To use the model for classification:
2python classify.py --model model_best_sd.pth --input <your_image_path> --output <output_path>
3
4# To continue training:
5python train.py --model model_best.pth.tar --args args.yml