earthnet2021 / earthnet-models-pytorch

EarthNet Models PyTorch - Deep Neural Networks for geospatial vegetation forecasting.
https://www.earthnet.tech/
MIT License
29 stars 6 forks source link

Refactor stochastic predictions #33

Open vitusbenson opened 1 year ago

vitusbenson commented 1 year ago

The SpatioTemporalTask currently can handle generative models that do multiple predictions per sample. However most of our models are deterministic and hence this functionality makes the validation & test loop code less readable and more error prone.

Goal:

Culprits: