Villux / deep_learning_project

Repository for Deep Learning course's project work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deep_learning_project

Repository for Deep Learning course's project work

How to run

  • Python 3.6
  • Install anaconda & Jupyter Notebook
  • Install conda env with conda env create -f environment.yml

Paniikki computers

  • Load anaconda module load anaconda3
  • Load cuda9 module load CUDA/9.0.176.lua
  • Use virtual env source activate image

SSH tunnel from Paniikki computers

In paniikki computer:

  • ipython notebook --no-browser --port=8889

In Kosh computer:

  • ssh -N -f -L localhost:8889:localhost:8889 aalto_username@paniikki_computer

From personal computer

  • ssh -N -f -L localhost:8888:localhost:8889 aalto_username@kosh.aalto.fi

About

Repository for Deep Learning course's project work


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%