Skip to content

Commit 510249b

Browse files
authored
Merge pull request BVLC#5176 from stoneyang/minor
fix minor typo in bvlc_googlenet
2 parents ceb25c8 + 8e63bb6 commit 510249b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/bvlc_googlenet/train_val.prototxt

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ layer {
16921692
type: "SoftmaxWithLoss"
16931693
bottom: "loss2/classifier"
16941694
bottom: "label"
1695-
top: "loss2/loss1"
1695+
top: "loss2/loss2"
16961696
loss_weight: 0.3
16971697
}
16981698
layer {

0 commit comments

Comments
 (0)