Skip to content

Commit af3a602

Browse files
authored
Update README.md
1 parent 3bf7d17 commit af3a602

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RevIN - Official PyTorch Implementation
1+
# RevIN (ICLR 2022) - Official PyTorch Implementation
22

33
[<ins>__[Paper]__</ins>](https://openreview.net/pdf?id=cGDAkQo1C0p) &nbsp;
44
&nbsp;
@@ -43,7 +43,10 @@ RevIN can be added in any arbitrarily chosen layers of a model as follows:
4343
>>> x_out = revin_layer(x_out, 'denorm')
4444
```
4545
46-
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.
4750
4851
## Citation
4952

0 commit comments

Comments
 (0)