mmf icon indicating copy to clipboard operation
mmf copied to clipboard

Running inference

Open mattmdjaga opened this issue 3 years ago • 1 comments

❓ Questions and Help

Hi, I've fine-tuned the model on composition and now I would want to run inference using the fine-tuned weights to test some example which I don't have labels for. Is there a way to do this? I tried using the Inference class from mmf.utils.inference but I get an error.

Thanks

mattmdjaga avatar Oct 04 '22 10:10 mattmdjaga

Hi, sorry for the late reply.

I don't recommend using mmf.utils.inference. You can get the features first and then use them to get the rank list offline.

BrandonHanx avatar Nov 14 '22 16:11 BrandonHanx

I assume this issue has been solved. Closed.

BrandonHanx avatar Dec 31 '22 12:12 BrandonHanx