advimman / CIPS

Official repository for the paper "Image Generators with Conditionally-Independent Pixel Synthesis" (CVPR2021, Oral)
MIT License
208 stars 36 forks source link

train model #17

Open dengshuhai-cmd opened 2 years ago

dengshuhai-cmd commented 2 years ago

Why do you have an generator and g_ema in your training code?And Your optimizer optimizes generator directly,why not optimizes g_ema? And why accumulate(g_ema, g_module, accum) ,not And why accumulate(g_ema, generator, accum) ?