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

Installing and setting up FaceSwap


Forum rules

Read the FAQs and search the forum before posting a new topic.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
Helppoheikki
Posts: 5
Joined: Thu Jun 04, 2020 8:54 am

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

Post 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?

User avatar
bryanlyon
Site Admin
Posts: 793
Joined: Fri Jul 12, 2019 12:49 am
Answers: 44
Location: San Francisco
Has thanked: 4 times
Been thanked: 218 times
Contact:

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

Post 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)"
User avatar
Helppoheikki
Posts: 5
Joined: Thu Jun 04, 2020 8:54 am

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

Post 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.?

User avatar
torzdf
Posts: 2672
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 131 times
Been thanked: 625 times

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

Post by torzdf »

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

My word is final

Locked