Search found 3 matches

by elecbub
Sat Feb 15, 2020 7:45 am
Forum: Training Support
Topic: Training stopped without error message
Replies: 5
Views: 3961

Re: Training stopped without error message

The "Killed" message implies something else killed the operation. You can see if anything caused it to be killed by checking the docker system logs. Unfortunately, I don't know what that is and I doubt you'll find anything in Faceswap's logs. You may TRY setting Faceswap to a high logging...
by elecbub
Sat Feb 15, 2020 7:32 am
Forum: Training Support
Topic: Training stopped without error message
Replies: 5
Views: 3961

Re: Training stopped without error message

deephomage wrote: Fri Feb 14, 2020 11:07 pm

Docker isn't officially supported. You're welcome to try Windows, Linux or macOS,

Thank you for your reply ! The docker environment that I am using is based on Ubuntu 16.04 running from macOS. I will try other environment someday ^^

by elecbub
Fri Feb 14, 2020 10:52 pm
Forum: Training Support
Topic: Training stopped without error message
Replies: 5
Views: 3961

Training stopped without error message

I have prepared the CPU-only docker environment (python3.6, tensorflow1.12, and other libraries as in the requirements.txt) ( https://github.com/deepfakes/faceswap/ ). I prepared the image data (around 600 and 850 PNG files) and tried to start training a new model with the command below. python3.6 f...