텐서플로우 (2) 썸네일형 리스트형 [Python] TensorRT Installation(tar file) 1. TensorRT Download (Nvidia 계정 필요함) https://developer.nvidia.com/tensorrt NVIDIA TensorRT An SDK with an optimizer for high-performance deep learning inference. developer.nvidia.com 2. 다운로드 받은 디렉토리로 이동하여 압축 해제 및 설치할 디렉토리에 복사, 기본 설정 # tar xzvf TensorRT-8.4.3.1.Linux.x86_64-gnu.cuda-11.6.cudnn8.4.tar.gz # # cd /usr/local # sudo cp -rP /Download/TensorRT-8.4.3.1/ . # sudo vi /etc/ld.so.conf.d/Tens.. [Python] 필수 Library/Tools 설치(user mode) # sudo apt install python3-testresources # sudo apt install libxcb-xinerama0 # python3 -m pip install --user --upgrade pip setuptools wheel packaging requests opt_einsum # python3 -m pip install --user --upgrade keras_preprocessing --no-deps # python3 -m pip install --user --upgrade numpy scipy matplotlib ipython h5py jupyter spyder pandas sympy nose # python3 -m pip install --user --upgrade sci.. 이전 1 다음