File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4040
4141Features:
42421. Added option for ``permutation='learnable' `` when creating an ``InvertibleNetwork ``
43- 2. Added option for ``coupling_design in ["spline", "interleaved"] `` when creating an ``InvertibleNetwork ``
43+ 2. Added option for ``coupling_design in ["affine", " spline", "interleaved"] `` when creating an ``InvertibleNetwork ``
44443. Simplified passing additional settings to the internal networks. For instance, you
4545can now simply do
4646``inference_network = InvertibleNetwork(num_params=20, coupling_net_settings={'mc_dropout': True}) ``
@@ -52,10 +52,11 @@ https://arxiv.org/abs/2301.11873
5252added to ``diagnostics.py `` and is accessible as ``plot_calibration_curves() ``
53537. A new module ``experimental `` has been added currently containing ``rectifiers.py ``.
54548. Default settings for transformer-based architectures.
55+ 9. Numerical calibration error using ``posterior_calibration_error() ``
5556
5657General Improvements:
57581. Improved docstrings and consistent use of keyword arguments vs. configuration dictionaries
58592. Increased focus on transformer-based architectures as summary networks
59603. Figures resulting ``diagnostics.py `` have been improved and prettified
60614. Added a module ``sensitivity.py `` for testing the sensitivity of neural approximators to model misspecification
61- 5. Multiple bugfixes
62+ 5. Multiple bugfixes, including a major bug affecting the saving and loading of learnable permutations
You can’t perform that action at this time.
0 commit comments