diff --git a/README.md b/README.md index efbe950..29f004b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # ETSformer: Exponential Smoothing Transformers for Time-series Forecasting + + +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 ``` diff --git a/pics/etsformer.png b/pics/etsformer.png new file mode 100644 index 0000000..f3bd872 Binary files /dev/null and b/pics/etsformer.png differ