apple / ml-cvnets

CVNets: A library for training computer vision networks
https://apple.github.io/ml-cvnets
Other
1.76k stars 225 forks source link

Converting foundation models to coreml #71

Closed lukasugar closed 1 year ago

lukasugar commented 1 year ago

It's great that CLIP model has been added to this repo! Unfortunately, there's no support for converting foundation models to coreml: https://github.com/apple/ml-cvnets/blob/main/docs/source/en/general/README-pytorch-to-coreml.md

Will this feature be available soon? If not, is there a guide how conversion could be done?

Are there any known difficulties with converting CLIP to coreml?

Thanks!