qazxswedcxzaqws

Results 8 comments of qazxswedcxzaqws

I fixed this by just removing the bit of code since it was for cpu mode anyway.

Open image_analogy\argparser.py in notepad++, go to line 101 and make it look like this ![capture](https://cloud.githubusercontent.com/assets/12595180/18407762/539d5fa6-7759-11e6-8e84-985b32121457.PNG)

There should be one or two more errors after this, tell me what they are when you get them, I had the same problems so I just made a couple...

Open image_analogy\models\base.py in notepad++ then go to line 72 and change it to this ![capture3](https://cloud.githubusercontent.com/assets/12595180/18414546/74bd76a4-780c-11e6-8e24-7c44b4c8ffd0.PNG)

That means the program is running in CPU mode, but from what you have posted it looks like it should be running in GPU mode. Mind posting what your output...

Just double check that the changes I made earlier are 100% identical and also that cudNN is installed correctly, since i'm running an identical version without any ("Theano cuda without...

Actually I just found that some options I was using made the "theano cuda without cuDNN" message disappear, with a similar usage to yours I still get the message. But...

Strange, all I can do now is recommend this guide https://github.com/titu1994/Neural-Style-Transfer/blob/master/Guide.md in the "Setting Up Theano for GPU (on Windows)" Section, just in case you are missing any dependencies. As...