Skip to content

Commit

Permalink
remove PatchConvNet from README
Browse files Browse the repository at this point in the history
  • Loading branch information
gau-nernst committed Aug 19, 2023
1 parent 20db77e commit 788bfe8
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,25 +177,6 @@ VoVNet-99-ese | 80.7 | 69.52 | 34.51 | large, batch_size=512

*FLOPS is measured with `(1,3,224,224)` input.

### PatchConvNet

Paper: [[PatchConvNet]](https://arxiv.org/abs/2112.13692)

- S{60,120}: embedding dim 384
- B{60,120}: embedding dim 768
- L{60,120}: embedding dim 1024

Backbone | Top-1 acc | #Params(M) | FLOPS(G)* | Train recipe
---------|-----------|------------|-----------|--------------
S60 | | | | default
S120 | | | | default
B60 | | | | default
B120 | | | | default
L60 | | | | default
L120 | | | | default

Note: It is unlikely that I will have the resources to train these models.

### torchvision

Some torchvision classification models are ported to use with the toolbox. They can output multiple feature map levels. `torchvision>=0.11.0` is required since its feature extraction API is used to do this.
Expand Down

0 comments on commit 788bfe8

Please sign in to comment.