Skip to content
New issue

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

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

Already on GitHub? # to your account

Plugin? Relu or PRelu #73

Open
zcc199710 opened this issue Oct 12, 2019 · 1 comment
Open

Plugin? Relu or PRelu #73

zcc199710 opened this issue Oct 12, 2019 · 1 comment

Comments

@zcc199710
Copy link

The original version of yolo uses LRelu. Why does your plugin use PRelu, which will have a little impact on the accuracy of the results, and now many caffe-yolov3 use Relu

@lewes6369
Copy link
Owner

lewes6369 commented Nov 24, 2019

The repo used LRelu, too.The comment in NvInferPlugin.h header which figures out the createPReLUPlugin function actually implemented as LeakyRelu not PRelu .I am not sure it is correct in recently version.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants