Skip to content

Invertible conditional flows #84

Answered by stefanwebb
kirtanp asked this question in Q&A
Discussion options

You must be logged in to vote

@kirtanp thanks for the great question! First I can say that adding conditional flows is one of the highest items on our implementation agenda. We had to take it out after a major refactor and haven't gotten around to putting it back in yet.

Separately, you can get the value sampled from the base distribution for analytically invertible flows with the .normalize() and .rnormalize() methods of Flow, which work independently from conditionality. See here: https://github.com/facebookincubator/flowtorch/blob/main/flowtorch/distributions/flow.py

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@kirtanp
Comment options

Answer selected by stefanwebb
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #81 on December 23, 2021 17:58.