Hacker News new | ask | show | jobs
by mark_l_watson 914 days ago
I have enjoyed working with CoreML over the last few years. Please share what you didn’t like about it.
1 comments

There are so many modern ML components that have terrible or no support in CoreML. Try to do any convolution other than conv2d, advanced or custom activation functions etc and you are out of luck. Exporting from PyTorch leads to all sorts of headaches with subtle behavior changes between implementations it is definitely a pain point for developers of widely used software
+1 thanks