We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444ff66 commit 495c602Copy full SHA for 495c602
bayesflow/networks/__init__.py
@@ -1,3 +1,6 @@
1
+"""
2
+A rich collection of neural network architectures for use in :py:class:`~bayesflow.approximators.Approximator`\ s.
3
4
from .consistency_models import ConsistencyModel
5
from .coupling_flow import CouplingFlow
6
from .deep_set import DeepSet
0 commit comments