summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-03-19 22:34:01 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-03-19 22:34:01 -0700
commit50862880dd1c9e459ebeeb84ac6947d3d851a619 (patch)
treeffa7d9a03c87b3fea781a723ec3bb76eb477f0c3 /examples
parent3b51aab66d935b480d98fc305be0eaa943c89c1c (diff)
parent19a7e23cccb1b2f07b61ccbb11341ac85d37b9b1 (diff)
downloadcaffe-50862880dd1c9e459ebeeb84ac6947d3d851a619.tar.gz
caffe-50862880dd1c9e459ebeeb84ac6947d3d851a619.tar.bz2
caffe-50862880dd1c9e459ebeeb84ac6947d3d851a619.zip
Back-merge documentation and script fixes
fix script path incantation convert css indentation to spaces fix cifar10 leveldb creation path wget without checking certificate for dropbox (dodge complaint on linux) docs: added list of contributors minor style update of docs
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/cifar10/create_cifar10.sh2
-rwxr-xr-xexamples/imagenet/get_caffe_reference_imagenet_model.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/cifar10/create_cifar10.sh b/examples/cifar10/create_cifar10.sh
index 2d8428b1..85757f34 100755
--- a/examples/cifar10/create_cifar10.sh
+++ b/examples/cifar10/create_cifar10.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env sh
# This script converts the cifar data into leveldb format.
-EXAMPLES=../../build/examples/cifar
+EXAMPLES=../../build/examples/cifar10
DATA=../../data/cifar10
TOOLS=../../build/tools
diff --git a/examples/imagenet/get_caffe_reference_imagenet_model.sh b/examples/imagenet/get_caffe_reference_imagenet_model.sh
index 0d65dd68..7a85613e 100755
--- a/examples/imagenet/get_caffe_reference_imagenet_model.sh
+++ b/examples/imagenet/get_caffe_reference_imagenet_model.sh
@@ -23,6 +23,6 @@ fi
echo "Downloading..."
-wget https://www.dropbox.com/s/n3jups0gr7uj0dv/$MODEL
+wget --no-check-certificate https://www.dropbox.com/s/n3jups0gr7uj0dv/$MODEL
echo "Done. Please run this command again to verify that checksum = $CHECKSUM."