pytorch-classification
pytorch-classification copied to clipboard
about how to inference
hi there, thanks for your work, I use your code in training my data, and it works well, but it seems doesn't have inference function, could you provide a copy or just give some insprit ? thanks!!
using the training recipes the authors provided plus additional option '-e' for evaluation and '--resume ' followed by path to saved checkpoints work for me
using the training recipes the authors provided plus additional option '-e' for evaluation and '--resume ' followed by path to saved checkpoints work for me
Hello, I want to know what format of file is required for evaluation, i use the checkpoint path directly and the error says that it is not found. thank you.