metafile.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Collections:
  2. - Name: SEResNet
  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: 140
  10. Batch Size: 256
  11. Architecture:
  12. - ResNet
  13. Paper:
  14. URL: https://openaccess.thecvf.com/content_cvpr_2018/html/Hu_Squeeze-and-Excitation_Networks_CVPR_2018_paper.html
  15. Title: "Squeeze-and-Excitation Networks"
  16. README: configs/seresnet/README.md
  17. Code:
  18. URL: https://github.com/open-mmlab/mmpretrain/blob/v0.15.0/mmcls/models/backbones/seresnet.py#L58
  19. Version: v0.15.0
  20. Models:
  21. - Name: seresnet50_8xb32_in1k
  22. Metadata:
  23. FLOPs: 4130000000
  24. Parameters: 28090000
  25. In Collection: SEResNet
  26. Results:
  27. - Dataset: ImageNet-1k
  28. Metrics:
  29. Top 1 Accuracy: 77.74
  30. Top 5 Accuracy: 93.84
  31. Task: Image Classification
  32. Weights: https://download.openmmlab.com/mmclassification/v0/se-resnet/se-resnet50_batch256_imagenet_20200804-ae206104.pth
  33. Config: configs/seresnet/seresnet50_8xb32_in1k.py
  34. - Name: seresnet101_8xb32_in1k
  35. Metadata:
  36. FLOPs: 7860000000
  37. Parameters: 49330000
  38. In Collection: SEResNet
  39. Results:
  40. - Dataset: ImageNet-1k
  41. Metrics:
  42. Top 1 Accuracy: 78.26
  43. Top 5 Accuracy: 94.07
  44. Task: Image Classification
  45. Weights: https://download.openmmlab.com/mmclassification/v0/se-resnet/se-resnet101_batch256_imagenet_20200804-ba5b51d4.pth
  46. Config: configs/seresnet/seresnet101_8xb32_in1k.py