admin commited on
Commit
5782f7d
1 Parent(s): c880bb4

add new backbons

Browse files
Files changed (2) hide show
  1. README.md +5 -0
  2. backbone.csv +6 -0
README.md CHANGED
@@ -26,4 +26,9 @@ for item in data:
26
  ## Maintenance
27
  ```
28
  git clone git@hf.co:datasets/george-chou/CNN-backbones
 
 
 
 
 
29
  ```
 
26
  ## Maintenance
27
  ```
28
  git clone git@hf.co:datasets/george-chou/CNN-backbones
29
+ ```
30
+
31
+ ## Reference
32
+ ```
33
+ https://pytorch.org/vision/main/_modules
34
  ```
backbone.csv CHANGED
@@ -27,6 +27,12 @@ inception_v3,googlenet,299,2048,https://download.pytorch.org/models/inception_v3
27
  googlenet,googlenet,224,1024,https://download.pytorch.org/models/googlenet-1378be20.pth
28
  shufflenet_v2_x0_5,shufflenet,224,1024,https://download.pytorch.org/models/shufflenetv2_x0.5-f707e7126e.pth
29
  shufflenet_v2_x1_0,shufflenet,224,1024,https://download.pytorch.org/models/shufflenetv2_x1-5666bf0f80.pth
 
 
30
  mobilenet_v2,mobilenet,192,1280,https://download.pytorch.org/models/mobilenet_v2-b0353104.pth
 
 
31
  mnasnet0_5,mobilenet,192,1280,https://download.pytorch.org/models/mnasnet0.5_top1_67.823-3ffadce67e.pth
 
32
  mnasnet1_0,mobilenet,192,1280,https://download.pytorch.org/models/mnasnet1.0_top1_73.512-f206786ef8.pth
 
 
27
  googlenet,googlenet,224,1024,https://download.pytorch.org/models/googlenet-1378be20.pth
28
  shufflenet_v2_x0_5,shufflenet,224,1024,https://download.pytorch.org/models/shufflenetv2_x0.5-f707e7126e.pth
29
  shufflenet_v2_x1_0,shufflenet,224,1024,https://download.pytorch.org/models/shufflenetv2_x1-5666bf0f80.pth
30
+ shufflenet_v2_x1_5,shufflenet,224,1024,https://download.pytorch.org/models/shufflenetv2_x1_5-3c479a10.pth
31
+ shufflenet_v2_x2_0,shufflenet,224,1024,https://download.pytorch.org/models/shufflenetv2_x2_0-8be3c8ee.pth
32
  mobilenet_v2,mobilenet,192,1280,https://download.pytorch.org/models/mobilenet_v2-b0353104.pth
33
+ mobilenet_v3_small,mobilenet,192,1280,https://download.pytorch.org/models/mobilenet_v3_small-047dcff4.pth
34
+ mobilenet_v3_large,mobilenet,192,1280,https://download.pytorch.org/models/mobilenet_v3_large-8738ca79.pth
35
  mnasnet0_5,mobilenet,192,1280,https://download.pytorch.org/models/mnasnet0.5_top1_67.823-3ffadce67e.pth
36
+ mnasnet0_75,mobilenet,192,1280,https://download.pytorch.org/models/mnasnet0_75-7090bc5f.pth
37
  mnasnet1_0,mobilenet,192,1280,https://download.pytorch.org/models/mnasnet1.0_top1_73.512-f206786ef8.pth
38
+ mnasnet1_3,mobilenet,192,1280,https://download.pytorch.org/models/mnasnet1_3-a4c69d6f.pth