metafile.yml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. Collections:
  2. - Name: ResNet
  3. Metadata:
  4. Training Data: ImageNet-1k
  5. Training Techniques:
  6. - SGD with Momentum
  7. - Weight Decay
  8. Training Resources: 8x V100 GPUs
  9. Epochs: 100
  10. Batch Size: 256
  11. Architecture:
  12. - ResNet
  13. Paper:
  14. URL: https://openaccess.thecvf.com/content_cvpr_2016/html/He_Deep_Residual_Learning_CVPR_2016_paper.html
  15. Title: "Deep Residual Learning for Image Recognition"
  16. README: configs/resnet/README.md
  17. Code:
  18. URL: https://github.com/open-mmlab/mmpretrain/blob/v0.15.0/mmcls/models/backbones/resnet.py#L383
  19. Version: v0.15.0
  20. Models:
  21. - Name: resnet18_8xb16_cifar10
  22. Metadata:
  23. Training Data: CIFAR-10
  24. Epochs: 200
  25. Batch Size: 128
  26. FLOPs: 560000000
  27. Parameters: 11170000
  28. In Collection: ResNet
  29. Results:
  30. - Dataset: CIFAR-10
  31. Metrics:
  32. Top 1 Accuracy: 94.82
  33. Task: Image Classification
  34. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet18_b16x8_cifar10_20210528-bd6371c8.pth
  35. Config: configs/resnet/resnet18_8xb16_cifar10.py
  36. - Name: resnet34_8xb16_cifar10
  37. Metadata:
  38. Training Data: CIFAR-10
  39. Epochs: 200
  40. Batch Size: 128
  41. FLOPs: 1160000000
  42. Parameters: 21280000
  43. In Collection: ResNet
  44. Results:
  45. - Dataset: CIFAR-10
  46. Metrics:
  47. Top 1 Accuracy: 95.34
  48. Task: Image Classification
  49. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet34_b16x8_cifar10_20210528-a8aa36a6.pth
  50. Config: configs/resnet/resnet34_8xb16_cifar10.py
  51. - Name: resnet50_8xb16_cifar10
  52. Metadata:
  53. Training Data: CIFAR-10
  54. Epochs: 200
  55. Batch Size: 128
  56. FLOPs: 1310000000
  57. Parameters: 23520000
  58. In Collection: ResNet
  59. Results:
  60. - Dataset: CIFAR-10
  61. Metrics:
  62. Top 1 Accuracy: 95.55
  63. Task: Image Classification
  64. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet50_b16x8_cifar10_20210528-f54bfad9.pth
  65. Config: configs/resnet/resnet50_8xb16_cifar10.py
  66. - Name: resnet101_8xb16_cifar10
  67. Metadata:
  68. Training Data: CIFAR-10
  69. Epochs: 200
  70. Batch Size: 128
  71. FLOPs: 2520000000
  72. Parameters: 42510000
  73. In Collection: ResNet
  74. Results:
  75. - Dataset: CIFAR-10
  76. Metrics:
  77. Top 1 Accuracy: 95.58
  78. Task: Image Classification
  79. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet101_b16x8_cifar10_20210528-2d29e936.pth
  80. Config: configs/resnet/resnet101_8xb16_cifar10.py
  81. - Name: resnet152_8xb16_cifar10
  82. Metadata:
  83. Training Data: CIFAR-10
  84. Epochs: 200
  85. Batch Size: 128
  86. FLOPs: 3740000000
  87. Parameters: 58160000
  88. In Collection: ResNet
  89. Results:
  90. - Dataset: CIFAR-10
  91. Metrics:
  92. Top 1 Accuracy: 95.76
  93. Task: Image Classification
  94. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet152_b16x8_cifar10_20210528-3e8e9178.pth
  95. Config: configs/resnet/resnet152_8xb16_cifar10.py
  96. - Name: resnet50_8xb16_cifar100
  97. Metadata:
  98. Training Data: CIFAR-100
  99. Epochs: 200
  100. Batch Size: 128
  101. FLOPs: 1310000000
  102. Parameters: 23710000
  103. In Collection: ResNet
  104. Results:
  105. - Dataset: CIFAR-100
  106. Metrics:
  107. Top 1 Accuracy: 79.90
  108. Top 5 Accuracy: 95.19
  109. Task: Image Classification
  110. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet50_b16x8_cifar100_20210528-67b58a1b.pth
  111. Config: configs/resnet/resnet50_8xb16_cifar100.py
  112. - Name: resnet18_8xb32_in1k
  113. Metadata:
  114. FLOPs: 1820000000
  115. Parameters: 11690000
  116. In Collection: ResNet
  117. Results:
  118. - Dataset: ImageNet-1k
  119. Metrics:
  120. Top 1 Accuracy: 69.90
  121. Top 5 Accuracy: 89.43
  122. Task: Image Classification
  123. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet18_8xb32_in1k_20210831-fbbb1da6.pth
  124. Config: configs/resnet/resnet18_8xb32_in1k.py
  125. - Name: resnet34_8xb32_in1k
  126. Metadata:
  127. FLOPs: 3680000000
  128. Parameters: 2180000
  129. In Collection: ResNet
  130. Results:
  131. - Dataset: ImageNet-1k
  132. Metrics:
  133. Top 1 Accuracy: 73.62
  134. Top 5 Accuracy: 91.59
  135. Task: Image Classification
  136. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet34_8xb32_in1k_20210831-f257d4e6.pth
  137. Config: configs/resnet/resnet34_8xb32_in1k.py
  138. - Name: resnet50_8xb32_in1k
  139. Metadata:
  140. FLOPs: 4120000000
  141. Parameters: 25560000
  142. In Collection: ResNet
  143. Results:
  144. - Dataset: ImageNet-1k
  145. Metrics:
  146. Top 1 Accuracy: 76.55
  147. Top 5 Accuracy: 93.06
  148. Task: Image Classification
  149. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet50_8xb32_in1k_20210831-ea4938fc.pth
  150. Config: configs/resnet/resnet50_8xb32_in1k.py
  151. - Name: resnet101_8xb32_in1k
  152. Metadata:
  153. FLOPs: 7850000000
  154. Parameters: 44550000
  155. In Collection: ResNet
  156. Results:
  157. - Dataset: ImageNet-1k
  158. Metrics:
  159. Top 1 Accuracy: 77.97
  160. Top 5 Accuracy: 94.06
  161. Task: Image Classification
  162. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet101_8xb32_in1k_20210831-539c63f8.pth
  163. Config: configs/resnet/resnet101_8xb32_in1k.py
  164. - Name: resnet152_8xb32_in1k
  165. Metadata:
  166. FLOPs: 11580000000
  167. Parameters: 60190000
  168. In Collection: ResNet
  169. Results:
  170. - Dataset: ImageNet-1k
  171. Metrics:
  172. Top 1 Accuracy: 78.48
  173. Top 5 Accuracy: 94.13
  174. Task: Image Classification
  175. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet152_8xb32_in1k_20210901-4d7582fa.pth
  176. Config: configs/resnet/resnet152_8xb32_in1k.py
  177. - Name: resnetv1d50_8xb32_in1k
  178. Metadata:
  179. FLOPs: 4360000000
  180. Parameters: 25580000
  181. In Collection: ResNet
  182. Results:
  183. - Dataset: ImageNet-1k
  184. Metrics:
  185. Top 1 Accuracy: 77.54
  186. Top 5 Accuracy: 93.57
  187. Task: Image Classification
  188. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnetv1d50_b32x8_imagenet_20210531-db14775a.pth
  189. Config: configs/resnet/resnetv1d50_8xb32_in1k.py
  190. - Name: resnetv1d101_8xb32_in1k
  191. Metadata:
  192. FLOPs: 8090000000
  193. Parameters: 44570000
  194. In Collection: ResNet
  195. Results:
  196. - Dataset: ImageNet-1k
  197. Metrics:
  198. Top 1 Accuracy: 78.93
  199. Top 5 Accuracy: 94.48
  200. Task: Image Classification
  201. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnetv1d101_b32x8_imagenet_20210531-6e13bcd3.pth
  202. Config: configs/resnet/resnetv1d101_8xb32_in1k.py
  203. - Name: resnetv1d152_8xb32_in1k
  204. Metadata:
  205. FLOPs: 11820000000
  206. Parameters: 60210000
  207. In Collection: ResNet
  208. Results:
  209. - Dataset: ImageNet-1k
  210. Metrics:
  211. Top 1 Accuracy: 79.41
  212. Top 5 Accuracy: 94.70
  213. Task: Image Classification
  214. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnetv1d152_b32x8_imagenet_20210531-278cf22a.pth
  215. Config: configs/resnet/resnetv1d152_8xb32_in1k.py
  216. - Name: resnet50_8xb32-fp16_in1k
  217. Metadata:
  218. FLOPs: 4120000000
  219. Parameters: 25560000
  220. Training Techniques:
  221. - SGD with Momentum
  222. - Weight Decay
  223. - Mixed Precision Training
  224. In Collection: ResNet
  225. Results:
  226. - Task: Image Classification
  227. Dataset: ImageNet-1k
  228. Metrics:
  229. Top 1 Accuracy: 76.30
  230. Top 5 Accuracy: 93.07
  231. Weights: https://download.openmmlab.com/mmclassification/v0/fp16/resnet50_batch256_fp16_imagenet_20210320-b3964210.pth
  232. Config: configs/resnet/resnet50_8xb32-fp16_in1k.py
  233. - Name: resnet50_8xb256-rsb-a1-600e_in1k
  234. Metadata:
  235. FLOPs: 4120000000
  236. Parameters: 25560000
  237. Training Techniques:
  238. - LAMB
  239. - Weight Decay
  240. - Cosine Annealing
  241. - Mixup
  242. - CutMix
  243. - RepeatAugSampler
  244. - RandAugment
  245. Epochs: 600
  246. Batch Size: 2048
  247. In Collection: ResNet
  248. Results:
  249. - Task: Image Classification
  250. Dataset: ImageNet-1k
  251. Metrics:
  252. Top 1 Accuracy: 80.12
  253. Top 5 Accuracy: 94.78
  254. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet50_8xb256-rsb-a1-600e_in1k_20211228-20e21305.pth
  255. Config: configs/resnet/resnet50_8xb256-rsb-a1-600e_in1k.py
  256. - Name: resnet50_8xb256-rsb-a2-300e_in1k
  257. Metadata:
  258. FLOPs: 4120000000
  259. Parameters: 25560000
  260. Training Techniques:
  261. - LAMB
  262. - Weight Decay
  263. - Cosine Annealing
  264. - Mixup
  265. - CutMix
  266. - RepeatAugSampler
  267. - RandAugment
  268. Epochs: 300
  269. Batch Size: 2048
  270. In Collection: ResNet
  271. Results:
  272. - Task: Image Classification
  273. Dataset: ImageNet-1k
  274. Metrics:
  275. Top 1 Accuracy: 79.55
  276. Top 5 Accuracy: 94.37
  277. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet50_8xb256-rsb-a2-300e_in1k_20211228-0fd8be6e.pth
  278. Config: configs/resnet/resnet50_8xb256-rsb-a2-300e_in1k.py
  279. - Name: resnet50_8xb256-rsb-a3-100e_in1k
  280. Metadata:
  281. FLOPs: 4120000000
  282. Parameters: 25560000
  283. Training Techniques:
  284. - LAMB
  285. - Weight Decay
  286. - Cosine Annealing
  287. - Mixup
  288. - CutMix
  289. - RandAugment
  290. Batch Size: 2048
  291. In Collection: ResNet
  292. Results:
  293. - Task: Image Classification
  294. Dataset: ImageNet-1k
  295. Metrics:
  296. Top 1 Accuracy: 78.30
  297. Top 5 Accuracy: 93.80
  298. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet50_8xb256-rsb-a3-100e_in1k_20211228-3493673c.pth
  299. Config: configs/resnet/resnet50_8xb256-rsb-a3-100e_in1k.py
  300. - Name: resnetv1c50_8xb32_in1k
  301. Metadata:
  302. FLOPs: 4360000000
  303. Parameters: 25580000
  304. In Collection: ResNet
  305. Results:
  306. - Dataset: ImageNet-1k
  307. Metrics:
  308. Top 1 Accuracy: 77.01
  309. Top 5 Accuracy: 93.58
  310. Task: Image Classification
  311. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnetv1c50_8xb32_in1k_20220214-3343eccd.pth
  312. Config: configs/resnet/resnetv1c50_8xb32_in1k.py
  313. - Name: resnetv1c101_8xb32_in1k
  314. Metadata:
  315. FLOPs: 8090000000
  316. Parameters: 44570000
  317. In Collection: ResNet
  318. Results:
  319. - Dataset: ImageNet-1k
  320. Metrics:
  321. Top 1 Accuracy: 78.30
  322. Top 5 Accuracy: 94.27
  323. Task: Image Classification
  324. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnetv1c101_8xb32_in1k_20220214-434fe45f.pth
  325. Config: configs/resnet/resnetv1c101_8xb32_in1k.py
  326. - Name: resnetv1c152_8xb32_in1k
  327. Metadata:
  328. FLOPs: 11820000000
  329. Parameters: 60210000
  330. In Collection: ResNet
  331. Results:
  332. - Dataset: ImageNet-1k
  333. Metrics:
  334. Top 1 Accuracy: 78.76
  335. Top 5 Accuracy: 94.41
  336. Task: Image Classification
  337. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnetv1c152_8xb32_in1k_20220214-c013291f.pth
  338. Config: configs/resnet/resnetv1c152_8xb32_in1k.py
  339. - Name: resnet50_8xb8_cub
  340. Metadata:
  341. FLOPs: 16480000000
  342. Parameters: 23920000
  343. In Collection: ResNet
  344. Results:
  345. - Dataset: CUB-200-2011
  346. Metrics:
  347. Top 1 Accuracy: 88.45
  348. Task: Image Classification
  349. Pretrain: https://download.openmmlab.com/mmclassification/v0/resnet/resnet50_3rdparty-mill_in21k_20220331-faac000b.pth
  350. Weights: https://download.openmmlab.com/mmclassification/v0/resnet/resnet50_8xb8_cub_20220307-57840e60.pth
  351. Config: configs/resnet/resnet50_8xb8_cub.py