Skip to content

Commit

Permalink
Back-merge to dev for doc fixes + cherry-picks
Browse files Browse the repository at this point in the history
Back-merge these doc fixes:

  clarify project origin
  [docs] fix citation bibtex

All other changes are spurious commits from cherry-picking.
  • Loading branch information
shelhamer committed Aug 28, 2014
2 parents c01f07a + 9c0b562 commit c05ba59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Please cite Caffe in your publications if it helps your research:
Author = {Yangqing Jia},
Title = { {Caffe}: An Open Source Convolutional Architecture for Fast Feature Embedding},
Year = {2013},
Howpublished = {\url{http://caffe.berkeleyvision.org/}
Howpublished = {\url{http://caffe.berkeleyvision.org/}}
}

If you do publish a paper where Caffe helped your research, we encourage you to update the [publications wiki](https://github.com/BVLC/caffe/wiki/Publications).
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Be sure to set your MATLAB and Python paths in `Makefile.config` first!

*Speed*: for a faster build, compile in parallel by doing `make all -j8` where 8 is the number of parallel threads for compilation (a good choice for the number of threads is the number of cores in your machine).

Now that you have installed Caffe, check out the [MNIST demo](mnist.html) and the pretrained [ImageNet example](imagenet.html).
Now that you have installed Caffe, check out the [MNIST tutorial](gathered/examples/mnist.html) and the [reference ImageNet model tutorial](gathered/examples/imagenet.html).

### Compilation using CMake (beta)

Expand Down

0 comments on commit c05ba59

Please sign in to comment.