Skip to content

Latest commit

 

History

History
executable file
·
22 lines (13 loc) · 438 Bytes

README.md

File metadata and controls

executable file
·
22 lines (13 loc) · 438 Bytes

Getting started

Download from GitHub

git clone [email protected]:gruberto/DL-ChannelDecoding.git
cd DL-ChannelDecoding/docker

Build docker container which contains jupyter

./build_jupyter.sh

Start Jupyter

Start jupyter with theano on a CPU

./run_jupyter_cpu.sh theano

Start jupyter with theano on a GPU

./run_jupyter_gpu.sh theano

Access Jupyter Notebooks in a browser on

http://[ip-adress]:8888