add figure

This commit is contained in:
gorold
2022-06-20 19:41:00 +08:00
parent 96870eeca0
commit db893b3faa
2 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
# ETSformer: Exponential Smoothing Transformers for Time-series Forecasting
<img src="pics/etsformer.png" width="700">
Official PyTorch code repository for the [ETSformer paper](https://arxiv.org/abs/2202.01381).
## Requirements
Official PyTorch code repository for the [ETSformer paper](https://arxiv.org/abs/2202.01381). Required dependencies can be installed by:
Required dependencies can be installed by:
```bash
pip install -r requirements.txt
```
Binary file not shown.

After

Width:  |  Height:  |  Size: 493 KiB