TensorRT 下载网址:
https://developer.nvidia.com/nvidia-tensorrt-8x-download
https://developer.nvidia.com/nvidia-tensorrt-7x-download
https://developer.nvidia.com/nvidia-tensorrt-6x-download
主要是 for linux 也有windows
安装参考https://blog.csdn.net/hhhhhhhhhhwwwwwwwwww/article/details/120360288
https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycuda
import tensorrt as trt
if __name__ == "__main__":
print(trt.__version__)
print("hello trt!!")
python export.py --include=onnx
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)