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 Task into single "training loop" #30

Open vitusbenson opened 1 year ago

vitusbenson commented 1 year ago

Originally the library was intended to be able to handle multiple tasks. In the end it seems all models can run with the spatio-temporal task. Hence it is unnecessary to keep this abstraction.

Goal:

Risks: