Jiahao Hong

Results 2 comments of Jiahao Hong

@jdb78 @josesydor @Emungai @polal2is @chefPony validating over the last sample of each group, sometimes make model overfit to last sample.. So I tried below to validate longer sequence. FYI validation...

I changed line 473 of pytorch_forecasting/metrics/base_metrics.py and fixed the bug, see below line473: # class CompositeMetric(LightningMetric): updated : class CompositeMetric(Metric):