microsoft / onnxjs

ONNX.js: run ONNX models using JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for SELU

WillAvudim opened this issue · comments

Hi,

I'd like to request to add a support for the Selu activation function, which is listed at ONNX as supported from versions 6th and 1st (https://github.com/onnx/onnx/blob/master/docs/Operators.md) and it's also currently supported by both pytorch/ONNX and tensorflow/ONNX.

Thank you,
Will

Thanks for your feedback!

we are working on migrating ONNX.js to ONNX Runtime Web which offers enhanced user experience and improved performance. Please visit ONNX Runtime Web to get more details. ONNX Runtime Web offers a full coverage of kernel implementations on 'wasm' backend.