Skip to content

Tutorial on CNNs with Caffe presented at Berkeley Institute for Data Sciences The Hacker Within

Notifications You must be signed in to change notification settings

mary-alegro/caffe_tutorial_thw

Repository files navigation

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 in your browser. You should now be able to access the notebook running inside the container.

About

Tutorial on CNNs with Caffe presented at Berkeley Institute for Data Sciences The Hacker Within

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published