We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e050f36 commit 50a44b0Copy full SHA for 50a44b0
models/finetune_flickr_style/train_val.prototxt
@@ -369,13 +369,6 @@ layer {
369
}
370
371
372
-layer {
373
- name: "loss"
374
- type: "SoftmaxWithLoss"
375
- bottom: "fc8_flickr"
376
- bottom: "label"
377
- top: "loss"
378
-}
379
layer {
380
name: "accuracy"
381
type: "Accuracy"
@@ -386,3 +379,10 @@ layer {
386
phase: TEST
387
388
382
+layer {
383
+ name: "loss"
384
+ type: "SoftmaxWithLoss"
385
+ bottom: "fc8_flickr"
+ bottom: "label"
+ top: "loss"
+}
0 commit comments