jcjohnson / fast-neural-style

Feedforward style transfer
4.28k stars 815 forks source link

fast neural style in TensorFlow #70

Open ghost opened 7 years ago

ghost commented 7 years ago

Any plan to rewrite this in Tensorflow, since Prof Li is now in Google...

Runescaped commented 7 years ago

Someone recently asked a similar question... https://github.com/jcjohnson/fast-neural-style/issues/7

jbgrant01 commented 7 years ago

There is a fast neural style implemented in Tensorflow at : https://github.com/lengstrom/fast-style-transfer

However, it is not as fast on my system as Justin's code here, and I have not been successful in creating a new style checkpoint file using the style.py script.