-
Notifications
You must be signed in to change notification settings - Fork 151
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
Should we switch to pyro flows? #336
Comments
I agree but we'd have to make sure that performance and speed are matched. One step in that direction could be to check performance and speed of Pyro-based MAFs and NSFs on |
We will move to flowtorch after the hackathlon |
Hello 👋 I noticed you wanted to switch from Initially, our package Since then, the flow implementations have improved and new ones were added such as NSF, NAF and UMNN (both coupling and fully autoregressive). Recently, we decided to export our normalizing flows to a standalone package named Zuko. If you still want to switch from |
Hi Francois, thanks for the pointer, and we are indeed on the lookout for a good repo for flows. We'll have a look! Michael |
Hi, I was wondering whether this issue could be considered as relevant to the SBI Hackathon 2024. I think it would be great to have a flows backend base on @francois-rozet's awesome work on Also, this migration could eventually lead to people switching between I don't know, maybe this sounds infeasible and not even pertinent to the current discussion, but I feel that relying on |
Hi Pedro, thanks for your input! Yes, it's relevant for the hackathon indeed! we are currently preparing to abstract away the dependency on only Our plan is to get this done before the hackathon to be able to integrate new density estimators during the hackathon more easily. |
Is addressed in #957 |
interface |
Currently, we are relying on
nflows
for our flows. I think that pyro's flows look pretty great, see e.g. here for NSF.They very nicely separate the transformer from the conditioner, see e.g. here for autoregressive splines.
Any reasons to stick to
nflows
?The text was updated successfully, but these errors were encountered: