Skip to content

Instantly share code, notes, and snippets.

View umitkacar's full-sized avatar

Umit Kacar, PhD umitkacar

View GitHub Profile
@umitkacar
umitkacar / cuda_11.3_installation_on_Ubuntu_20.04
Last active September 18, 2023 18:27 — forked from Mahedi-61/cuda_11.8_installation_on_Ubuntu_22.04
Instructions for CUDA v11.3 and cuDNN 8.2 installation on Ubuntu 20.04 for PyTorch 1.11
#!/bin/bash
## https://deeplearningcrashcourse.org/setup_ubuntu/
### steps ####
# verify the system has a cuda-capable gpu
# download and install the nvidia cuda toolkit and cudnn
# setup environmental variables
# verify the installation
###
@umitkacar
umitkacar / Install_OpenCV4_CUDA11_CUDNN8.md
Created November 14, 2022 09:25 — forked from raulqf/Install_OpenCV4_CUDA11_CUDNN8.md
How to install OpenCV 4.5 with CUDA 11.2 in Ubuntu 20.04

How to install OpenCV 4.5.2 with CUDA 11.2 and CUDNN 8.2 in Ubuntu 20.04

First of all install update and upgrade your system:

    $ sudo apt update
    $ sudo apt upgrade

Then, install required libraries: