Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I add a new activation function to Opencv? #20737

Closed
GenericNolon opened this issue Sep 23, 2021 · 2 comments
Closed

How do I add a new activation function to Opencv? #20737

GenericNolon opened this issue Sep 23, 2021 · 2 comments
Labels
category: dnn feature question (invalid tracker) ask questions and other "no action" items here: https://forum.opencv.org

Comments

@GenericNolon
Copy link

I need to use the Sigmoid Linear Unit (SiLU) function, but opencv does not contain it. How can I add it?

@JulieBar
Copy link
Contributor

For which backend and for which framework do you need support for this layer? For example, ONNX doesn't support SiLU yet.

@alalek
Copy link
Member

alalek commented Sep 23, 2021

Feature is tracked here: #20732

PR with example of adding activation is here: #15808

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: dnn feature question (invalid tracker) ask questions and other "no action" items here: https://forum.opencv.org
Projects
None yet
Development

No branches or pull requests

3 participants