Search found 7 matches

by jedeitor
Mon Aug 30, 2021 1:53 pm
Forum: Training Support
Topic: "New" training method taking too much VRAM?
Replies: 7
Views: 10159

Re: "New" training method taking too much VRAM?

Are you using Conv Aware Init. This is known to take up more vram on model initialization. Try starting a new model with very low batchsize for 1 iteration, then reloading the model, to see if that resolves things for you. Ok, just tried this. I hadn't Conv Aware checked, so that was not the proble...
by jedeitor
Sat Aug 28, 2021 11:30 am
Forum: Training Support
Topic: "New" training method taking too much VRAM?
Replies: 7
Views: 10159

Re: "New" training method taking too much VRAM?

Would there be any way to get the software version that was available at march this year? Just for testing this issue.

by jedeitor
Tue Aug 24, 2021 9:17 pm
Forum: Training Support
Topic: "New" training method taking too much VRAM?
Replies: 7
Views: 10159

Re: "New" training method taking too much VRAM?

Ok, so I'm doing some tests. If I take the model that works with more iterations than the others and change just the name of the model dir, forcing it to generate a new one, the software runs into the same VRAM problem as the others. So there has to be something different in that first model dir tha...
by jedeitor
Tue Aug 24, 2021 11:01 am
Forum: Training Support
Topic: "New" training method taking too much VRAM?
Replies: 7
Views: 10159

Re: "New" training method taking too much VRAM?

Weird. Could be the method of extraction what makes all my models different from the first one? I mean, can the extraction affect on how much VRAM will need the training? I don't remember the settings I used for extraction, but I am using the same settings for training all the models and that first ...
by jedeitor
Sat Aug 21, 2021 11:54 pm
Forum: Training Support
Topic: "New" training method taking too much VRAM?
Replies: 7
Views: 10159

"New" training method taking too much VRAM?

Hi, when I started with faceswap, it required 2 facesets (A & B), and the alignments file for A. Soon after some tries, that method was changed and now the alignment info is stored into the images and you no longer need the alignments file to train your models. The problem is, I have a model I c...
by jedeitor
Tue Mar 16, 2021 4:31 pm
Forum: Extract Discussion
Topic: Missing Alignment Merge Job
Replies: 20
Views: 28341

Re: Missing Alignment Merge Job

Hmm... you are right. The thing is, I generated 2 different sets for A and 1 set for B. When I configured training, I merged the 2 A sets in one folder, pointed the software to folder A and folder B, selected the model folder, but left "alignments" blank. Started training and it threw an e...
by jedeitor
Tue Mar 16, 2021 11:06 am
Forum: Extract Discussion
Topic: Missing Alignment Merge Job
Replies: 20
Views: 28341

Re: Missing Alignment Merge Job

Not sure I really understand the question. Alignments files are no longer required for training. Once your faceset is updated, the alignment data is loaded from the png headers Hello, I got to your answer while trying to solve this problem. I understand that the alignment info now is stored inside ...