Hi, when running your code representation_learning_trainer.py, I was confused about the step parameter. For example, to train "FFHQ128-130M-z512-64M" with batch_size = 128, how does the step parameter related to "64M" training samples: as FFHQ contains 70000 images, does it indicate (64000000/70000) times of iterations, and does step parameter stand for number of training epoch?
Could you let me know if I have any misunderstanding. Thank you:)
Hi, when running your code
representation_learning_trainer.py, I was confused about thestepparameter. For example, to train "FFHQ128-130M-z512-64M" withbatch_size = 128, how does the step parameter related to "64M" training samples: as FFHQ contains 70000 images, does it indicate (64000000/70000) times of iterations, and doesstepparameter stand for number of training epoch?Could you let me know if I have any misunderstanding. Thank you:)