pytorch_flows
pytorch_flows copied to clipboard
Implementation and tutorials of normalizing flows with the novel distributions module
Hi!! Thanks for sharing this normalizing flow model with pytorch, it is really exciting. When running the fifth cell of code a Value Error appears concerning the q1 distribution. It...
Hey I've been playing with the classes you define in your notebooks, and it seems to me that in the affine transformations you're multiplying `weights` and `z` in the wrong...
Hi @esling , First of all, thanks for sharing these notebooks, they're great. I'm playing around with the classes you defined, and trying to understand why you're calculating densities manually...