首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
torch2trt专题
【tensorrt】——error: invalid new-expression of abstract class type ‘torch2trt::InterpolatePlugin’
tensorrt 给tensorrt写插件的时候,报错: interpolate.cpp:63:93: error: invalid new-expression of abstract class type ‘torch2trt::InterpolatePlugin’ 因为还有父类的虚函数没有实现。 可以通过一个简单的类实现进行测试,所有的函数不需要实现,这样看有哪些虚函数。比如
阅读更多...
Win10 安装 Tensorrt和torch2trt教程
Win10 安装 Tensorrt和torch2trt教程 1 电脑环境2 下载安装库2.1 所需资源(假定已经安装cuda和cudnn)2.2 TensorRT 下载 3 安装过程3.1 安装 ONNX3.2 安装cython和pycuda3.3 TensorRT环境配置与安装3.4 torch2trt安装 4 采用TensorRT推理很慢的原因(在real esrgan模型中无效)5 参
阅读更多...