File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Darts is still in an early development phase and we cannot always guarantee back
12
12
** Improved**
13
13
- 🚀 Support for [ PyTorch Lightning] ( https://github.com/PyTorchLightning/pytorch-lightning ) : All deep learning
14
14
models are now implemented using PyTorch Lightning. This means that many more features are now available
15
- via PyTorch Lightning trainers functionalities; such as tailored callbacks, or multi-GUP training.
15
+ via PyTorch Lightning trainers functionalities; such as tailored callbacks, or multi-GPU training.
16
16
[ #702 ] ( https://github.com/unit8co/darts/pull/702 )
17
17
- The ` RegressionModel ` s now accept an ` output_chunk_length ` parameter; meaning that they can be trained to
18
18
predict more than one time step in advance (and used auto-regressively to predict on longer horizons).
You can’t perform that action at this time.
0 commit comments