mirror of
https://github.com/wassname/pytorch-transformer-ts.git
synced 2026-06-27 18:06:14 +08:00
15 lines
292 B
Markdown
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
|
|
```
|
|
|