We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from_internal_transform()
vi
vn
As far as I can tell, they end up delegating to some composition of
Bijectors.bijector(dist)
and
DynamicPPL.from_vec_transform(dist)
and their inverses. I'm not sure if the codebase uses the vn and vi arguments anywhere (could have missed it).
The text was updated successfully, but these errors were encountered:
Ohh, vi at least is used for type dispatch. Still unsure about vn.
Sorry, something went wrong.
Ehehe, vn is used when dist isn't provided. Easiest issue ever to close.
No branches or pull requests
As far as I can tell, they end up delegating to some composition of
Bijectors.bijector(dist)
and
DynamicPPL.from_vec_transform(dist)
and their inverses. I'm not sure if the codebase uses the
vn
andvi
arguments anywhere (could have missed it).The text was updated successfully, but these errors were encountered: