Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AFeng-x committed Jul 14, 2023
1 parent b1252c1 commit e33e10e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ SMT is a new hybrid ConvNet and vision Transformer backbone, which can effective
| SMT-T | ImageNet-1K | 224x224 | 82.2 | 96.0 | 12M | 2.4G | - | [config](configs/smt/smt_tiny_224.yaml)/ |
| SMT-S | ImageNet-1K | 224x224 | 83.7 | 96.5 | 21M | 4.7G | - | [config](configs/smt/smt_small_224.yaml) |
| SMT-B | ImageNet-1K | 224x224 | 84.3 | 96.9 | 32M | 7.7G | - | [config](configs/smt/smt_base_224.yaml)|
| SMT-L | ImageNet-22K | 224x224 | 87.1 | 98.1 | 81M | 17.6G | [config](configs/smt/smt_large_224.yaml) | [github]()/[config](configs/smt/smt_large_224_22kto1k_finetune.yaml) |
| SMT-L | ImageNet-22K | 384x384 | 88.1 | 98.4 | 81M | 51.6G | [config](configs/smt/smt_large_224.yaml) | [github]()/[config](configs/smt/smt_large_384_22kto1k_finetune.yaml) |
| SMT-L | ImageNet-22K | 224x224 | 87.1 | 98.1 | 81M | 17.6G | [config](configs/smt/smt_large_224.yaml) | [config](configs/smt/smt_large_224_22kto1k_finetune.yaml) |
| SMT-L | ImageNet-22K | 384x384 | 88.1 | 98.4 | 81M | 51.6G | [config](configs/smt/smt_large_224.yaml) | [config](configs/smt/smt_large_384_22kto1k_finetune.yaml) |

<!-- [github]()/ -->

## Main Results on Downstream Tasks

Expand Down

0 comments on commit e33e10e

Please sign in to comment.