- If you got the error like image below
sudo vi ~/.bashrc
- Insert the code at the bottom
export PATH=/usr/local/cuda-10.2/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-10.2/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
- Then save the file and execute it with source(command)
source ~/.bashrc
'Ph.D. Course > KJI' 카테고리의 다른 글
[etc.] tf.compat.v1.saved_model.load (0) | 2023.01.12 |
---|---|
[etc.] Tensorflow 2.x : contrib issue (0) | 2023.01.12 |
[etc] The option verbose in Tensorflow2.0 fit and evaluate function (0) | 2023.01.03 |
[NVIDIA NANO] Adding Swap Memory (0) | 2023.01.03 |
[NVIDA NANO] Jetpack 4.6.2 Tensorflow setup (0) | 2023.01.02 |