summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-11-02Merge pull request #5866 from cijianzy/update_link_to_google_style_guidePrzemysław Dolata1-1/+1
Update link to google style guide.
2017-10-11Merge pull request #5925 from BVLC/williford-install-ubuntu-16.04-patch-1Evan Shelhamer1-6/+1
[docs] packages needed by Ubuntu 16.04, not just Ubuntu 14.04
2017-10-03[docs] fix link to `AbsVal` layerEvan Shelhamer1-1/+1
2017-09-15Packages needed by Ubuntu 16.04 alsoJonathan R. Williford1-6/+1
This line is needed for Ubuntu 16.04: sudo apt-get install libgflags-dev libgoogle-glog-dev liblmdb-dev For reference: * https://github.com/BVLC/caffe/wiki/Ubuntu-16.04-or-15.10-Installation-Guide * https://youtu.be/DnIs4DRjNL4
2017-08-22Update link to google style guide.此间1-1/+1
2017-08-03Merge pull request #5753 from CDLuminate/docs-update-deb-ubEvan Shelhamer2-16/+46
[docs] update apt installation guide for Debian and Ubuntu
2017-07-10Update lrn.mdLydorn1-1/+1
Fixed typo "locaitons " -> "location" in line 17
2017-07-08docs: add Ubuntu package tracker link in Ubuntu guideZhou Mo1-0/+4
2017-07-08docs: update apt installation guide for Debian and UbuntuZhou Mo2-16/+42
Caffe package is available for APT since Debian 9.0 and Ubuntu 17.04 .
2017-05-15docs/debian guide: update compiler combination tableZhou Mo1-8/+12
2017-04-14link to new full-day crash courseEvan Shelhamer1-2/+2
2017-04-14track publications by google scholar and not the wikiEvan Shelhamer1-2/+1
2017-04-14retire caffe-dev and caffe-coldpressEvan Shelhamer1-5/+0
dev has diffused into the community from the original Caffe core
2017-04-14add missing names to BAIR rosterEvan Shelhamer1-1/+1
2017-04-14model zoo: point out wiki link immediately, explain manual editingEvan Shelhamer1-2/+4
2017-04-14favor notebook examples as more clear and popularEvan Shelhamer1-7/+7
2017-04-14drop performance + hardware page and switch to sheetEvan Shelhamer2-77/+5
simpler to read and update
2017-04-14BVLC -> BAIREvan Shelhamer7-22/+22
Berkeley AI Research (BAIR) is the the successor to the Berkeley Vision and Learning Center (BVLC).
2017-04-14[docs] added apt command to install OpenBLAS (#4718)jgyllinsky1-1/+1
2017-04-05Add example and small blurb about sigmoid layer.Jonathan R. Williford1-0/+10
2017-03-31Add support for cuDNN v6Felix Abecassis1-2/+2
Support for cuDNN v4 and v5 is preserved.
2017-02-27fix broken link to hinge lossEvan Shelhamer1-1/+1
2017-02-16Merge pull request #3893 from rscohn2/patch-1Evan Shelhamer1-1/+1
[docs] info about MKL licensing
2017-02-01docs: update install_apt_debian guideZhou Mo1-35/+41
2017-01-26Fix broken links in layer documentation, minor fixes.Jonathan R. Williford7-18/+9
2017-01-18Merge pull request #5025 from hmybmny/masterEvan Shelhamer1-2/+2
[docs] fix glog download link
2017-01-18Merge pull request #5148 from caffe-help/caffe-docs-PR1Evan Shelhamer60-476/+1535
Overhaul layer catalogue documentation
2017-01-05docs: add some tables to debian install guide and misc updateZhou Mo1-16/+54
docs: change UTF-8 characters
2017-01-05docs: update debian installation guide. Thanks to @lukeyeager for comments.Zhou Mo2-11/+20
2017-01-05Add Debian codenames and make link.Jonathan R. Williford1-3/+6
Add the Debian codenames / versions, so it is easier to tell which Debian version is which in the future when the releases are promoted. Revise commit according to CDLuminate's comments. Removed rolling release numbers. Mention that Debian/testing can install Caffe using the packages.
2017-01-01Overhaul layer catalogue documentation.Jonathan R. Williford60-476/+1535
Create scripts/split_caffe_proto.py file for splitting up the caffe.proto file, so that parts of the file can be included from the layer help pages. Create separate pages for each layer and link each page from layers.md.
2016-12-21docs: add debian installation guideZhou Mo2-0/+106
2016-11-24fix error linkhmybmny1-2/+2
2016-11-16docs: include AWS AMI pointerEvan Shelhamer1-0/+1
2016-11-16docs: Guillaume Dumont is the Windows maintainerEvan Shelhamer1-1/+1
2016-11-11Put quotes around titles in YAML front matter.Jonathan R. Williford3-3/+3
The colon produces errors unless the title is in quotes. This causes the minor issue of the HTML title not being set. See: https://github.com/jekyll/jekyll/issues/549
2016-10-05Fix: docs/yum_install.md glog broken linkVincent1-1/+1
fixes the broken glog link in yum_install.md which is currently returning a 404.
2016-09-09[docs] note CUDA 8 requirement for Ubuntu 16.04Evan Shelhamer1-2/+7
2016-06-28corrected rmsprop documentationAlican Bozkurt1-10/+3
2016-05-16Update supported cuDNN version in the documentationFelix Abecassis1-2/+2
2016-04-18Typo in docs/installation.mdLuke Yeager1-1/+1
2016-04-13[docs] install: include more lab tested hardwareEvan Shelhamer1-1/+1
2016-04-13[docs] install: be more firm about compute capability >= 3.0Evan Shelhamer1-1/+1
2016-04-13[docs] install: include latest versions and platforms, highlight guidesEvan Shelhamer1-8/+14
Caffe runs on Ubuntu, OS X, and RHEL (+ company) in master with branches for OpenCL and Windows. Docker is a nice route to out-of-the-box brewing.
2016-04-13[docs] install: CUDA 7+ and cuDNN v4 compatibleEvan Shelhamer1-3/+3
Latest CUDA versions are all compatible, and Caffe has been compatible with cuDNN v4 since PR #3439
2016-03-26Update info about MKL licensingrscohn21-1/+1
The instructions say that MKL is free for students, but as of 8/2015, MKL is free for everyone with community licensing.
2016-03-01- doc and cmake update MKL relatedJacek Czaja1-1/+2
- cosmetic change to mkl related doc
2016-02-18Fix a typo in docsPrayag Verma1-1/+1
`peformance` → `performance`
2016-01-26Make the two separate build systems clearer in the documentationKeir Mierle1-4/+10
2015-12-09Update interfaces.mdIan Hunter1-1/+1
typo