Hacker News new | ask | show | jobs
by goodmattg 1523 days ago
Note of reference for readers who may not be as familiar. One (pytorch) process is: 1) Use torch.onnx to convert the model to ONNX 2) USe `onnxruntime` built for Web Assembly (WASM) to run the NN in the browser
1 comments

Well my point was that you could extract it into a wasm blob without onnx (library independent). See tensor4 as linked in the other thread.