You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is by design, and it's an effect of having independent_timesteps=True in the metric config.
Why and how is also explained in section 4.2.1 of the paper (https://arxiv.org/pdf/2305.12032)
The effect of this is that the ground truth will always have a score lower than 1.0 (if you look at Figure 4, this was 0.722 in the 2023 metrics).
We are looking into making new changes to this, so look out for how the metrics are configured.
Just as a double-check that it's not the histogram_estimate, could you try to set independent_timesteps=False and re-run that eval? If I'm not mistaken, that should put everything to roughly 1.0
I try to feed GT (repeated 32 times) into the WOSAC eval pipe and find:
Is this a normal behavior?
The text was updated successfully, but these errors were encountered: