Open melty-chocolate opened 6 months ago
Hi, this is not a bug, but a breaking change listed in the release notes. It was introduced in #3093. The methods implementing negative log-likelihood as loss associated with parametric distributions were moved into gluonts.torch.distributions.distribution_output
, bundled together with the class providing layers to project latent states into the parameter space for the distribution family. cc @shchur
Description
gluonts 0.15.0 introduces error
ModuleNotFoundError: No module named 'gluonts.torch.modules.loss'
downgrade to 0.14 fixed thisTo Reproduce
(Please provide minimal example of code snippet that reproduces the error. For existing examples, please provide link.)
Error message or code output
(Paste the complete error message, including stack trace, or the undesired output that the above snippet produces.)
Environment
(Add as much information about your environment as possible, e.g. dependencies versions.)