1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

jetson nano上でtorch2trtの使用を試みるもエラー(ImportError: No module named torch2trt)

Posted at

jetson nano上でtorch2trtの使用を試みるもエラー

ImportError: No module named torch2trt

torch2trtをインストールして解決

git clone https://github.com/NVIDIA-AI-IOT/torch2trt
cd torch2trt
python setup.py install

python3の場合は以下で解決した

python3 setup.py install

参考

https://github.com/NVIDIA-AI-IOT/torch2trt

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?