Hacker News new | ask | show | jobs
by aasasd 1700 days ago
> https://www.thisfuckeduphomerdoesnotexist.com

I'm now more interested in how the transitions are made than in the generators per se.

1 comments

I'd suggest this code to follow: https://github.com/lucidrains/stylegan2-pytorch/blob/fc22408.... The standard practice is to interpolate between the source latents and target latents and feed the interpolated values into your GAN. There are various ways of doing interpolation (i.e. not always straight linear interpolation)