From bc13522b904723e9c415d16b57aa3e86ebb54c05 Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Wed, 3 Aug 2022 10:01:32 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da65856..203ab87 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ tags: - video-classification --- -# VideoMAE (base-sized model, pre-trained only) +# VideoMAE (base-sized model, pre-trained only for 1600 epochs) VideoMAE model pre-trained on Kinetics-400 in a self-supervised way. It was introduced in the paper [VideoMAE: Masked Autoencoders are Data-Efficient Learners for Self-Supervised Video Pre-Training](https://arxiv.org/abs/2203.12602) by Tong et al. and first released in [this repository](https://github.com/MCG-NJU/VideoMAE).