Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 410 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 410 Bytes

cnn_uni_freiburg

An implementation of a convolutional neural network (cnn) for classifying images from the celebA dataset. The cnn is built using the lasagne and theano frameworks.

Setup

Install setuptools (Mac OS X)

curl https://bootstrap.pypa.io/ez_setup.py -o - | python

Install requirements

pip install -r requirements.txt

Train cnn on celebA dataset

python run.py