genforce / idinvert_pytorch

[ECCV 2020] In-Domain GAN Inversion for Real Image Editing (PyTorch code)
https://genforce.github.io/idinvert/
MIT License
407 stars 54 forks source link

Scaling with batch size? #26

Open GLivshits opened 2 years ago

GLivshits commented 2 years ago

Hi. I have a rather stupid question. Imagine I'd like to invert more than 1 image at a time (so batch consists of N examples). Will the per batch time be a multiple of N of 1-sized batch?

zhujiapeng commented 2 years ago

Yes, you are right.