You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to use diffusers for a 1D VAE?
I see that there are some implementations for 1D U-Nets, but cant see a 1D version of the VAE.
I could try subclassing the current VAE implementation (or rather, the Encoder and Decoder), and go from there. Might get a bit convoluted though...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to use diffusers for a 1D VAE?
I see that there are some implementations for 1D U-Nets, but cant see a 1D version of the VAE.
I could try subclassing the current VAE implementation (or rather, the Encoder and Decoder), and go from there. Might get a bit convoluted though...
Beta Was this translation helpful? Give feedback.
All reactions