Update README.md

This commit is contained in:
Kashif Rasul
2022-03-26 16:25:53 +01:00
committed by GitHub
parent 43e54651ae
commit 6562ca8cfd
+10 -2
View File
@@ -1,2 +1,10 @@
# pytorch-transformer-ts
Collection of Transformer based PyTorch Time Series Models
# Pytorch Transformer based Time Series
Collection of Transformer based PyTorch Time Series models in the `gluonts` API.
## Prerequisite
```shell
pip3 install -U -r requirements.txt
```