Search found 16 matches

by Scrapemist
Wed Dec 21, 2022 1:20 pm
Forum: General Discussion
Topic: Reverse Swap
Replies: 2
Views: 1779

Re: Reverse Swap

Ah perfect.
Missed it.
Thnx!

by Scrapemist
Wed Dec 21, 2022 10:38 am
Forum: General Discussion
Topic: Reverse Swap
Replies: 2
Views: 1779

Reverse Swap

Is it possible to do a reverse swap?
So I train face B on top of face A now, but can I switch that and use the same model to put face a on face b?
In essence all that is needed is in the model..

by Scrapemist
Mon Dec 12, 2022 1:27 pm
Forum: Training Discussion
Topic: Possible to turn Fc off?
Replies: 3
Views: 837

Re: Possible to turn Fc off?

The settings are a bit confusing tbh.
If I set Shared Fc to none but leave Split Fc unchecked, do I have a Shared Fc or not?

by Scrapemist
Mon Dec 12, 2022 9:46 am
Forum: Training Discussion
Topic: Possible to turn Fc off?
Replies: 3
Views: 837

Possible to turn Fc off?

Is it possible to only have Gblock as an Fc and turn the regular Fc off?
If Shared Fc is set to None a Split Fc is created by default I noticed.

by Scrapemist
Wed Dec 07, 2022 11:02 am
Forum: Training Discussion
Topic: Filtersize
Replies: 1
Views: 709

Filtersize

I am comparing preset parameters between sae-df and saehd-df and I notice there is a difference in filter size. Saahd has a dec_res_block and dec_output_kernel of both 1 and sea of 2 and 5. Does this mean that smaller filters results in better output? I'm assuming the assed -hd in saehd means higher...
by Scrapemist
Fri Dec 02, 2022 2:50 pm
Forum: Training Discussion
Topic: output size vs encoder input
Replies: 1
Views: 955

output size vs encoder input

Does it makes sense to have a higher output size then the input layer of the encoder?
Like when I set output size to 1024 but scale the fs_original encoder to 25 (512), is the output actually gonna be 1024?
Or is it in essence training on 512 and upscaling it to 1024 with no extra detail.

by Scrapemist
Wed Nov 30, 2022 2:19 pm
Forum: Training Discussion
Topic: Phaze-A, 2080Ti
Replies: 9
Views: 2490

Re: Phaze-A, 2080Ti

I just started running dny 1024 on 48gb with Full fc, Split fc, Split Gblock and Split Decoders at bs 12.
Little stunned myself tbh.

by Scrapemist
Wed Nov 23, 2022 1:55 pm
Forum: Training Discussion
Topic: [Guide] Introducing - Phaze-A
Replies: 89
Views: 186685

Re: [Guide] Introducing - Phaze-A

Wow, very interesting! Thnx for showcasing the results. So my default was a simple network with just split decoders, Adabelief, Layer norm and subpixel. ""..."" A version with separate fully connected & shared FC with a single decoder. Its surprizing how little difference the...
by Scrapemist
Tue Nov 22, 2022 12:50 pm
Forum: Training Support
Topic: Are Extracted faces downsized to match output Size?
Replies: 5
Views: 1693

Re: Are Extracted faces downsized to match output Size?

Interesting.

Besides output size, does the max input resolution of the encoder also have an effect on the resizing?
I see efficientnet_v2 had a max input of 480px.
So I assume the input to the encoder is resized to 480px if I feed it higher resolution faces.
Even if I have an output size of 512.

by Scrapemist
Tue Nov 22, 2022 12:10 pm
Forum: Training Support
Topic: Are Extracted faces downsized to match output Size?
Replies: 5
Views: 1693

Re: Are Extracted faces downsized to match output Size?

I have an 4k video close-up, and extract at 1024px. But I want to do experiments first on lower model res, say 256px. So If its internally resized its not necessary to re-extract. This means its better to extract face as close to the actual resolution of the source as possible if you want to reuse t...
by Scrapemist
Tue Nov 22, 2022 11:01 am
Forum: Training Support
Topic: Are Extracted faces downsized to match output Size?
Replies: 5
Views: 1693

Are Extracted faces downsized to match output Size?

I ask because this is the case in DFL.

by Scrapemist
Mon Nov 21, 2022 9:57 am
Forum: Training Discussion
Topic: Convert in training settings
Replies: 1
Views: 770

Convert in training settings

Can someone explain why there is the option to adjust the convert batchsize in the global training settings?
Has this to do with the convert that is showing in the preview?

by Scrapemist
Sat Nov 19, 2022 9:52 am
Forum: General Discussion
Topic: Where are the biases?
Replies: 3
Views: 1505

Re: Where are the biases?

I see. Thanks for clearing that up.

Then, just to see if I understand the NN correctly;
Is the first layer of nodes in the encoder the amount of pixels of the image times 3? (for each rgb channel)
So that each node contains an r, g or b value of a single pixel?

by Scrapemist
Wed Nov 16, 2022 3:31 pm
Forum: General Discussion
Topic: Where are the biases?
Replies: 3
Views: 1505

Where are the biases?

So I'm coming from DFL and and now dipping my toes in FS, in prarticular the Phaze-A model. To wrap my head around the meaning of all the settings I am studying how NN actual work. This yt video is helping me alot to get a basic understanding. It talks about the importance of weights and biases. I s...
by Scrapemist
Mon Nov 07, 2022 7:22 pm
Forum: Training Support
Topic: Model settings not updated after training swap
Replies: 3
Views: 979

Re: Model settings not updated after training swap

Yes, I checked the state.json file.
But they are not the same as in the Training settings in the GUI.
I guess I should have saved them as a preset upon creation.

by Scrapemist
Sat Nov 05, 2022 2:47 pm
Forum: Training Support
Topic: Model settings not updated after training swap
Replies: 3
Views: 979

Model settings not updated after training swap

I wanted to swap trainings on two machines that run on the same A/B dataset but with a different model setup. So I just swapped the model folder and project file and everything looks to work fine. But when I check model settings I get the settings from the previouse model. Is this expected behaviour...