pytorch-classification icon indicating copy to clipboard operation
pytorch-classification copied to clipboard

about how to inference

Open hheavenknowss opened this issue 5 years ago • 2 comments

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!!

hheavenknowss avatar Oct 16 '19 02:10 hheavenknowss

using the training recipes the authors provided plus additional option '-e' for evaluation and '--resume ' followed by path to saved checkpoints work for me

ruihuili avatar Mar 03 '20 14:03 ruihuili

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.

henlyta avatar Dec 13 '23 14:12 henlyta