yang-song / score_sde_pytorch

PyTorch implementation for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
https://arxiv.org/abs/2011.13456
Apache License 2.0
1.68k stars 309 forks source link

Latent Code Manipulation #5

Closed agSidharth closed 3 years ago

agSidharth commented 3 years ago

Hi, can someone tell me where is the code for "manipulation of latent representation". Like how did you where did you use interpolation and temperature change stuff Thank you

yang-song commented 3 years ago

See here for an example on manipulating latent representations.

Note that typically (especially for large images) VP/subVP SDEs have better performance in latent code manipulation than VE SDEs.