2024
2023
Written by Andre Molnar 5/21/2023
apple
coreml
ml
machine learning
mac
cuda
pytorch
tensorflow
No CUDA, no problem. You can still train and run ML models on your Mac with CoreML. You can even convert your PyTorch and TensorFlow models to CoreML models.
Apple Machine Learning
https://coremltools.readme.io/docs/unified-conversion-api
And you can run predictions
Images need to be PIL images, not numpy arrays.