pytorch-forecasting icon indicating copy to clipboard operation
pytorch-forecasting copied to clipboard

MultivariateNormalDistributionLoss has been removed

Open why362 opened this issue 3 years ago • 1 comments

  • PyTorch-Forecasting version:0.10.1

I was trying to build a DeepAR model to solve a multivariate time series forcasting problem according to the tutorial in the offical website, https://pytorch-forecasting.readthedocs.io/en/latest/tutorials/deepar.html, only to find that the MultivariateNormalDistributionLoss had been removed from the source code. Why remove it? And what should I do to tackle this problem using DeepAR?

why362 avatar Jul 27 '22 06:07 why362

I did not dive that deep into the issue, but I also encountered it while using Google Colab. Then, I installed the library locally, and the issue was gone. Also, you can see here that the loss functions are not actually gone from the codebase: https://github.com/jdb78/pytorch-forecasting/blob/master/pytorch_forecasting/metrics/distributions.py#L43.

erykml avatar Aug 19 '22 19:08 erykml

Still an issue has anyone resolved this - on Google Colab?

RenaissanceEngineering avatar Oct 23 '22 03:10 RenaissanceEngineering