When batch_size in evaluator.py is different from 1, then we see that:
1) when running multi-dates global_forecasts only the first lead time is saved.
2) data reconstruction for predictions (not target!) is mis-reconstructed as shown below:
Temporary solution: hardcode batch_size = 1 in evaluator.py
When
batch_size
inevaluator.py
is different from 1, then we see that:1) when running multi-dates global_forecasts only the first lead time is saved. 2) data reconstruction for predictions (not target!) is mis-reconstructed as shown below:
Temporary solution: hardcode
batch_size = 1
inevaluator.py