Skip to content

Commit f347355

Browse files
committed
Added credits for training bvlc models
1 parent 59ecb2a commit f347355

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

models/bvlc_alexnet/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The best validation performance during training was iteration 358,000 with valid
1818
This model obtains a top-1 accuracy 57.1% and a top-5 accuracy 80.2% on the validation set, using just the center crop.
1919
(Using the average of 10 crops, (4 + 1 center) * 2 mirror, should obtain a bit higher accuracy.)
2020

21+
This model was trained by Evan Shelhamer @shelhamer
22+
2123
## License
2224

2325
The data used to train this model comes from the ImageNet project, which distributes its database to researchers who agree to a following term of access:

models/bvlc_googlenet/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ caffemodel_url: http://dl.caffe.berkeleyvision.org/bvlc_googlenet.caffemodel
55
license: non-commercial
66
sha1: 405fc5acd08a3bb12de8ee5e23a96bec22f08204
77
caffe_commit: bc614d1bd91896e3faceaf40b23b72dab47d44f5
8+
gist_id: 866e2aa1fd707b89b913
89
---
910

1011
This model is a replication of the model described in the [GoogleNet](http://arxiv.org/abs/1409.4842) publication. We would like to thank Christian Szegedy for all his help in the replication of GoogleNet model.
@@ -25,6 +26,7 @@ Timings for bvlc_googlenet with cuDNN using batch_size:128 on a K40c:
2526
- Average Backward pass: 1123.84 ms.
2627
- Average Forward-Backward: 1688.8 ms.
2728

29+
This model was trained by Sergio Guadarrama @sguada
2830

2931
## License
3032

models/bvlc_reference_caffenet/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The best validation performance during training was iteration 313,000 with valid
1818
This model obtains a top-1 accuracy 57.4% and a top-5 accuracy 80.4% on the validation set, using just the center crop.
1919
(Using the average of 10 crops, (4 + 1 center) * 2 mirror, should obtain a bit higher accuracy still.)
2020

21+
This model was trained by Jeff Donahue @jeffdonahue
22+
2123
## License
2224

2325
The data used to train this model comes from the ImageNet project, which distributes its database to researchers who agree to a following term of access:

models/bvlc_reference_rcnn_ilsvrc13/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Try the [detection example](http://nbviewer.ipython.org/github/BVLC/caffe/blob/m
1313

1414
*N.B. For research purposes, make use of the official R-CNN package and not this example.*
1515

16+
This model was trained by Ross Girshick @rbgirshick
17+
1618
## License
1719

1820
The data used to train this model comes from the ImageNet project, which distributes its database to researchers who agree to a following term of access:

models/finetune_flickr_style/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The final performance:
1515
I1017 07:36:17.370730 31333 solver.cpp:247] Iteration 100000, Testing net (#0)
1616
I1017 07:36:34.248730 31333 solver.cpp:298] Test net output #0: accuracy = 0.3916
1717

18+
This model was trained by Sergey Karayev @sergeyk
19+
1820
## License
1921

2022
The Flickr Style dataset contains only URLs to images.

0 commit comments

Comments
 (0)