inverse_softplus#

bayesflow.utils.keras_utils.inverse_softplus(x: Tensor, beta: float = 1.0, threshold: float = 20.0) Tensor[source]#

Numerically stabilized inverse softplus function.