Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.29 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.29 KB

feed-forward-style-keras

Implementation of feed-forward style transfer with keras and tensorflow based on this paper. Actually, this code can be used as a classical style transfer by disabling model's transform part and setting one training image as tf.Variable.

Examples:

Style 1:

style1

Target:

target1

Result:

target1

Target:

target1

Result:

target1

Style 2:

style1

Target:

target1

Result:

target1