From 02a85e9970c9585f3aa4ef9c8e6521eafc871f90 Mon Sep 17 00:00:00 2001 From: Anirudh Thatipelli Date: Fri, 4 Feb 2022 18:27:22 +0530 Subject: [PATCH] Update MODEL_ZOO.md Added a solution for https://github.com/facebookresearch/SlowFast/issues/506 --- MODEL_ZOO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODEL_ZOO.md b/MODEL_ZOO.md index 6c8a6bd2b..31f247d81 100644 --- a/MODEL_ZOO.md +++ b/MODEL_ZOO.md @@ -62,7 +62,7 @@ ## ImageNet -We also release the imagenet pretrained model if finetuning from ImageNet is preferred. The reported accuracy is obtained by center crop testing on the validation set. +We also release the imagenet pretrained model if finetuning from ImageNet is preferred. The reported accuracy is obtained by center crop testing on the validation set. To load the pretrained ImageNet model for MViT, it is better to revert to an older commit version of this [repository](https://github.com/facebookresearch/SlowFast/tree/e04fba5b7aab16031220dc17699a796331f6e902). | architecture | depth | Top1 | Top5 | model | Config | | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |