From 0598b39a357675a95eca1e8c8ab4e44963129b11 Mon Sep 17 00:00:00 2001 From: gorold Date: Mon, 29 Aug 2022 15:56:48 +0800 Subject: [PATCH] add blog post link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6260a0..d130438 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Figure 1. Overall ETSformer Architecture.

-Official PyTorch code repository for the [ETSformer paper](https://arxiv.org/abs/2202.01381). +Official PyTorch code repository for the [ETSformer paper](https://arxiv.org/abs/2202.01381). Check out our [blog post](https://blog.salesforceairesearch.com/etsformer-time-series-forecasting/)! * ETSformer is a novel time-series Transformer architecture which exploits the principle of exponential smoothing in improving Transformers for timeseries forecasting.