From f422e466989adda4e58cef6ddc2b6dbfca46dd66 Mon Sep 17 00:00:00 2001 From: Ross Girshick <ross.girshick@gmail.com> Date: Tue, 21 Apr 2015 09:56:08 -0700 Subject: [PATCH] update experiments --- experiments/fc_only.yml | 3 +++ {examples => experiments}/multiscale.yml | 3 ++- {examples => experiments}/svm.yml | 0 models/VGG_16/fc_only/solver.prototxt | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 experiments/fc_only.yml rename {examples => experiments}/multiscale.yml (75%) rename {examples => experiments}/svm.yml (100%) diff --git a/experiments/fc_only.yml b/experiments/fc_only.yml new file mode 100644 index 0000000..2308f8f --- /dev/null +++ b/experiments/fc_only.yml @@ -0,0 +1,3 @@ +EXP_DIR: fc_only +TRAIN: + SNAPSHOT_INFIX: fc_only diff --git a/examples/multiscale.yml b/experiments/multiscale.yml similarity index 75% rename from examples/multiscale.yml rename to experiments/multiscale.yml index d03383c..a226696 100644 --- a/examples/multiscale.yml +++ b/experiments/multiscale.yml @@ -1,7 +1,8 @@ +EXP_DIR: multiscale TRAIN: SCALES: !!python/tuple [480, 576, 688, 864, 1200] MAX_SIZE: 2000 - SNAPSHOT_INFIX: "multiscale" + SNAPSHOT_INFIX: multiscale TEST: SCALES: !!python/tuple [480, 576, 688, 864, 1200] MAX_SIZE: 2000 diff --git a/examples/svm.yml b/experiments/svm.yml similarity index 100% rename from examples/svm.yml rename to experiments/svm.yml diff --git a/models/VGG_16/fc_only/solver.prototxt b/models/VGG_16/fc_only/solver.prototxt index 38281ab..07b7340 100644 --- a/models/VGG_16/fc_only/solver.prototxt +++ b/models/VGG_16/fc_only/solver.prototxt @@ -12,5 +12,5 @@ weight_decay: 0.0005 # function snapshot: 0 # We still use the snapshot prefix, though -snapshot_prefix: "vgg16_fast_rcnn_fc_only" +snapshot_prefix: "vgg16_fast_rcnn" #debug_info: true -- GitLab