nashory / pggan-pytorch

:fire::fire: PyTorch implementation of "Progressive growing of GANs (PGGAN)" :fire::fire:
MIT License
819 stars 134 forks source link

Difference between Grow_network and Flush_network #29

Open siddu9501 opened 6 years ago

siddu9501 commented 6 years ago

Can someone explain the difference between grow and flush components? At a higher level, from what i see, both add layers during training highlighting the progressive part. Also, what are the to_rgb, from_rgb, fade_in and concat blocks ?

JosephKJ commented 6 years ago

flush_network flushes out 'concat_block' 'fadein_block' modules from model definition.

Kindly read through the paper to understand more.