Skip to content

Commit 1a94965

Browse files
committed
Fixed references
1 parent 8fbec1f commit 1a94965

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ To cite this repository:
120120
author = {Kashif Rasul},
121121
title = {{P}yTorch{TS}},
122122
url = {https://github.com/zalandoresearch/pytorch-ts},
123-
version = {0.3.x},
123+
version = {0.5.x},
124124
year = {2021},
125125
}
126126
```
@@ -141,13 +141,20 @@ We have implemented the following model using this framework:
141141
```
142142

143143
* [Autoregressive Denoising Diffusion Models for Multivariate Probabilistic Time Series Forecasting
144-
](https://arxiv.org/abs/2101.12072)
144+
](http://proceedings.mlr.press/v139/rasul21a.html)
145145
```tex
146-
@article{rasul2021timegrad,
147-
Author = {Kashif Rasul and Calvin Seward and Ingmar Schuster and Roland Vollgraf}
148-
Title = {{A}utoregressive {D}enoising {D}iffusion {M}odels for {M}ultivariate {P}robabilistic {T}ime {S}eries {F}orecasting},
149-
Year = {2021},
150-
journal={International Conference on Machine Learning},
151-
url = {https://arxiv.org/abs/2101.12072},
146+
@InProceedings{pmlr-v139-rasul21a,
147+
title = {{A}utoregressive {D}enoising {D}iffusion {M}odels for {M}ultivariate {P}robabilistic {T}ime {S}eries {F}orecasting},
148+
author = {Rasul, Kashif and Seward, Calvin and Schuster, Ingmar and Vollgraf, Roland},
149+
booktitle = {Proceedings of the 38th International Conference on Machine Learning},
150+
pages = {8857--8868},
151+
year = {2021},
152+
editor = {Meila, Marina and Zhang, Tong},
153+
volume = {139},
154+
series = {Proceedings of Machine Learning Research},
155+
month = {18--24 Jul},
156+
publisher = {PMLR},
157+
pdf = {http://proceedings.mlr.press/v139/rasul21a/rasul21a.pdf},
158+
url = {http://proceedings.mlr.press/v139/rasul21a.html},
152159
}
153160
```

0 commit comments

Comments
 (0)