Lorenzo Stella
Lorenzo Stella
Model being moved to `gluonts.nursery` in #2534
If I remember correctly also @kashif and @timoschowski saw something similar on Apple silicon?
``` ValueError: invalid pyproject.toml config: `project`. configuration error: `project` must contain ['version'] properties ``` We're currently handling the `__version__` in python with some automagic-git-tag-related trick. Having the version written down...
@Borda just one comment then this can go in 🚀
@timoschowski inspecting the diff, one thing that changed is the dependency on PyTorch Lightning from 1.5 to >= 1.5. It seems like 1.7 introduced the MPS backend https://lightning.ai/pages/community/lightning-releases/pytorch-lightning-1-7-release/ which is...
> for v0.14 of GluonTS, a lighting version larger than 1.5 is required, so I'm stuck on v0.13... any idea here? No, this is an issue; we'll have to figure...
@Alex-Wenner-FHR `predict` gets a dataset just like `train`: if you want to only predict a specific item id, you should be able to construct a `PandasDataset` with only a subset...
@moghadas76 the issue template for bug reporting asks for details such as gluonts version; not providing those may complicate understanding the issue. Can you provide versions for gluonts, matplotlib, python,...
Hi @moghadas76, can you share details about the test data that you're using and the model? Without that, it's hard to tell if there's an actual issue here
Hey @moghadas76 thanks for the PR! Could you provide a PR description about what this is about, the motivation of this change, and details like that? That way the context...