Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symmetric Metrics are not in [0, 1] #68

Open
Ceyron opened this issue Nov 8, 2024 · 0 comments
Open

Symmetric Metrics are not in [0, 1] #68

Ceyron opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Ceyron
Copy link
Owner

Ceyron commented Nov 8, 2024

MWE:

In [1]: import exponax as ex

In [2]: import jax

In [3]: a = jax.random.normal(jax.random.key(0), (2, 1, 100))

In [4]: ex.metrics.sRMSE(a[0], a[1])
Out[4]: Array(1.5277674, dtype=float32)
@Ceyron Ceyron added the bug Something isn't working label Nov 8, 2024
@Ceyron Ceyron self-assigned this Nov 8, 2024
@Ceyron Ceyron changed the title Symmetric Metrics are not $\in [0, 1]$ Symmetric Metrics are not in [0, 1] Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant