Closed mengyuest closed 6 years ago
Hi,
This seems to be tensorflow related, not bonnet related.
Try running $ nvidia-smi
, if it returns a GPU, then try
$ sudo pip3 install --upgrade pip
$ sudo pip3 install --upgrade tensorflow-gpu
If these things don't work, please refer to the tensorflow stackoverflow
Hi~ I was trying to run
cnn_train.py
following the instructions provided in ReadMe and encountered the problem shown as followsI test the function
pywrap_tensorflow.list_devices()
used indevice_lib.list_local_devices()
forself.gpu_available()
in console and found out it printedAnd after conversion, it became
It seemed that it could not find GPU. How can I fix this? Thanks~