Skip to content

Commit

Permalink
add a pretrained model and notes for training
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwen committed May 24, 2015
1 parent 88899a7 commit 79af80e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion example/ImageNet/Inception-BN.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Batch Normalization
# Sergey Ioffe and Christian Szegedy
# http:https://arxiv.org/abs/1502.03167

#
# A pretrained model from this conf can be downloaded from http:https://goo.gl/EOskAl
#
# Notes by Zhongwen Xu:
#
# learning rate is descreased by 10x on round 20 and round 28
# Performance on single center crop on three stages:
#
# at the round 20 of lr = 0.01 val-rec@1:0.54192 val-rec@5:0.7912
# at the round 28 or lr = 0.001 val-rec@1:0.67544 val-rec@5:0.8826
# at the round 39, lr = 1e-4 val-rec@1:0.70454 val-rec@5:0.899
#
# The performance did not match the BN paper due to much less augmentation.
# However, this model matches GoogLeNet performance (error rate 10.07%) of single crop.
#
data = train
iter = imgbin
image_list = "imagenet/train.lst"
Expand Down

0 comments on commit 79af80e

Please sign in to comment.