Skip to content
Discussion options

You must be logged in to vote

Hello,

Thank you for your questions! Here are the answers:

  1. The VRMSE is computed in normalized space.

  2. For the datasets with a mask, the evaluation is performed on the whole domain (the mask being set to zeros in the physical field + added to the t0_fields with NaNs where the mask should be and zeros elsewhere). However, because the mask is present is constant_field_names in the data, it is appended to the data in DefaultChannelsFirstFormatter here but is not being predicted.

  3. I think this is not correct. It would be more something like this:

    • Initial input: 4 timesteps [u(0), u(1), u(2), u(3)]
    • Autoregressive prediction: [u(4), u(5), u(6), u(7), ..., u(34)]
    • 6:12 VRMSE losses: Computed…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@shyams2
Comment options

@rubenohana
Comment options

@shyams2
Comment options

Answer selected by shyams2
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants