-
Notifications
You must be signed in to change notification settings - Fork 34
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
this wrapper can support PRelu? #4
Comments
HI,@SyGoing. For PRelu, you can just call createPReLUPlugin in PluginFactory.h checked by the layer name. It is implemented by tensorRT, but you need to load the alpha param. |
Thanks for your reply, I have implement the prelu with the pluginFactory while I didn't use the createPReLUPlugin ,since I don't know how to use it . I will read your code again. Rencently, I have seen somebody using the relu and scale to implement the PRelu Layer for keeping the TensorRT's CBR . |
Thanks for your sharing.In my code I just used as LeakyRelu. |
My PRelu implementation have not put on the github,while the other one have used the relu and scale method which is good for mtcnn's prelu layer: https://github.com/PKUZHOU/MTCNN_FaceDetection_TensorRT |
Thanks. I will have a look :) |
No description provided.
The text was updated successfully, but these errors were encountered: