From 6a7aa99d2005f1a05daefb328b2caa4412f36cd3 Mon Sep 17 00:00:00 2001 From: Jiahao Xie <52497952+Jiahao000@users.noreply.github.com> Date: Thu, 28 Apr 2022 16:53:07 +0800 Subject: [PATCH] [Fix] add arxiv link in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fca77ecd..bca5088b2 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Supported algorithms: - [x] [MoCo v3 (ICCV'2021)](https://arxiv.org/abs/2104.02057) - [x] [MAE](https://arxiv.org/abs/2111.06377) - [x] [SimMIM](https://arxiv.org/abs/2111.09886) +- [x] [CAE](https://arxiv.org/abs/2202.03026) More algorithms are in our plan.