zalandoresearch / pytorch-ts

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

Missing Trainer in version-0.7.0 #148

Open lzn87 opened 9 months ago

lzn87 commented 9 months ago

Hi,

I noticed that trainer.py was removed from version-0.7.0 and I was not able to run the example code because of it. I am wondering if this is expected and how to fix it? Thank you very much in advance!

ProRedCat commented 9 months ago

I believe this is related to a comment made in #145, the 0.7.0 branch removed the trainer and that is now handled by diffusion solvers implemented by HuggingFace. My comment there shows how to run the model with a specific diffusion solver.