e-271 / few-shot-gan

Few-shot adaptation of GANs.
https://e-271.github.io/few-shot-gan
Other
120 stars 12 forks source link

DiffAugment #10

Open betterze opened 3 years ago

betterze commented 3 years ago

Dear @e-271 @jiaruixu @timy90022 ,

Thank you for sharing with us this nice implementation.

In run_training.py, line 87, it says

TODO: Changed this to 16 to match DiffAug

Dose this implementation use DiffAug (https://github.com/mit-han-lab/data-efficient-gans/tree/master/DiffAugment-stylegan2)? I can not find anything about DiffAug in your paper or in the code. Have you try to combine you method with DiffAug or stylegan2-ada?

Thank you very much for your time.

Best Wishes,

Alex