-
Notifications
You must be signed in to change notification settings - Fork 40
Support ProductNamedTupleDistribution, export output_size
#418
New issue
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
Conversation
Bijectors.jl documentation for PR #418 is available at: |
output_size
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good to me.
One concern is that transformed(d)
won't work at the moment because it still uses Base.size
but I don't mind push this later if keen to merge.
Ooh, okay. I am not sure how to implement that, let me look at it |
Thanks @sunxd3! |
Closes #388.