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

Implement "Datasaver" #27

Open vitusbenson opened 1 year ago

vitusbenson commented 1 year ago

Predictions need to be saved, e.g. during test steps. This is highly dataset specific. Hence we should move it out of the task and into the setting. For this need to implement a Datasaver for each dataset.

Goal:

Requirements: