Skip to content

Commit

Permalink
[Refactor] refactor Metafile format (#478)
Browse files Browse the repository at this point in the history
* update metafile

* update format

* update metafile

* update mae
  • Loading branch information
fangyixiao18 committed Oct 12, 2022
1 parent dee5b68 commit 337e49e
Show file tree
Hide file tree
Showing 18 changed files with 541 additions and 160 deletions.
20 changes: 14 additions & 6 deletions configs/selfsup/barlowtwins/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@ Models:
Metadata:
Epochs: 300
Batch Size: 2048
Results:
- Task: Self-Supervised Image Classification
Dataset: ImageNet-1k
Metrics:
Top 1 Accuracy: 71.66
Results: null
Config: configs/selfsup/barlowtwins/barlowtwins_resnet50_8xb256-coslr-300e_in1k.py
Weights: https://download.openmmlab.com/mmselfsup/barlowtwins/barlowtwins_resnet50_8xb256-coslr-300e_in1k_20220419-5ae15f89.pth
Weights: https://download.openmmlab.com/mmselfsup/1.x/barlowtwins/barlowtwins_resnet50_8xb256-coslr-300e_in1k/barlowtwins_resnet50_8xb256-coslr-300e_in1k_20220825-57307488.pth
Downstream:
- Type: Image Classification
Metadata:
Epochs: 100
Batch Size: 256
Results:
- Task: Linear Evaluation
Dataset: ImageNet-1k
Metrics:
Top 1 Accuracy: 71.8
Config: configs/benchmarks/classification/imagenet/resnet50_linear-8xb32-coslr-100e_in1k.py
Weights: https://download.openmmlab.com/mmselfsup/1.x/barlowtwins/barlowtwins_resnet50_8xb256-coslr-300e_in1k/resnet50_linear-8xb32-coslr-100e_in1k/resnet50_linear-8xb32-coslr-100e_in1k_20220825-52fde35f.pth
44 changes: 14 additions & 30 deletions configs/selfsup/byol/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,39 +14,23 @@ Collections:
README: configs/selfsup/byol/README.md

Models:
- Name: byol_resnet50_8xb32-accum16-coslr-200e_in1k
In Collection: BYOL
Metadata:
Epochs: 200
Batch Size: 256
Results:
- Task: Self-Supervised Image Classification
Dataset: ImageNet-1k
Metrics:
Top 1 Accuracy: 71.72
Config: configs/selfsup/byol/byol_resnet50_8xb32-accum16-coslr-200e_in1k.py
Weights: https://download.openmmlab.com/mmselfsup/byol/byol_resnet50_8xb32-accum16-coslr-200e_in1k_20220225-5c8b2c2e.pth
- Name: byol_resnet50_16xb256-coslr-200e_in1k
In Collection: BYOL
Metadata:
Epochs: 200
Batch Size: 4096
Results:
- Task: Self-Supervised Image Classification
Dataset: ImageNet-1k
Metrics:
Top 1 Accuracy: 71.88
Results: null
Config: configs/selfsup/byol/byol_resnet50_16xb256-coslr-200e_in1k.py
Weights: https://download.openmmlab.com/mmselfsup/byol/byol_resnet50_16xb256-coslr-200e_in1k_20220527-b6f8eedd.pth
- Name: byol_resnet50_8xb32-accum16-coslr-300e_in1k
In Collection: BYOL
Metadata:
Epochs: 300
Batch Size: 256
Results:
- Task: Self-Supervised Image Classification
Dataset: ImageNet-1k
Metrics:
Top 1 Accuracy: 72.93
Config: configs/selfsup/byol/byol_resnet50_8xb32-accum16-coslr-300e_in1k.py
Weights: https://download.openmmlab.com/mmselfsup/byol/byol_resnet50_8xb32-accum16-coslr-300e_in1k_20220225-a0daa54a.pth
Weights: https://download.openmmlab.com/mmselfsup/1.x/byol/byol_resnet50_16xb256-coslr-200e_in1k/byol_resnet50_16xb256-coslr-200e_in1k_20220825-de817331.pth
Downstream:
- Type: Image Classification
Metadata:
Epochs: 90
Batch Size: 4096
Results:
- Task: Linear Evaluation
Dataset: ImageNet-1k
Metrics:
Top 1 Accuracy: 71.8
Config: configs/benchmarks/classification/imagenet/resnet50_linear-8xb512-coslr-90e_in1k.py
Weights: https://download.openmmlab.com/mmselfsup/1.x/byol/byol_resnet50_16xb256-coslr-200e_in1k/resnet50_linear-8xb512-coslr-90e_in1k/resnet50_linear-8xb512-coslr-90e_in1k_20220825-7596c6f5.pth
File renamed without changes.
27 changes: 0 additions & 27 deletions configs/selfsup/cae/metafile.yaml

This file was deleted.

35 changes: 35 additions & 0 deletions configs/selfsup/cae/metafile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Collections:
- Name: CAE
Metadata:
Training Data: ImageNet-1k
Training Techniques:
- AdamW
Training Resources: 16x A100-80G GPUs
Architecture:
- ViT
Paper:
URL: https://arxiv.org/abs/2202.03026
Title: "Context Autoencoder for Self-Supervised Representation Learning"
README: configs/selfsup/cae/README.md

Models:
- Name: cae_vit-base-p16_8xb256-fp16-coslr-300e_in1k
In Collection: CAE
Metadata:
Epochs: 300
Batch Size: 2048
Results: null
Config: configs/selfsup/cae/cae_vit-base-p16_16xb128-amp-coslr-300e_in1k.py
Weights: https://download.openmmlab.com/mmselfsup/1.x/cae/cae_vit-base-p16_16xb128-fp16-coslr-300e_in1k/cae_vit-base-p16_16xb128-fp16-coslr-300e_in1k_20220825-404a1929.pth
Downstream:
- Type: Image Classification
Metadata:
Epochs: 100
Batch Size: 1024
Results:
- Task: Fine-tuning
Dataset: ImageNet-1k
Metrics:
Top 1 Accuracy: 60.8
Config: configs/benchmarks/classification/imagenet/vit-base-p16_ft-8xb128-coslr-100e-rpe_in1k.py
Weights: https://download.openmmlab.com/mmselfsup/1.x/cae/cae_vit-base-p16_16xb128-fp16-coslr-300e_in1k/vit-base-p16_ft-8xb128-coslr-100e-rpe_in1k/vit-base-p16_ft-8xb128-coslr-100e-rpe_in1k_20220825-f3d234cd.pth
20 changes: 14 additions & 6 deletions configs/selfsup/densecl/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@ Models:
Metadata:
Epochs: 200
Batch Size: 256
Results:
- Task: Self-Supervised Image Classification
Dataset: ImageNet-1k
Metrics:
Top 1 Accuracy: 63.62
Results: null
Config: configs/selfsup/densecl/densecl_resnet50_8xb32-coslr-200e_in1k.py
Weights: https://download.openmmlab.com/mmselfsup/densecl/densecl_resnet50_8xb32-coslr-200e_in1k_20220225-8c7808fe.pth
Weights: https://download.openmmlab.com/mmselfsup/1.x/densecl/densecl_resnet50_8xb32-coslr-200e_in1k/densecl_resnet50_8xb32-coslr-200e_in1k_20220825-3078723b.pth
Downstream:
- Type: Image Classification
Metadata:
Epochs: 100
Batch Size: 256
Results:
- Task: Linear Evaluation
Dataset: ImageNet-1k
Metrics:
Top 1 Accuracy: 63.5
Config: configs/benchmarks/classification/imagenet/resnet50_linear-8xb32-steplr-100e_in1k.py
Weights: https://download.openmmlab.com/mmselfsup/1.x/densecl/densecl_resnet50_8xb32-coslr-200e_in1k/resnet50_linear-8xb32-steplr-100e_in1k/resnet50_linear-8xb32-steplr-100e_in1k_20220825-f0f0a579.pth
27 changes: 0 additions & 27 deletions configs/selfsup/mae/metafile.yaml

This file was deleted.

Loading

0 comments on commit 337e49e

Please sign in to comment.