Commit 3a69644
Add projectors to DeepSet (#453)
* v2.0.2 (#447)
* [no ci] notebook tests: increase timeout, fix platform/backend dependent code
Torch is very slow, so I had to increase the timeout accordingly.
* Enable use of summary networks with functional API again (#434)
* summary networks: add tests for using functional API
* fix build functions for use with functional API
* [no ci] docs: add GitHub and Discourse links, reorder navbar
* [no ci] docs: acknowledge scikit-learn website
* [no ci] docs: capitalize navigation headings
* More tests (#437)
* fix docs of coupling flow
* add additional tests
* Automatically run slow tests when main is involved. (#438)
In addition, this PR limits the slow test to Windows and Python 3.10.
The choices are somewhat arbitrary, my thought was to test the setup not
covered as much through use by the devs.
* Update dispatch
* Update dispatching distributions
* Improve workflow tests with multiple summary nets / approximators
* Fix zombie find_distribution import
* Add readme entry [no ci]
* Update README: NumFOCUS affiliation, awesome-abi list (#445)
* fix is_symbolic_tensor
* remove multiple batch sizes, remove multiple python version tests, remove update-workflows branch from workflow style tests, add __init__ and conftest to test_point_approximators (#443)
* implement compile_from_config and get_compile_config (#442)
* implement compile_from_config and get_compile_config
* add optimizer build to compile_from_config
* Fix Optimal Transport for Compiled Contexts (#446)
* remove the is_symbolic_tensor check because this would otherwise skip the whole function for compiled contexts
* skip pyabc test
* fix sinkhorn and log_sinkhorn message formatting for jax by making the warning message worse
* update dispatch tests for more coverage
* Update issue templates (#448)
* Hotfix Version 2.0.1 (#431)
* fix optimal transport config (#429)
* run linter
* [skip-ci] bump version to 2.0.1
* Update issue templates
* Robustify kwargs passing inference networks, add class variables
* fix convergence method to debug for non-log sinkhorn
* Bump optimal transport default to False
* use logging.info for backend selection instead of logging.debug
* fix model comparison approximator
* improve docs and type hints
* improve One-Sample T-Test Notebook:
- use torch as default backend
- reduce range of N so users of jax won't be stuck with a slow notebook
- use BayesFlow built-in MLP instead of keras.Sequential solution
- general code cleanup
* remove backend print
* [skip ci] turn all single-quoted strings into double-quoted strings
* turn all single-quoted strings into double-quoted strings
amend to trigger workflow
---------
Co-authored-by: Valentin Pratz <[email protected]>
Co-authored-by: Valentin Pratz <[email protected]>
Co-authored-by: stefanradev93 <[email protected]>
Co-authored-by: Marvin Schmitt <[email protected]>
* drafting feature
* Initialize projectors for invariant and equivariant DeepSet layers
* implement requested changes and improve activation
---------
Co-authored-by: Lars <[email protected]>
Co-authored-by: Valentin Pratz <[email protected]>
Co-authored-by: Valentin Pratz <[email protected]>
Co-authored-by: stefanradev93 <[email protected]>
Co-authored-by: Marvin Schmitt <[email protected]>1 parent 62675c3 commit 3a69644
File tree
3 files changed
+11
-3
lines changed- bayesflow/networks/deep_set
3 files changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
140 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
141 | 145 | | |
142 | 146 | | |
143 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
| 114 | + | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
| |||
0 commit comments