tiny-tensorrt
tiny-tensorrt copied to clipboard
按照样例倒入生成的.so文件后,显示没有 pytrt这个包
please descript your problem in English if possible. it will to helpful to more people Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior: 1. 2.
Screenshots If applicable, add screenshots to help explain your problem.
System environment (please complete the following information):
- Device:
- OS:
- Driver version:
- CUDA version:
- TensorRT version:
- Others:
Cmake output
Running output
你好,原来的python api有bug,你能再试一下嘛? 步骤:
cd tiny-tensorrt
git pull
cd build
rm -rf *
cmake .. -DBUILD_PYTHON=ON
make
// after build
python3
>> import sys
>> sys.path.append("./lib")
>> import pytrt
>> trt = pytrt.Trt()
c++: 错误:unrecognized command line option ‘-Wfloat-conversion’ 大佬知道这是什么原因吗?make的时候