You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't know which backend to use, we recommend JAX to get started.
73
-
It is the fastest backend and already works pretty reliably with the current
74
-
dev version of bayesflow.
74
+
If you don't know which backend to use, we recommend JAX as it is currently
75
+
the fastest backend.
75
76
76
77
Once installed, [set the backend environment variable as required by keras](https://keras.io/getting_started/#configuring-your-backend). For example, inside your Python script write:
77
78
@@ -93,22 +94,22 @@ This way, you also don't have to manually set the backend every time you are sta
93
94
94
95
### Using pip
95
96
96
-
You can install the dev version with pip:
97
+
You can install the Bayesflow from Github with pip:
@@ -167,10 +168,24 @@ You can cite BayesFlow along the lines of:
167
168
}
168
169
```
169
170
171
+
## FAQ
172
+
173
+
-*I am starting with Bayesflow, which backend shall I use?*
174
+
A: We recommend JAX as it is currently the fastest backend.
175
+
176
+
-*What is the difference between Bayesflow 2.0+ and previous versions?*
177
+
A: Bayesflow 2.0+ is a complete rewrite of the library. It shares the same
178
+
overall goals with previous versions, but has much better modularity
179
+
and extensibility. What is more, the new Bayesflow has multi-backend support via Keras3,
180
+
while the old Bayesian was based on tensorflow only.
181
+
182
+
-*I still need the old Bayesflow for some of my projects. How can I install it?*
183
+
A: You can find and install the old Bayesflow version via the "bayesflow1" branch on github.
184
+
170
185
## Awesome Amortized Inference
171
186
172
187
If you are interested in a curated list of resources, including reviews, software, papers, and other resources related to amortized inference, feel free to explore our [community-driven list](https://github.com/bayesflow-org/awesome-amortized-inference).
173
188
174
189
## Acknowledgments
175
190
176
-
This project is currently managed by researchers from Rensselaer Polytechnic Institute, TU Dortmund University, and Heidelberg University. It is partially funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation, Project 528702768). The project is further supported by Germany's Excellence Strategy -- EXC-2075 - 390740016 (Stuttgart Cluster of Excellence SimTech) and EXC-2181 - 390900948 (Heidelberg Cluster of Excellence STRUCTURES), as well as the Informatics for Life initiative funded by the Klaus Tschira Foundation.
191
+
This project is currently managed by researchers from Rensselaer Polytechnic Institute, TU Dortmund University, and Heidelberg University. It is partially funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) Projects 528702768 and 508399956. The project is further supported by Germany's Excellence Strategy -- EXC-2075 - 390740016 (Stuttgart Cluster of Excellence SimTech) and EXC-2181 - 390900948 (Heidelberg Cluster of Excellence STRUCTURES), the collaborative research cluster TRR 391 – 520388526, as well as the Informatics for Life initiative funded by the Klaus Tschira Foundation.
0 commit comments