titu1994 / Neural-Style-Transfer

Keras Implementation of Neural Style Transfer from the paper "A Neural Algorithm of Artistic Style" (http://arxiv.org/abs/1508.06576) in Keras 2.0+
Apache License 2.0
2.27k stars 482 forks source link

Windows Helper Programm #9

Closed supertobi closed 8 years ago

supertobi commented 8 years ago

Where can I find the code of the windows helper program?

titu1994 commented 8 years ago

@supertobi The code is available at : https://github.com/titu1994/Neural-Style-Transfer-Windows

It's not very polished though. Simple wrapper over the python script with some validation. I still have to validate the variables for neural doodle scripts.

Edit: It's a Visual Studio 2015 project.

supertobi commented 8 years ago

Thanks for the fast information.