Training fails without errors just after launch : return code -8

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
tourist
Posts: 1
Joined: Fri Jul 03, 2020 5:10 pm

Training fails without errors just after launch : return code -8

Post by tourist »

Hi,

What does return code -8 mean ?

I've got no error in the logs, no more info in DEBUG or VERBOSE mode.
Process train.py just exits after :

07/03/2020 19:03:53 INFO Loading Trainer from Original plugin...
07/03/2020 19:03:53 INFO Enabled TensorBoard Logging
Process exited.

in the bottom bar :

Status: Failed - train.py : Return Code: -8

?

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: Training fails without errors just after launch : return code -8

Post by bryanlyon »

Return codes like this are happening upstream of Faceswap. This almost always means a corrupt installation. You can either uninstall miniconda and delete the Faceswap folder and try re-installing, or you can open a Conda window in the Faceswap environment, go into the faceswap folder and try

Code: Select all

python update-deps.py

and/or if that doesn't fix it,

Code: Select all

python setup.py

.

Locked