Skip to content

Commit

Permalink
Back-merge documentation and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Aug 7, 2014
2 parents 5ed0df2 + b1c4f12 commit 285f615
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ All development discussion should be carried out at [GitHub Issues](https://gith
If you have a proposal that may not be suited for public discussion *and an ability to act on it*, please email us [directly](mailto:[email protected]).
Requests for features, explanations, or personal help will be ignored; post such matters publicly as issues.

Some developers may be able to provide [consulting services](mailto:[email protected]) for appropriate projects.
The core Caffe developers may be able to provide [consulting services](mailto:[email protected]) for appropriate projects.
3 changes: 2 additions & 1 deletion examples/imagenet/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ You may want to resize the images to 256x256 in advance. By default, we do not e

Go to `$CAFFE_ROOT/examples/imagenet/` for the rest of this guide.

Take a look at `create_imagenet.sh`. Set the paths to the train and val dirs as needed, and set "RESIZE=true" to resize all images to 256x256 if you haven't resized the images in advance. Now simply create the leveldbs with `./create_imagenet.sh`. Note that `ilsvrc12_train_leveldb` and `ilsvrc12_val_leveldb` should not exist before this execution. It will be created by the script. `GLOG_logtostderr=1` simply dumps more information for you to inspect, and you can safely ignore it.
Take a look at `create_imagenet.sh`. Set the paths to the train and val dirs as needed, and set "RESIZE=true" to resize all images to 256x256 if you haven't resized the images in advance.
Now simply create the leveldbs with `./create_imagenet.sh`. Note that `ilsvrc12_train_leveldb` and `ilsvrc12_val_leveldb` should not exist before this execution. It will be created by the script. `GLOG_logtostderr=1` simply dumps more information for you to inspect, and you can safely ignore it.

Compute Image Mean
------------------
Expand Down
2 changes: 1 addition & 1 deletion tools/extra/plot_log.gnuplot.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# You had better check the data files before designing your own plots.

# Please generate the neccessary data files with
# /path/to/caffe/scripts/parse_log.sh before plotting.
# /path/to/caffe/tools/extra/parse_log.sh before plotting.
# Example usage:
# ./parse_log.sh mnist.log
# Now you have mnist.log.train and mnist.log.test.
Expand Down

0 comments on commit 285f615

Please sign in to comment.