zalandoresearch / pytorch-ts

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

Reproducing results in "Multivariate Probabilistic Time Series Forecasting via Conditioned Normalizing Flows" #96

Open siqil opened 2 years ago

siqil commented 2 years ago

Thank you for providing the source code of your models in Pytorch-TS. I was trying to reproduce the experimental results (right now mainly for TransformerMAF). I found some hyperparameter specifications in Section D.2 of your paper on arxiv (https://arxiv.org/pdf/2002.06103.pdf). I used those I could find in that section, and used default values for the others. But I couldn’t reproduce the results for most of the datasets.

I’d really appreciate it if you could provide your hyperparamer settings for all the datasets.

Also, regarding flow layers, you mentioned using ELU for activation, but checking the code, I noticed it was using ReLU, and ELU is not even an option. I wonder if that is important, or did ReLU actually tend to perform better?

kashif commented 2 years ago

@siqil can you kindly email me kashif.rasul@gmail.com and we can figure out the issue together in a call...