From 7a2b827b8ee3966071872715fef8c37dcc341531 Mon Sep 17 00:00:00 2001 From: Shanghua Gao Date: Wed, 15 Feb 2023 14:54:54 +0800 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb03ac2..ee6d915 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,15 @@ Extensive experimental results show that our TEC scheme can accelerate the lear | Method | Network |Base model| Pretrain data | Epoch | Top 1 acc. | |------|------|--------|---------|-------|------------| |TEC|ViT-B| MAE 300ep |ImageNet-1k|100|83.9| -|TEC|ViT-B| MAE 300ep |ImageNet-1k|100|84.3| +|TEC|ViT-B| MAE 300ep |ImageNet-1k|300|84.3| |TEC|ViT-B| MAE |ImageNet-1k|300|84.7| |TEC|ViT-B| MAE |ImageNet-1k|800|84.8| |TEC|ViT-B| iBoT |ImageNet-1k|300|84.8| |TEC|ViT-B| iBoT |ImageNet-1k|800|85.1| |TEC|ViT-L| MAE |ImageNet-1k|300|86.5| +[Logs](https://github.com/sail-sg/tec/releases/tag/logs) + # Training ## Requirement @@ -193,4 +195,4 @@ python weight_convert.py \ # Acknowledgement -This codebase is build based on the [MAE codebase](https://github.com/facebookresearch/mae). Thanks! \ No newline at end of file +This codebase is build based on the [MAE codebase](https://github.com/facebookresearch/mae). Thanks!