Description
Hi. I am struggling to make this repo work somewhere outside Google Colab and asking for advice.
Since my os of choice (mainly) is Windows, I would like to have an option to run the code on it.
I've created a Conda env with tf 1.15, but still, can't figure out why the simplest command:
python neural_style.py --content_img lion.jpg --style_imgs kandinsky.jpg
Never gets past the following line:
I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudnn64_7.dll
I am running on RTX A6000 and this should be a pretty fast job for it, but somehow I can't get to even start running the simple transfer. I also never get any error.
Any advice on debugging and setting up the correct environment are much appreciated.
Thank you