File tree 1 file changed +9
-9
lines changed 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ Cons:
15
15
## Accuracy
16
16
| Model | Acc. |
17
17
| ----------------- | ----------- |
18
- | VGG16 | 92.64% |
19
- | ResNet18 | 93.02% |
20
- | ResNet50 | 93.62% |
21
- | ResNet101 | 93.75% |
22
- | ResNeXt29(32x4d) | 94.73% |
23
- | ResNeXt29(2x64d) | 94.82% |
24
- | DenseNet121 | 95.04% |
25
- | ResNet18(pre-act) | 95.11% |
26
- | DPN92 | 95.16% |
18
+ | [ VGG16] ( https://arxiv.org/abs/1409.1556 ) | 92.64% |
19
+ | [ ResNet18] ( https://arxiv.org/abs/1512.03385 ) | 93.02% |
20
+ | [ ResNet50] ( https://arxiv.org/abs/1512.03385 ) | 93.62% |
21
+ | [ ResNet101] ( https://arxiv.org/abs/1512.03385 ) | 93.75% |
22
+ | [ ResNeXt29(32x4d) ] ( https://arxiv.org/abs/1611.05431 ) | 94.73% |
23
+ | [ ResNeXt29(2x64d) ] ( https://arxiv.org/abs/1611.05431 ) | 94.82% |
24
+ | [ DenseNet121] ( https://arxiv.org/abs/1608.06993 ) | 95.04% |
25
+ | [ ResNet18(pre-act) ] ( https://arxiv.org/abs/1603.05027 ) | 95.11% |
26
+ | [ DPN92] ( https://arxiv.org/abs/1707.01629 ) | 95.16% |
27
27
28
28
## Learning rate adjustment
29
29
I manually change the ` lr ` during training:
You can’t perform that action at this time.
0 commit comments