pytorch 的 TensorRT 和 NVIDIA 的 TensorRT 是什么关系?

阅读 2.1k
1 个回答

pytorch/TensorRT。

pytorch/TensorRT 可以把 pytorch/TorchScript 编译成可以用于 TensorRT 推理的形式。

Torch-TensorRT is a compiler for PyTorch/TorchScript/FX, targeting NVIDIA GPUs via NVIDIA's TensorRT Deep Learning Optimizer and Runtime.

NVIDIA/TensorRT 应该是 NVIDIA 的一些 TensorRT 工具。

This repository contains the Open Source Software (OSS) components of NVIDIA TensorRT. It includes the sources for TensorRT plugins and parsers (Caffe and ONNX), as well as sample applications demonstrating usage and capabilities of the TensorRT platform. These open source software components are a subset of the TensorRT General Availability (GA) release with some extensions and bug-fixes.
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进