Error while training

If training is failing to start, and you are not receiving an error message telling you what to do, tell us about it here


Forum rules

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

This forum is for reporting errors with the Training process. If you want to get tips, or better understand the Training process, then you should look in the Training Discussion forum.

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

Locked
User avatar
ajgoyt
Posts: 5
Joined: Tue Nov 05, 2019 5:23 am

Error while training

Post by ajgoyt »

Hello i installed FS on a linux mint install using the guide defaults and it appeared to install fine, my GPU is not very good but with some testing i saw some errors, (1) major one was CUDNN is not found , if i look around in conda i see that it has listings of cuda in the pkgs folder (i attached a screenshot)

I tried to attach my log file but it says (Invalid file extension: crash_report.2019.11.10.005746130939.log)

should i copy the crash report and paste it here or?

thanks

Attachments
Screenshot from 2019-11-10 09-07-11.png
Screenshot from 2019-11-10 09-07-11.png (3.59 KiB) Viewed 5598 times
User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 623 times

Re: [Guide]Linux Install Guide: Installer Method

Post by torzdf »

You should now be able to upload your crash report (I have enabled text files).

Alternatively, you can paste the crash report here inside [code] blocks or put it on pastebin and link.

My word is final

User avatar
ajgoyt
Posts: 5
Joined: Tue Nov 05, 2019 5:23 am

Re: [Guide]Linux Install Guide: Installer Method

Post by ajgoyt »

ok here is the crash report

Attachments
crash_report.2019.11.10.005746130939.log
(69.5 KiB) Downloaded 291 times
User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 623 times

Re: [Guide]Linux Install Guide: Installer Method

Post by torzdf »

That GPU is right at the bottom end of what will run....

In the first instance, enable the "Allow Growth" option. There is a bug in TF with some combinations of OS/GPU/Cuda (there appears to be no consistent pattern) where this is necessary.

I imagine the next thing that will happen is you run out of VRAM, but there are tips to get around that issue.

My word is final

User avatar
56myszka
Posts: 1
Joined: Thu Dec 26, 2019 11:20 am

Re: [Guide]Linux Install Guide: Installer Method

Post by 56myszka »

can anyone tell me where the option file is with ,,allow_growth" ? I use Debian.

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 while training

Post by bryanlyon »

If in the GUI, please look around your options. If using the command line try

Code: Select all

python faceswap.py (category) -h
Locked