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 1d4f646 commit 664f00aCopy full SHA for 664f00a
bayesflow/metrics/functional/root_mean_squared_error.py
@@ -2,10 +2,8 @@
2
from keras import ops
3
4
from bayesflow.types import Tensor
5
-from bayesflow.utils.serialization import serializable
6
7
8
-@serializable("bayesflow.metrics")
9
def root_mean_squared_error(x1: Tensor, x2: Tensor, normalize: bool = False, **kwargs) -> Tensor:
10
"""Computes the (normalized) root mean squared error between samples x1 and x2.
11
0 commit comments