I want to use gpu in my tensorflow training, but it is a disaster. I've already install cuda cudnn package, and reinstall my gpu driver
Enviroment:
- pipenv
- python3.8.10
- tensorflow==2.10.0, tensorflow-gpu==2.10.0
- CUDA Version: 11.8
- NVIDIA-SMI 520.61.05 Driver Version: 520.61.05
- Ubuntu 20.04
Reproduce:
import tensorflow as tf
Error message:
Could not load dynamic library 'libnvinfer.so.7'
Could not load dynamic library 'libnvinfer_plugin.so.7'