diff options
Diffstat (limited to 'examples/imagenet/imagenet_val.prototxt')
-rw-r--r-- | examples/imagenet/imagenet_val.prototxt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imagenet/imagenet_val.prototxt b/examples/imagenet/imagenet_val.prototxt index 2f1ead7c..dd26f40e 100644 --- a/examples/imagenet/imagenet_val.prototxt +++ b/examples/imagenet/imagenet_val.prototxt @@ -5,7 +5,7 @@ layers { top: "data" top: "label" data_param { - source: "ilvsrc12_val_leveldb" + source: "ilsvrc12_val_leveldb" mean_file: "../../data/ilsvrc12/imagenet_mean.binaryproto" batch_size: 50 crop_size: 227 |