Files
2022-04-06 13:45:56 +02:00

15 lines
292 B
Markdown

# Pytorch Transformer based Time Series Models
Collection of Transformer based PyTorch Time Series models in the `gluonts` API.
## Paper
See the following overleaf [link](https://www.overleaf.com/1713726433hdgwcvyjtpkm)
## Prerequisite
```shell
pip3 install -U -r requirements.txt
```