From 7da6ba8d230d882ca2c845b2e500bea3c3806af1 Mon Sep 17 00:00:00 2001 From: gorold Date: Thu, 30 Jun 2022 12:20:35 +0800 Subject: [PATCH] edit README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 63bd91c..d6260a0 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,6 @@ replace the self-attention mechanism in vanilla Transformers, thus improving bot e.g. `./scripts/ETTm2.sh`. You might have to change permissions on the script files by running`chmod u+x scripts/*`. 4. The script for grid search is also provided, and can be run by `./grid_search.sh`. -## Main Results - ## Acknowledgements The implementation of ETSformer relies on resources from the following codebases and repositories, we thank the original