-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfiguration.txt
More file actions
31 lines (26 loc) · 848 Bytes
/
configuration.txt
File metadata and controls
31 lines (26 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# AWS instance : ec2 p2.xlarge
# ubuntu version : 18.04 (64 bits)
# python version : 3.6
# Conda installation
# Nvidia drivers
sudo apt install ubuntu-drivers-common
# CHECK : ubuntu-drivers devices
sudo ubuntu-drivers autoinstall
# CHECK : nvidia-smi
# CUDA
sudo apt install nvidia-cuda-toolkit
# CuDNN
# register at nvidia developers https://developer.nvidia.com/cudnn
# download the corresponding runtime library (DEB)
sudo apt install \path\<name>.deb
# REBOOT instance
# Automatic Image Colorization
# GitHUb repo cloning
git clone -b master --single-branch https://github.com/richzhang/colorization.git
# download model
./models/fetch_release_models.sh
# Caffe (DL framework used in repo) installation
sudo apt install caffe-cuda
# Image visualisation
sudo apt install eog
# EXEMPLE : eog image.jpg