]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - jacinto-ai/caffe-jacinto.git/commitdiff
Models fixed (data path)
authorSergei Nikolaev <snikolaev@nvidia.com>
Mon, 28 Aug 2017 09:29:08 +0000 (02:29 -0700)
committerSergei Nikolaev <snikolaev@nvidia.com>
Mon, 28 Aug 2017 09:29:51 +0000 (02:29 -0700)
models/bvlc_alexnet/train_val.prototxt
models/resnet50/train_val.prototxt

index 30c4c8056d27919aef1acdc91e5ddf37fefedb0a..1dff06eefe49e840abb8c1e3c092d55eb5be1457 100644 (file)
@@ -5,16 +5,16 @@ layer {
   top: "data"
   top: "label"
   transform_param {
-#    mean_file: "data/ilsvrc12/imagenet_mean.binaryproto"
-    mean_file: "/data/imagenet/imagenet_256x256_mean.binaryproto"
+    mean_file: "data/ilsvrc12/imagenet_mean.binaryproto"
+#    mean_file: "/data/imagenet/imagenet_256x256_mean.binaryproto"
     mirror: true
     crop_size: 227
   }
   data_param {
-#    source: "examples/imagenet/ilsvrc12_train_lmdb"
-#    batch_size: 1024
-    source: "/data/imagenet/train-lmdb-uncompressed-256x256"
-    batch_size: 8192  
+    source: "examples/imagenet/ilsvrc12_train_lmdb"
+    batch_size: 1024
+#    source: "/data/imagenet/train-lmdb-uncompressed-256x256"
+#    batch_size: 8192
     cache: true
     shuffle: true
     backend: LMDB
@@ -27,14 +27,14 @@ layer {
   top: "data"
   top: "label"
   transform_param {
-#    mean_file: "data/ilsvrc12/imagenet_mean.binaryproto"
-    mean_file: "/data/imagenet/imagenet_256x256_mean.binaryproto"
+    mean_file: "data/ilsvrc12/imagenet_mean.binaryproto"
+#    mean_file: "/data/imagenet/imagenet_256x256_mean.binaryproto"
     mirror: false
     crop_size: 227
   }
   data_param {
-#    source: "examples/imagenet/ilsvrc12_val_lmdb"
-    source: "/data/imagenet/val-lmdb-uncompressed-256x256"
+    source: "examples/imagenet/ilsvrc12_val_lmdb"
+#    source: "/data/imagenet/val-lmdb-uncompressed-256x256"
     batch_size: 32
 #    batch_size: 256          
     backend: LMDB
index 17f35328979774d645868451228d1df81674c272..c391ec3f7fcf236d58d1e6dea428e696009ce439 100644 (file)
@@ -6,16 +6,16 @@ layer {
   top: "data"
   top: "label"
   data_param {
-#    source: "examples/imagenet/ilsvrc12_train_lmdb"
-    source: "/data/imagenet/train-lmdb-uncompressed-256x256"
+    source: "examples/imagenet/ilsvrc12_train_lmdb"
+#    source: "/data/imagenet/train-lmdb-uncompressed-256x256"
     backend: LMDB
     batch_size: 256 #32
     cache:   true
     shuffle: true  
   }
   transform_param {
-#    mean_file: "data/ilsvrc12/imagenet_mean.binaryproto"
-    mean_file: "/data/imagenet/imagenet_256x256_mean.binaryproto"
+    mean_file: "data/ilsvrc12/imagenet_mean.binaryproto"
+#    mean_file: "/data/imagenet/imagenet_256x256_mean.binaryproto"
     crop_size: 224
     mirror: true
     scale: 0.00390625
@@ -28,14 +28,14 @@ layer {
   top: "data"
   top: "label"
   data_param {
-#    source: "examples/imagenet/ilsvrc12_val_lmdb"
-    source: "/data/imagenet/val-lmdb-uncompressed-256x256"
+    source: "examples/imagenet/ilsvrc12_val_lmdb"
+#    source: "/data/imagenet/val-lmdb-uncompressed-256x256"
     backend: LMDB
     batch_size: 32
   }
   transform_param {
-#    mean_file: "data/ilsvrc12/imagenet_mean.binaryproto"
-    mean_file: "/data/imagenet/imagenet_256x256_mean.binaryproto"
+    mean_file: "data/ilsvrc12/imagenet_mean.binaryproto"
+#    mean_file: "/data/imagenet/imagenet_256x256_mean.binaryproto"
     crop_size: 224
     mirror: false
     scale: 0.00390625