Y
Hacker News
new
|
ask
|
show
|
jobs
by
gardnr
247 days ago
Does PyTorch support other acceleration? I thought they just support Metal.
1 comments
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