Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gasvn authored Feb 15, 2023
1 parent cfcbf60 commit 7a2b827
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -193,4 +195,4 @@ python weight_convert.py \

# Acknowledgement

This codebase is build based on the [MAE codebase](https://github.com/facebookresearch/mae). Thanks!
This codebase is build based on the [MAE codebase](https://github.com/facebookresearch/mae). Thanks!

0 comments on commit 7a2b827

Please sign in to comment.