stylegan2-pytorch icon indicating copy to clipboard operation
stylegan2-pytorch copied to clipboard

argument ada_every is not used

Open dhinz94 opened this issue 3 years ago • 1 comments

Thank you for your clean implementation! I just tried training a model with adaptive augmentation and noticed, that the argument --ada_every is not used when initializing the AdaptiveAugment object. Instead of using the argument, 8 is set as the update interval for augmentation. Best regards! https://github.com/rosinality/stylegan2-pytorch/blob/bef283a1c24087da704d16c30abc8e36e63efa0e/train.py#L424-L429

https://github.com/rosinality/stylegan2-pytorch/blob/bef283a1c24087da704d16c30abc8e36e63efa0e/train.py#L157

dhinz94 avatar Jan 06 '22 15:01 dhinz94

I have the same question, do you find the answer?

anguoyang avatar Nov 09 '22 04:11 anguoyang