Skip to content

Commit 495c602

Browse files
committed
add networks docs
1 parent 444ff66 commit 495c602

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bayesflow/networks/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"""
2+
A rich collection of neural network architectures for use in :py:class:`~bayesflow.approximators.Approximator`\ s.
3+
"""
14
from .consistency_models import ConsistencyModel
25
from .coupling_flow import CouplingFlow
36
from .deep_set import DeepSet

0 commit comments

Comments
 (0)