-
Build a modified version of Caffe, which provides:
- Gram layer
- Total Variation Loss layer
- L-BFGS solver
-
Install python dependencies:
pip install -r requirements.txt
-
Get the VGG model:
cd vgg; ./get_model.sh
32l/caffe-neural-style
Caffe implementation of the paper "A Neural Algorithm of Artistic Style" by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge.
Python