I have a requirement for a CoreML model to be compressed to =< 24MB. This is a neural net created with Turi Create. It is for object detection. As per Apple's Documentation, I've converted the model to a half precision model (this also has an issue right now with coremltools). I need to shave off ~4 MB. Downloading the model isn't an option.
- 63.5 MB initially
- 31.8 MB after half precision conversion
- 28.9 MB after compression
Any other techniques or approaches I could try to get this any smaller?