Neural Networks using Transfer Learning with Caffe -- Maryana Alegro

March 21, 2017 at 5-6:30pm in BIDS, 190 Doe Library

Overview

Repository for a tutorial at THW, Berkeley on Caffe.

Running the tutorial

You can run the tutorial Jupyter notebooks:

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.

Share