clementchadebec / benchmark_VAE

Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022)
Apache License 2.0
1.72k stars 160 forks source link

RealNVP Flow Sampler #141

Open justinhou95 opened 2 months ago

justinhou95 commented 2 months ago

Thanks for a great package.

It would be great to have RealNVP Flow Samplers implemented in pythae!

Paper: https://arxiv.org/pdf/1605.08803.pdf

I am also happy to contribute to this!

clementchadebec commented 2 months ago

Hey @justinhou95 , thank you for the kind words and sorry for the late reply.

Yes, I agree that having these flows in the lib would be very nice! Nonetheless, I am not sure I will have the time to add them in the near future. However, if you want to contribute to this codebase, I would be more than happy to review your PR :) To get started you can have a look these contributing guidelines or look at some recent contributions such this nice one.

In any case, let me know if you have any questions or face any issue.

Best,

Clement