patrickjohncyh / fashion-clip

FashionCLIP is a CLIP-like model fine-tuned for the fashion domain.
MIT License
327 stars 36 forks source link

Complete model in .pt file? #18

Closed mikhaeela20 closed 1 year ago

mikhaeela20 commented 1 year ago

Hey,

Is there some way I could get the complete model in a .pt file?

Thanks, Mikhaeel

vinid commented 1 year ago

Hi @mikhaeela20!

We no longer have access to the .pt, but you should be able to load it with HuggingFace APIs and save it as .pt.!

Let me know if this makes sense!