Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cheeyos/caffenet into lane
Browse files Browse the repository at this point in the history
  • Loading branch information
Tao Wang committed Nov 7, 2014
2 parents ddf1cdf + 36ceac7 commit 66c77d5
Show file tree
Hide file tree
Showing 4 changed files with 18,267 additions and 23,128 deletions.
Binary file modified driving_img_mean.binaryproto
Binary file not shown.
29 changes: 29 additions & 0 deletions models/brody/train_val_brody.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -448,3 +448,32 @@ layers {
bottom: "bb-label"
top: "bb-loss"
}

# L1 error loss
#layers {
# name: "bb-diff"
# type: ELTWISE
# bottom: "bb-label"
# bottom: "bb-masked-output"
# eltwise_param {
# operation: SUM
# coeff: 1.0
# coeff: -1.0
# }
# top: "bb-diff"
#}

#layers {
# name: "bb-loss"
# type: ABSVAL
# bottom: "bb-diff"
# top: "bb-loss"
# # 1 / (batch_size * 20 * 15 * 64)
# loss_weight: 0.00001041666666666
#}

#layers {
# name: "bb-loss-silence"
# type: SILENCE
# bottom: "bb-loss"
#}
Loading

0 comments on commit 66c77d5

Please sign in to comment.