-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
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
| valid_data = (valid_data - means)/stds | |
| valid_data = torch.as_tensor(valid_data).to(device, dtype=torch.float) |
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
Mo-Elfeky
Metadata
Metadata
Assignees
Labels
No labels