Skip to content

Commit

Permalink
Added GoogLeNet128 with residual connections. Better, than original g…
Browse files Browse the repository at this point in the history
…ln128, but still worse than vgg128
  • Loading branch information
ducha-aiki committed Jul 6, 2016
1 parent edb5ecc commit 073ded5
Show file tree
Hide file tree
Showing 7 changed files with 92,489 additions and 0 deletions.
1 change: 1 addition & 0 deletions Architectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Others
| [HeNet2x2](http://arxiv.org/abs/1412.1710) |0.561 | 1.88|No SPP, Pool5 = 3x3, VLReLU, J' from paper |
| [HeNet3x1](http://arxiv.org/abs/1412.1710) |0.560 | 1.88|No SPP, Pool5 = 3x3, VLReLU, J' from paper, 2x2->3x1 |
| [GoogLeNet128](http://arxiv.org/abs/1409.4842) | 0.619 | 1.61 |linear lr_policy, batch_size=256. obviously slower than caffenet |
| GoogLeNet128Res | 0.634 | 1.56 |linear lr_policy, batch_size=256. Resudial connections between inception block. No BN |
| googlenet_loss2_clf| 0.571 | 1.80 | from net above, aux classifier after inception_4d |
| googlenet_loss1_clf| 0.520 | 2.06 | from net above, aux classifier after inception_4a |
| GoogLeNet128_BN_after | 0.596 | 1.70 |BN After ReLU|
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ Others
| [HeNet2x2](http://arxiv.org/abs/1412.1710) |0.561 | 1.88|No SPP, Pool5 = 3x3, VLReLU, J' from paper |
| [HeNet3x1](http://arxiv.org/abs/1412.1710) |0.560 | 1.88|No SPP, Pool5 = 3x3, VLReLU, J' from paper, 2x2->3x1 |
| [GoogLeNet128](http://arxiv.org/abs/1409.4842) | 0.619 | 1.61 |linear lr_policy, batch_size=256. obviously slower than caffenet |
| GoogLeNet128Res | 0.634 | 1.56 |linear lr_policy, batch_size=256. Resudial connections between inception block. No BN |
| googlenet_loss2_clf| 0.571 | 1.80 | from net above, aux classifier after inception_4d |
| googlenet_loss1_clf| 0.520 | 2.06 | from net above, aux classifier after inception_4a |
| [fitnet1_elu](http://arxiv.org/abs/1412.6550) | 0.333 | 3.21 | |
Expand Down
Loading

0 comments on commit 073ded5

Please sign in to comment.