TensorFlow with GPU support on Ubuntu This article is about how to use GPU support when using TensorFlow on Ubuntu 22.04. I found several manuals how to install NVIDIA’s Toolkit and cuDNN but there was no manual that was completely helpful for my case. I describe here the process for a normal Intel based PCContinue reading “ML Zoomcamp 2023 – Project preparation”
Tag Archives: CUDA
ML Zoomcamp 2023 – Deep Learning – Part 2
This part is not discussed in the course ML Zoomcamp, but it could be useful how to setup GPU support for your local machine. How to find the right Cuda version? First you need to know which CUDA Toolkit works with your NVIDIA graphics adapter. The easiest way to find out the supported version isContinue reading “ML Zoomcamp 2023 – Deep Learning – Part 2”