microsoft / onnxjs

ONNX.js: run ONNX models using JavaScript
Other
1.75k stars 130 forks source link

Support for SELU #295

Open WillAvudim opened 3 years ago

WillAvudim commented 3 years ago

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

fs-eire commented 2 years ago

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.