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
你好,我想请问一下,我想将.pth模型转成tenorRT的.engine文件,根据提示完成了dladcn_export_onnx.py中导出.onnx的步骤,但是对于注册DCNv2操作还是不太明白。我应该再执行src/onnxplugin/plugins/DCNv2.cu文件吗?即执行: nvcc -c src/onnxplugin/plugins/DCNv2.cu 命令吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,我想请问一下,我想将.pth模型转成tenorRT的.engine文件,根据提示完成了dladcn_export_onnx.py中导出.onnx的步骤,但是对于注册DCNv2操作还是不太明白。我应该再执行src/onnxplugin/plugins/DCNv2.cu文件吗?即执行:
nvcc -c src/onnxplugin/plugins/DCNv2.cu
命令吗?
The text was updated successfully, but these errors were encountered: