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 b9dfd1f commit cca3579Copy full SHA for cca3579
1 file changed
src/relaxit/distributions/__init__.py
@@ -6,6 +6,7 @@
6
from .LogisticNormalSoftmax import LogisticNormalSoftmax
7
from .StochasticTimesSmooth import StochasticTimesSmooth
8
from .StraightThroughBernoulli import StraightThroughBernoulli
9
+from .RebarRelaxation import RebarRelaxation
10
11
12
__all__ = [
@@ -16,5 +17,6 @@
16
17
"InvertibleGaussian",
18
"LogisticNormalSoftmax",
19
"StochasticTimesSmooth",
- "StraightThroughBernoulli"
20
+ "StraightThroughBernoulli",
21
+ "RebarRelaxation"
22
]
0 commit comments