Neural Networks using Transfer Learning with Caffe -- Maryana Alegro
Overview
Repository for a tutorial at THW, Berkeley on Caffe.
Running the tutorial
You can run the tutorial Jupyter notebooks:
- locally on your computer: The easiest way is running Caffe Docker image. After installing Docker
type
docker run -ti -p 8888:8888 bvlc/caffe:cpu
Inside the container, install jupyter
pip install jupyter
Clone this repository and start Jupyter typing
git clone https://github.com/mary-alegro/caffe_tutorial_thw
cd caffe_tutorial_thw
jupyter notebook --ip 0.0.0.0
Copy and paste the URL Jupyter outputs in your browser. You should now be able to access the notebook running inside the container.