Page 1 of 1

Error: attempting to fetch value instead of handling error internal : no supported device found for platfrom cuda

Posted: Wed Jun 10, 2020 10:44 am
by Helppoheikki

Error: attempting to fetch value instead of handling error internal : no supported device found for platfrom cuda

I get this when i try start train the model. What then? No cudas?


Re: Error: attempting to fetch value instead of handling error internal : no supported device found for platfrom cuda

Posted: Wed Jun 10, 2020 3:48 pm
by bryanlyon

Please could you provide your system info:

GUI Users: Go to Help -> Output system information

CLI Users: From inside your virtual environment, inside your faceswap folder, run:

Code: Select all

python -c "from lib.sysinfo import sysinfo ; print(sysinfo)"

Re: Error: attempting to fetch value instead of handling error internal : no supported device found for platfrom cuda

Posted: Wed Jun 10, 2020 5:56 pm
by Helppoheikki

Ubuntu 18.4 cuda 10.2 when i start to train models all fine but then gets output 347903 F tensorflow/stream_executor/lib/statuser.cc:34 Attempting to fetch value instead of handling errorinternal no supperted device found for platfrom cuda.
Something in cuda or tensorflow.?


Re: Error: attempting to fetch value instead of handling error internal : no supported device found for platfrom cuda

Posted: Sat Jun 13, 2020 9:29 am
by torzdf

Without the system information from the instructions given in the previous post, we cannot diagnose this.