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

update to newest coremltools #107

Open imerish opened 1 month ago

imerish commented 1 month ago

Hello, I tried to convert a segmentation model to Core ML and encountered an error. I was able to convert the model using the newest coremltools, but it just doesn't run on the latest iPad with ANE. Arrays are on the input/output. It looks like the requirements files should be updated. By the way, amazing repo!