BrandonHanx / mmf

[ECCV 2022] FashionViL: Fashion-Focused V+L Representation Learning
https://mmf.sh/
Other
58 stars 7 forks source link

Running inference #1

Closed mattmdjaga closed 1 year ago

mattmdjaga commented 2 years ago

❓ 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

BrandonHanx commented 2 years ago

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 commented 1 year ago

I assume this issue has been solved. Closed.