microsoft / onnxjs

ONNX.js: run ONNX models using JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: cannot resolve operator 'LogSoftmax' with opsets: ai.onnx v9

iiSeymour opened this issue · comments

Great project - many of the models I'm interested in have a final LogSoftmax layer which I see is not yet supported.

However, the principal components {Log, Softmax} are implemented so is there a mechanism where I can provide my own implementation at runtime?