Neural-Style-Transfer icon indicating copy to clipboard operation
Neural-Style-Transfer copied to clipboard

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

Open rmarrcode opened this issue 6 years ago • 4 comments

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

rmarrcode avatar Jan 16 '19 09:01 rmarrcode

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.

titu1994 avatar Jan 16 '19 18:01 titu1994

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

rmarrcode avatar Jan 16 '19 20:01 rmarrcode

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.

NachoCasta avatar Jan 20 '19 03:01 NachoCasta

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.

vikashkum7619 avatar Apr 15 '19 06:04 vikashkum7619