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 a9a760a commit 559b98dCopy full SHA for 559b98d
bayesflow/links/positive_semi_definite.py
@@ -1,8 +1,10 @@
1
import keras
2
+from keras.saving import register_keras_serializable as serializable
3
4
from bayesflow.utils import keras_kwargs
5
6
7
+@serializable(package="bayesflow.links")
8
class PositiveSemiDefinite(keras.Layer):
9
"""Activation function to link from any square matrix to a positive semidefinite matrix."""
10
0 commit comments