Page 1 of 1

Quick question about training the same model at different resolutions

Posted: Mon Oct 03, 2022 7:07 pm
by martinf

If I successfully train a model at, say 128p, will I get the same results at 256p or 512p given everything else remains the same (facesets, model setting - except for resolution)? I know the time difference will be geometric, but will the results essentially be the same only resolved to more detail? This assumes that my faceset data is high resolution.


Re: Quick question about training the same model at different resolutions

Posted: Tue Oct 04, 2022 10:19 am
by torzdf

Short answer is 'no'. You would not get the same results even if running the same model again with the same data at the same resolution. The random element of ML ensures that results are non-deterministic.

Increasing spatial dimensions also means the model will behave somewhat differently.