Skip to content

Commit 50a44b0

Browse files
committedNov 9, 2015
Switched order of two layers for simpler diff with untuned file
Untuned file is in models/bvlc_reference_caffenet/train_val.prototxt.
1 parent e050f36 commit 50a44b0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎models/finetune_flickr_style/train_val.prototxt

+7-7
Original file line numberDiff line numberDiff line change
@@ -369,13 +369,6 @@ layer {
369369
}
370370
}
371371
}
372-
layer {
373-
name: "loss"
374-
type: "SoftmaxWithLoss"
375-
bottom: "fc8_flickr"
376-
bottom: "label"
377-
top: "loss"
378-
}
379372
layer {
380373
name: "accuracy"
381374
type: "Accuracy"
@@ -386,3 +379,10 @@ layer {
386379
phase: TEST
387380
}
388381
}
382+
layer {
383+
name: "loss"
384+
type: "SoftmaxWithLoss"
385+
bottom: "fc8_flickr"
386+
bottom: "label"
387+
top: "loss"
388+
}

0 commit comments

Comments
 (0)
Please sign in to comment.