mirror of
https://github.com/open-mmlab/mmfewshot.git
synced 2025-06-03 14:49:43 +08:00
* fix init * fix test api fix test api bug * add metarcnn fsdetview config * update pr * update meta file * fix CI
65 lines
1.8 KiB
YAML
65 lines
1.8 KiB
YAML
Collections:
|
|
- Name: Baseline
|
|
Metadata:
|
|
Training Data: CUB
|
|
Training Techniques:
|
|
- SGD with Momentum
|
|
- Weight Decay
|
|
Training Resources: 1x V100 GPUs
|
|
Paper: https://arxiv.org/abs/1904.04232
|
|
README: configs/classification/baseline/README.md
|
|
|
|
Models:
|
|
- Name: baseline_conv4_1xb64_cub_5way-1shot
|
|
Metadata:
|
|
Training Data: CUB
|
|
Epochs: 200
|
|
Batch Size: 64
|
|
In Collection: Baseline
|
|
Results:
|
|
- Task: Few Shot Image Classification
|
|
Dataset: CUB
|
|
Metrics:
|
|
Accuracy: none
|
|
Weights: none
|
|
Config: configs/classification/baseline/cub/baseline_conv4_1xb64_cub_5way-1shot.py
|
|
- Name: baseline_conv4_1xb64_cub_5way-5shot
|
|
Metadata:
|
|
Training Data: CUB
|
|
Epochs: 200
|
|
Batch Size: 64
|
|
In Collection: Baseline
|
|
Results:
|
|
- Task: Few Shot Image Classification
|
|
Dataset: CUB
|
|
Metrics:
|
|
Accuracy: none
|
|
Weights: none
|
|
Config: configs/classification/baseline/cub/baseline_conv4_1xb64_cub_5way-5shot.py
|
|
- Name: baseline_resnet12_1xb64_cub_5way-1shot
|
|
Metadata:
|
|
Training Data: CUB
|
|
Epochs: 200
|
|
Batch Size: 64
|
|
In Collection: Baseline
|
|
Results:
|
|
- Task: Few Shot Image Classification
|
|
Dataset: CUB
|
|
Metrics:
|
|
Accuracy: none
|
|
Weights: none
|
|
Config: configs/classification/baseline/cub/baseline_resnet12_1xb64_cub_5way-1shot.py
|
|
- Name: baseline_resnet12_1xb64_cub_5way-5shot
|
|
Metadata:
|
|
Training Data: CUB
|
|
Epochs: 200
|
|
Batch Size: 64
|
|
In Collection: Baseline
|
|
Results:
|
|
- Task: Few Shot Image Classification
|
|
Dataset: CUB
|
|
Metrics:
|
|
Accuracy: none
|
|
Weights: none
|
|
Config: configs/classification/baseline/cub/baseline_resnet12_1xb64_cub_5way-5shot.py
|