We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf7d17 commit af3a602Copy full SHA for af3a602
README.md
@@ -1,4 +1,4 @@
1
-# RevIN - Official PyTorch Implementation
+# RevIN (ICLR 2022) - Official PyTorch Implementation
2
3
[<ins>__[Paper]__</ins>](https://openreview.net/pdf?id=cGDAkQo1C0p)
4
@@ -43,7 +43,10 @@ RevIN can be added in any arbitrarily chosen layers of a model as follows:
43
>>> x_out = revin_layer(x_out, 'denorm')
44
```
45
46
-
+### Baselines
47
+We updated the training and evaluation codes for [<ins>__[Informer]__</ins>](https://github.com/zhouhaoyi/Informer2020).
48
+Please see the 'Informer' forder.
49
+The codes for other baselines will also be made available shortly.
50
51
## Citation
52
0 commit comments