Package Details: python-tensorrt 10.7.0.23-1

Git Clone URL: https://aur.archlinux.org/tensorrt.git (read-only, click to copy)
Package Base: tensorrt
Description: A platform for high-performance deep learning inference on NVIDIA hardware (python bindings and tools)
Upstream URL: https://developer.nvidia.com/tensorrt/
Keywords: ai artificial intelligence nvidia
Licenses: Apache-2.0, LicenseRef-custom
Provides: python-onnx-graphsurgeon, python-polygraphy, python-tensorflow-quantization
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 20
Popularity: 0.53
First Submitted: 2018-07-29 16:17 (UTC)
Last Updated: 2024-12-07 14:13 (UTC)

Dependencies (18)

Sources (13)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10

dbermond commented on 2018-08-14 16:04 (UTC)

@bloomypiggy Yes, it is broken with python 3.7. Please use python2 instead.

homerhsing commented on 2018-08-14 03:14 (UTC) (edited on 2018-08-14 03:15 (UTC) by homerhsing)

not work with latest archlinux :(

>>> import tensorrt
Traceback (most recent call last):
  File "/usr/lib/python3.7/tensorrt/__init__.py", line 71, in <module>
    from tensorrt import infer, parsers, utils, lite, plugins
  File "/usr/lib/python3.7/tensorrt/infer/__init__.py", line 50, in <module>
    from ._infer_enums import *
  File "/usr/lib/python3.7/tensorrt/infer/_infer_enums.py", line 54, in <module>
    from tensorrt.infer import _nv_infer_bindings as nvinfer
ImportError: cannot import name '_nv_infer_bindings' from 'tensorrt.infer' (/usr/lib/python3.7/tensorrt/infer/__init__.py)