Skip to content

Commit 2ded131

Browse files
author
kuangliu
authored
Merge pull request pytorch#12 from ypwhs/patch-1
Add paper links.
2 parents c9a6af7 + 5686ae1 commit 2ded131

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Cons:
1515
## Accuracy
1616
| Model | Acc. |
1717
| ----------------- | ----------- |
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% |
2727

2828
## Learning rate adjustment
2929
I manually change the `lr` during training:

0 commit comments

Comments
 (0)