Open tejasa97 opened 5 years ago
Can I take this up as my first issue?
@ashnakapoor07 Correct me if I'm mistaken, but I'm not sure anybody requires permission. Knock yourself out!
If you have CUDA setup with Tensorflow / Theano, the scripts should automatically use the GPU.
If you do not have a local GPU, the colab link in the readme points to a GPU enabled notebook which you can use the script from, just run the cells one by one, select the content and style image and the options and there you go.
Also, @ashnakapoor07 Theres no need to request permission to resolve an issue. Go right ahead.
@tejasa97
from tensorflow.python.client import device_lib print(device_lib.list_local_devices())
How does one run this code with GPU?