Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhankai authored May 28, 2023
1 parent 1836d22 commit 524c8d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tnt_pytorch/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ python -m torch.distributed.launch --nproc_per_node=8 train.py /path/to/imagenet

- Pretrained models

|Model|Params (M)|FLOPs (B)|Top-1|Top-5|URL|
|-|-|-|-|-|-|
|TNT-S|23.8|5.2|81.5|95.7|[[BaiduDisk]](https://pan.baidu.com/s/1AwJDWEPl-hqLHfUvqmlqxQ), Password: 7ndi|
|TNT-B|65.6|14.1|82.9|96.3|[[BaiduDisk]](https://pan.baidu.com/s/1_TemN7kvWuYeZohisObQ1w), Password: 2gb7|
|Model|Params (M)|FLOPs (B)|Top-1|Top-5|BaiduDisk| Github Release |
|-|-|-|-|-|-|-|
|TNT-S|23.8|5.2|81.5|95.7|[[BaiduDisk]](https://pan.baidu.com/s/1AwJDWEPl-hqLHfUvqmlqxQ), Password: 7ndi|[Github Release](https://github.com/huawei-noah/Efficient-AI-Backbones/releases/download/tnt/tnt_s_81.5.pth.tar)|
|TNT-B|65.6|14.1|82.9|96.3|[[BaiduDisk]](https://pan.baidu.com/s/1_TemN7kvWuYeZohisObQ1w), Password: 2gb7|[Github Release](https://github.com/huawei-noah/Efficient-AI-Backbones/releases/download/tnt/tnt_b_82.9.pth.tar)|

- Evaluate example:
```
Expand Down

0 comments on commit 524c8d7

Please sign in to comment.