Search found 3 matches
- Wed Nov 01, 2023 2:15 am
- Forum: Training Discussion
- Topic: Location of “forward pass” and/or Where to implement a Custom Training Loop
- Replies: 6
- Views: 14140
Re: Location of “forward pass” and/or Where to implement a Custom Training Loop
Ah I chose a foolish example but i think I got an answer to what I was meaning to ask :D (the spirit of the question is for a single forward pass from Identity_1->identity_2: change 5 to any random integer >5, add 4 more decoders for some reason that are only used in training, add 2 discriminators f...
- Wed Nov 01, 2023 12:43 am
- Forum: Training Discussion
- Topic: Location of “forward pass” and/or Where to implement a Custom Training Loop
- Replies: 6
- Views: 14140
Re: Location of “forward pass” and/or Where to implement a Custom Training Loop
Thanks for the prompt reply. I think I need to do some more reading first to make sure I’m not missing anything :) . There seems to be an implicit flow that I’m not quite seeing just yet. Not that there’s any actual faceswap reason to do something like this, but from a coding perspective, it doesn’t...
- Tue Oct 31, 2023 11:08 pm
- Forum: Training Discussion
- Topic: Location of “forward pass” and/or Where to implement a Custom Training Loop
- Replies: 6
- Views: 14140
Location of “forward pass” and/or Where to implement a Custom Training Loop
Sorry if this is covered somewhere else, I have not been able to find anything that addresses this in the FAQs. I’ve been digging through the code and looking for the actual forward pass of any of the model combinations and have not had any luck. Is there a generic config or something that I’ve miss...