fs-eire / onnxjs-node

ONNX.js node binding (onnxruntime)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loadModel does not accept a Buffer

AndrewBarba opened this issue · comments

Currently the only way to load a model is via a local file url. We want to download a model from S3 into memory and pass in the Buffer to loadModel instead of reading from disk