normalizing-flows
normalizing-flows copied to clipboard
PyTorch implementation of normalizing flow models
Thank you for a repo that's easy to handle with a normalizing flow of one's choice! I would like to implement a normalizing flow that optimizes multiple target distributions at...
Hi, this PR added some new interface to get better control during sampling, e.g. to repeatedly generate on same latent code when training the model. Please check if it is...
Hi, I was trying to integrate your code in pytorch lightning framework and found that some scalar flag attributes caused exceptions when parallelizing the nn.Module. This PR removes it for...
Flow++
Hello! This is an excellent repository that I am using for my Ph.D. Thank you for such a fantastic contribution! I wonder if you have plans to develop Flow++ https://arxiv.org/abs/1902.00275....
Hey, thanks for your framework. Are you currently planning to implement flows on spheres supporting forward and backward KLD as well? Thanks and all the best
It seems that some layers do not support conditioning, like the affine coupling block. Would it be possible to extend this, as suggested in e.g. https://arxiv.org/pdf/1912.00042 ? Wouldn't be much...