-
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
some build troble #6
Comments
Hi @JoelYang-github what is your TensorRT version? I only tried in 5.0.2.6/4.0.1.6. |
5.0.4 on ubuntu18.04 with CUDA v10.0. |
I modified this bug. |
Hi,@JoelYang-github ,which abstract function are not implemented? It seems that I have already override the virtual funcs inherited from the IPluginExt. Can you show me the funcs ,Thanks. |
Hi, I have the same problem. Could you please tell me how to fix it? Thanks |
when i make it,it`s fail.
tensorRTWrapper/code/include/PluginFactory.h:54:141: error: invalid new-expression of abstract class type ‘nvinfer1::UpsampleLayerPlugin’
UpsampleLayerPlugin>(new UpsampleLayerPlugin(UPSAMPLE_SCALE,CUDA_THREAD_NUM)));
The text was updated successfully, but these errors were encountered: