We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear all, I have been looking at the inference.py script and I see how lines 190 and 191 (
FourCastNet/inference/inference.py
Lines 190 to 191 in 93360c1
However, I see nowhere the inverse process taking place for output data (seq_real and seq_pred).
Could this be achieved by simply running: seq_real = seq_real * stds + means seq_pred = seq_pred * stds + means
or am I missing something critical here?
Best,
LuisV
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear all,
I have been looking at the inference.py script and I see how lines 190 and 191 (
FourCastNet/inference/inference.py
Lines 190 to 191 in 93360c1
However, I see nowhere the inverse process taking place for output data (seq_real and seq_pred).
Could this be achieved by simply running:
seq_real = seq_real * stds + means
seq_pred = seq_pred * stds + means
or am I missing something critical here?
Best,
LuisV
The text was updated successfully, but these errors were encountered: