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
Hi Gpwner,
Flows do not follow the encoder decoder architecture you see in VAEs. You only have a prior, typically a gaussian, which then gets transformed into your complex distribution. If you must, I guess you can see the entire flow as a both the encoder (in the normalizing direction) and the decoder (generative direction) since it is invertible.
There are some great recent Youtube vids on this
In your paper,which is part belong to encoder, and which part belong to decoder?
Is the final 'squeeze + step of flow ' the decoder of Glow?
Any help will be appreciate!
The text was updated successfully, but these errors were encountered: