amazon-science / earth-forecasting-transformer

Official implementation of Earthformer
Apache License 2.0
350 stars 60 forks source link

fix: MAE calc in ENSO #7

Closed gaozhihan closed 1 year ago

gaozhihan commented 1 year ago

Fix test_mae = self.test_mse.compute() to test_mae = self.test_mae.compute() in https://github.com/amazon-research/earth-forecasting-transformer/blob/790791dcdc0f0c6ebcece08ea01141b4683a82d4/scripts/cuboid_transformer/enso/train_cuboid_enso.py#L561