Skip to content

Instantly share code, notes, and snippets.

View juanluisrosaramos's full-sized avatar
⛱️
Working from beach

Juan Luis Rosa Ramos juanluisrosaramos

⛱️
Working from beach
View GitHub Profile
@juanluisrosaramos
juanluisrosaramos / install-cuda-10-bionic.sh
Last active March 3, 2022 07:50 — forked from bogdan-kulynych/install-cuda-10-bionic.sh
Install CUDA 10 on Ubuntu 18.04
# WARNING: These steps seem to not work anymore!
#!/bin/bash
# Purge existign CUDA first
sudo apt --purge remove "cublas*" "cuda*"
sudo apt --purge remove "nvidia*"
# Install CUDA Toolkit 10
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-repo-ubuntu1804_10.0.130-1_amd64.deb
@juanluisrosaramos
juanluisrosaramos / cloudSettings
Last active December 9, 2021 10:39 — forked from yang-zhang/multi-face.ipynb
Multi-task Deep Learning Experiment using fastai Pytorch
{"lastUpload":"2021-12-09T10:39:07.136Z","extensionVersion":"v3.4.3"}