Open siddu9501 opened 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 ?
flush_network flushes out 'concat_block' 'fadein_block' modules from model definition.
Kindly read through the paper to understand more.
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 ?