PyNET-Bokeh
PyNET-Bokeh copied to clipboard
Unable to load gpu for train?
I use :os.environ["CUDA_VISIBLE_DEVICES"] = " ",but it was not work?
Hi @wuguowuge,
The provided codes are running on GPU by default. Please make sure that you have CUDA and cuDNN drivers installed in your system, and that you installed the correct TensorFlow-GPU version (pip install tensorflow-gpu).
I have encountered the same problem and cannot call the GPU. How can I solve it?