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.26k stars 481 forks source link

Update documentation to reflect that tensorflow works on Windows now #68

Open lendrick opened 4 years ago

lendrick commented 4 years ago

Greetings!

Since tensorflow is available on windows now, I tried following the linux anaconda instructions, and everything worked just fine. There's no need to go through the complicated install process, and it may save some people some time if the guide were update to reflect that.

Thanks!