Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,7 @@ python -m torch.distributed.launch --nproc_per_node=8 --use_env test_meta_datase
|
|
13 |
```
|
14 |
|
15 |
## Results
|
|
|
16 |
Method |ILSVRC (test) |Omniglot |Aircraft |Birds |Textures |QuickDraw |Fungi |VGG Flower |Traffic signs |MSCOCO
|
17 |
---------------------------|---------------------------|---------------------------|---------------------------|---------------------------|---------------------------|---------------------------|---------------------------|---------------------------|---------------------------|---------------------------
|
18 |
[md_full_128x128_dinosmall_fp16_lr5e-5](https://huggingface.co/hushell/pmf_metadataset_dino/blob/main/md_full_128x128_dinosmall_fp16_lr5e-5/best.pth) |73.52±0.80 (lr=0.0001) |92.17±0.57 (lr=0.0001) |89.49±0.52 (lr=0.001) |91.04±0.37 (lr=0.0001) |85.73±0.62 (lr=0.001) |79.43±0.67 (lr=0.0001) |74.99±0.94 (lr=0) |95.30±0.44 (lr=0.001) |89.85±0.76 (lr=0.01) |59.69±1.02 (lr=0.001)
|
|
|
13 |
```
|
14 |
|
15 |
## Results
|
16 |
+
The validated meta-test learning rate using 5 episodes for each domain is shown in the bracket.
|
17 |
Method |ILSVRC (test) |Omniglot |Aircraft |Birds |Textures |QuickDraw |Fungi |VGG Flower |Traffic signs |MSCOCO
|
18 |
---------------------------|---------------------------|---------------------------|---------------------------|---------------------------|---------------------------|---------------------------|---------------------------|---------------------------|---------------------------|---------------------------
|
19 |
[md_full_128x128_dinosmall_fp16_lr5e-5](https://huggingface.co/hushell/pmf_metadataset_dino/blob/main/md_full_128x128_dinosmall_fp16_lr5e-5/best.pth) |73.52±0.80 (lr=0.0001) |92.17±0.57 (lr=0.0001) |89.49±0.52 (lr=0.001) |91.04±0.37 (lr=0.0001) |85.73±0.62 (lr=0.001) |79.43±0.67 (lr=0.0001) |74.99±0.94 (lr=0) |95.30±0.44 (lr=0.001) |89.85±0.76 (lr=0.01) |59.69±1.02 (lr=0.001)
|