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 Metric API #32

Open vitusbenson opened 1 year ago

vitusbenson commented 1 year ago

Currently each setting ("dataset") comes with its own Metric. This uses the PyTorch Lightning Metric API (https://torchmetrics.readthedocs.io/en/stable/). It might be, that this API is outdated, and it might also be that Metrics are consistent across datasets, hence leading to duplicity.

Goal:

Culprits: