[Run PyTorch models in the browser using ONNX.js]
According to this video from 3 years ago, ONNX.js only does interference mode so it can’t do training. It still works if you can do your training in Python and port the trained model over to JS.
The Development Blog of Tim Graupmann
[Run PyTorch models in the browser using ONNX.js]
According to this video from 3 years ago, ONNX.js only does interference mode so it can’t do training. It still works if you can do your training in Python and port the trained model over to JS.