zalandoresearch / pytorch-ts

PyTorch based Probabilistic Time Series forecasting framework based on GluonTS backend
MIT License
1.24k stars 191 forks source link

Support the current GluonTS train_model() #72

Open fernandocamargoai opened 3 years ago

fernandocamargoai commented 3 years ago

It'd be good to drop the current Trainer and start supporting the train_model() from GluonTS, which uses PyTorch Lightning.