You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added droput and batch_norm similiar to nhits' implementation
* activation param for nhits
* fix
* support any pytorch activation function. NHiTs AvgPool1d support
* PR
* Update CHANGELOG.md
* fixed typo
* pytorch lightning did not like saving nn.modules
* first pass
* metrics now works with likelihood
* rename var
* made metrics a parameter. Added Tests
* torchmetrics is already a dependency
* changelog
* model now accepts torchmetrics and torchCollections
* torchmetric example in early stop
* handle no metrics
* made _calculate_metrics private
* Ray tune example
* Ray tune example
* changelog
* Update darts/models/forecasting/pl_forecasting_module.py
Co-authored-by: Dennis Bader <[email protected]>
* Update darts/models/forecasting/pl_forecasting_module.py
Co-authored-by: Dennis Bader <[email protected]>
* added torch_metrics to doc strings in torch based models
* added torch_metrics to doc strings in torch based models
* Update darts/models/forecasting/pl_forecasting_module.py
* black formatting
Co-authored-by: Greg DeVos <[email protected]>
Co-authored-by: Julien Herzen <[email protected]>
Co-authored-by: Dennis Bader <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Darts is still in an early development phase and we cannot always guarantee back
15
15
by [Greg DeVos](https://github.com/gdevos010)
16
16
- Implemented ["GLU Variants Improve Transformer"](https://arxiv.org/abs/2002.05202) for transformer based models (transformer and TFT). [#959](https://github.com/unit8co/darts/issues/959)
17
17
by [Greg DeVos](https://github.com/gdevos010)
18
+
- Added support for torch metrics during training and validation. [#996](https://github.com/unit8co/darts/pull/996) by [Greg DeVos](https://github.com/gdevos010)
0 commit comments