Y
Hacker News
new
|
ask
|
show
|
jobs
by
nullbyte
247 days ago
Thankfully I think libraries like Pytorch abstract this stuff away. But it seems very convoluted if you're building something from the ground up.
1 comments
gardnr
247 days ago
Does PyTorch support other acceleration? I thought they just support Metal.
link
joshuabaker2
247 days ago
You can convert a PyTorch model to an ONNX model that can use CoreML (or in some cases just convert it to a CoreML model directly)
link