diff --git a/experiments/fc_only.yml b/experiments/fc_only.yml
new file mode 100644
index 0000000000000000000000000000000000000000..2308f8fd264d596a8692c167a70097fd4207b8ad
--- /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 d03383c83edb22aa0061216ee69837ad40bbf8cd..a226696cca528819c06c6f195ba299498d84f936 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 38281ab9e4a9b0e812836c27e59a6a9708049984..07b7340d7b40dc27fdfa705e7c25d25a16499209 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