You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: