We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PReLU
Gorgonia
This operator is required to the QMagFace with the Gorgonia backend.
Although the PReLU does not exist in the backend, the closest to it is LeakyReLU: Godoc of the operator LeakyReLU on Gorgonia
LeakyReLU
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why is this operator needed?
This operator is required to the QMagFace with the Gorgonia backend.
Implementation
PReLU
operator in ONNXLink to existing material on the backend
Although the
PReLU
does not exist in the backend, the closest to it isLeakyReLU
:Godoc of the operator
LeakyReLU
on GorgoniaExpected problems?
Tests
The text was updated successfully, but these errors were encountered: