Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Latest commit

 

History

History

module_examples

To start this Jupyter Notebook demo:

  1. Install conda

  2. in conda terminal run the following commands:

conda create -n tensorflow python=3.5

# If you are using bash terminal:
source activate tensorflow
# otherwise:
activate tensorflow

conda install nb_conda_kernels
jupyter notebook

This demo only supports NiftyNet cloned from GitHub