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
Digging further into this, I found in the appendix this description:
long-term-mean-subtracted value of predicted (/true) variable v at the location denoted by the grid co-ordinates (m, n) at the forecast time-step l. The long-term mean of a variable is simply the mean value of that variable over a large number of historical samples in the training dataset. The long-term mean-subtracted variables X ̃ pred/true represent the anomalies of those variables that are not captured by the long term mean values
which reads that we subtract from our variables their mean -- which we do during data loading, and the mean is correctly computed over a long term (in get_stats.py)
--
Edit: However, there's the thing that the variables are also scaled by their std_dev. so it's not only the mean that is removed
Please see: https://github.com/NVlabs/FourCastNet/blob/master/data_process/get_stats.py
the time_means is constant zero follow this script.
What is the correct defination for this value?
BTW, may I know how you calculate the$(1460,21,720,1440)$ tensor.
time_means_daily.h5
file?From its size (127G) I can only guess it is a
The text was updated successfully, but these errors were encountered: