Skip to content

Assignment for Spring 2018 CS294-129: Designing, Visualizing and Understanding Deep Neural Networks

Notifications You must be signed in to change notification settings

alexvlis/image-captioning-style-transfer

Repository files navigation

Image Captioning & Style Transfer

Image captioning with vanilla RNNs and LSTMs on the COCO dataset. Network visualizations and style transfer on SqueezeNet, which is a deep CNN pretrained to perform image classification on ImageNet.

Installation:

sudo pip install virtualenv
virtualenv -p python3 .env
source .env/bin/activate
pip install -r requirements.txt
pip install -r requirements_tf.txt

Download Data:

cd deeplearning/datasets/
./get_data.sh

About

Assignment for Spring 2018 CS294-129: Designing, Visualizing and Understanding Deep Neural Networks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages