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

Upon first run, it will request the python path. Traverse your directory to locate the python.exe of your choice (Anaconda is tested) #52

Open rmarrcode opened 5 years ago

rmarrcode commented 5 years ago

I'm confused with what the above statement means, can anyone help me with this?

titu1994 commented 5 years ago

This program does not come with python installed in it. It therefore requests you to provide the path to the python.exe which is installed when you install Python or Anaconda on Windows or Linux.

This is primarily done because style transfer requires GPUs, and setting up of Tensorflow with GPU is out of scope for what the program can do automatically.

rmarrcode commented 5 years ago

Sorry, I'm still confused where you can find python.exe after installing anaconda or python. Nothing I found online helped.

NachoCasta commented 5 years ago

If you are using Windows, you can go to cmd and type "where python". That will give you the path of your python executable. Copy and paste that in the window asking for the path and you will be ready to go.

vikashkum7619 commented 5 years ago

Hi,

I have set the path python.exe,while running program.Some JSON file only we are getting. Not able to get result based on different functionality.

Please suggest.