Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yun-liu authored Oct 19, 2021
1 parent 15d3eb8 commit 4685e37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ This repository exactly follows the code and the training settings of [PVT](http

- TransCNN on ImageNet-1K

| Methods | Size | Acc@1 | #Params (M) | Pretrained Models |
| Methods | Size | Acc@1 | #Params (M) | Pretrained Models |
|-----------------|:---------:|:-----:|:-----------:|:-----------------:|
| TransCNN-Tiny | 256 x 256 | 80.4 | 13.3 | [Google](https://drive.google.com/file/d/1OwazUhr8awul-D07U-RQ-7Zl2o6Ki-zJ/view?usp=sharing)/[Github](https://github.com/yun-liu/TransCNN/releases/download/v1/TransCNN-Tiny.pth) |
| TransCNN-Small | 256 x 256 | 83.1 | 26.5 | [Google](https://drive.google.com/file/d/1XLzseiHvaZKiMJ6Ec4BdmLW-gmb5cuq5/view?usp=sharing)/[Github](https://github.com/yun-liu/TransCNN/releases/download/v1/TransCNN-Small.pth) |
| TransCNN-Medium | 256 x 256 | 83.8 | 48.3 | [Google](https://drive.google.com/file/d/1OMuNIKDqISlxZcxvbuZerUc-ix_LYYUr/view?usp=sharing)/[Github](https://github.com/yun-liu/TransCNN/releases/download/v1/TransCNN-Medium.pth) |
| TransCNN-Large | 256 x 256 | 84.2 | 80.0 | [Google](https://drive.google.com/file/d/12nRHmZqj3EVDuJA3Iq9E0vRP7ocaI7k3/view?usp=sharing)/[Github](https://github.com/yun-liu/TransCNN/releases/download/v1/TransCNN-Large.pth) |
| TransCNN-Tiny | 256 x 256 | 80.4 | 13.3 | [Google](https://drive.google.com/file/d/1OwazUhr8awul-D07U-RQ-7Zl2o6Ki-zJ/view?usp=sharing) / [Github](https://github.com/yun-liu/TransCNN/releases/download/v1/TransCNN-Tiny.pth) |
| TransCNN-Small | 256 x 256 | 83.1 | 26.5 | [Google](https://drive.google.com/file/d/1XLzseiHvaZKiMJ6Ec4BdmLW-gmb5cuq5/view?usp=sharing) / [Github](https://github.com/yun-liu/TransCNN/releases/download/v1/TransCNN-Small.pth) |
| TransCNN-Medium | 256 x 256 | 83.8 | 48.3 | [Google](https://drive.google.com/file/d/1OMuNIKDqISlxZcxvbuZerUc-ix_LYYUr/view?usp=sharing) / [Github](https://github.com/yun-liu/TransCNN/releases/download/v1/TransCNN-Medium.pth) |
| TransCNN-Large | 256 x 256 | 84.2 | 80.0 | [Google](https://drive.google.com/file/d/12nRHmZqj3EVDuJA3Iq9E0vRP7ocaI7k3/view?usp=sharing) / [Github](https://github.com/yun-liu/TransCNN/releases/download/v1/TransCNN-Large.pth) |



0 comments on commit 4685e37

Please sign in to comment.