VainF / Neural-Style-Transfer-Gatys

A Tensorflow implementation of Neural Style Transfer
8 stars 2 forks source link
deep-learning neural-style style-transfer tensorflow

Neural-Style-Transfer-Gatys

This is a Tensorflow implementation of the paper A Neural Algorithm of Artistic Style by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge.

Some details

Quick Start

python3 transfer_gatys_tf.py --content_img content_img.jpg --style_img style_img.jpg --lr_rate 1 --epoch 3000

View the code for more details about arguments.

Results