Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-19 | [docs] cuDNN v3 compatible | Evan Shelhamer | 1 | -1/+2 | |
2015-10-16 | Update examples and docs | Ronghang Hu | 1 | -14/+14 | |
2015-10-07 | fixes BVLC/caffe#3163 | e3 | 1 | -3/+3 | |
2015-09-17 | Separate IO dependencies | Tea | 1 | -3/+6 | |
OpenCV, LMDB, LevelDB and Snappy are made optional via switches (USE_OPENCV, USE_LMDB, USE_LEVELDB) available for Make and CMake builds. Since Snappy is a LevelDB dependency, its use is determined by USE_LEVELDB. HDF5 is left bundled because it is used for serializing weights and solverstates. | |||||
2015-08-18 | Add information about how to get GPU topology from nvidia-smi | mhouston | 1 | -0/+2 | |
2015-08-18 | Add some documentation on Multi-GPU support | mhouston | 1 | -0/+24 | |
2015-08-14 | information about new implemented solvers | PatWie | 1 | -1/+78 | |
2015-08-09 | [docs] add multi-gpu usage note to interfaces | Evan Shelhamer | 1 | -0/+7 | |
2015-07-28 | [docs] fix lmdb fetch url and path | Evan Shelhamer | 2 | -3/+3 | |
2015-07-27 | [docs] clear up PYTHONPATH confusion | Evan Shelhamer | 1 | -7/+7 | |
Use the same language as the installation page to explain the Python module path. reported by @sdemyanov | |||||
2015-07-22 | Fix path to mnist_autoencoder.prototxt | Franck Dernoncourt | 1 | -1/+1 | |
2015-07-21 | [docs] set lmdb url to github mirror | Eric Zeiberg | 1 | -1/+1 | |
2015-07-21 | [docs] matlab 2015a compatible | Evan Shelhamer | 1 | -1/+1 | |
2015-07-12 | Update net_layer_blob.md | Keiji Yoshida | 1 | -1/+1 | |
2015-07-07 | List protobuf-compiler dependency in the correct place (it is in the package ↵ | semitrivial | 1 | -2/+2 | |
managers for both 14.04 and 12.04) | |||||
2015-07-01 | Update installation docs for boost - close #2454 | Luke Yeager | 1 | -1/+2 | |
2015-06-16 | Fix HTML display for docs | Luke Yeager | 1 | -18/+15 | |
Doesn't change display in Markdown | |||||
2015-06-10 | [docs] drop out-of-date reference to dev branch | Evan Shelhamer | 1 | -4/+2 | |
2015-05-31 | Merge pull request #2107 from 5kg/fix_mac_doc | Evan Shelhamer | 1 | -6/+6 | |
[docs] fix OS X homebrew commands | |||||
2015-05-29 | More tests for Blob, Layer, copy_from and step, fix some typos | Ronghang Hu | 1 | -2/+2 | |
More testes are added into test_net.m and test_solver.m | |||||
2015-05-29 | Move demo to demo/ and check weights file existence | Ronghang Hu | 1 | -4/+6 | |
Move all Matlab demo to caffe/matlab/demo. Since we want the user to add caffe/matlab to Matlab search PATH, we don't want to mess it up with too many files Check if CaffeNet is already downloaded in classification demo. | |||||
2015-05-29 | Clean up old matcaffe wrapper and rename caffe.reset to caffe.reset_all | Ronghang Hu | 1 | -4/+4 | |
Remove old matlab wrapper but keep the classification demo and hdf5 demo Change 'caffe.reset()' to 'caffe.reset_all()' to avoid potential name conflict. Otherwise, Matlab R2015a complains: Warning: Function reset has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict. | |||||
2015-05-29 | Add MatCaffe docs to docs/tutorial/interfaces.md | Ronghang Hu | 1 | -4/+205 | |
2015-05-19 | fix typos in docs | Kibum Bae | 2 | -2/+2 | |
fix typos in install_osx.md and performance_hardware.md | |||||
2015-05-14 | Merge pull request #2201 from jeffdonahue/tutorial-fixes | Evan Shelhamer | 4 | -112/+110 | |
Update docs for ND blobs (#1970) and layer type is a string (#1694) | |||||
2015-05-14 | Update docs for ND blobs (#1970) and layer type is a string (#1694) | Jeff Donahue | 4 | -112/+110 | |
2015-05-14 | ReshapeLayer fixups for ND blobs | Jeff Donahue | 1 | -18/+15 | |
2015-05-14 | Added a Reshape layer for copying-free modification of blob dimensions. | Simon Safar | 1 | -0/+42 | |
2015-04-10 | improved installation for osx | Akiomi KAMAKURA | 1 | -1/+1 | |
2015-04-05 | [docs] switch lmdb url for manual install, tweak formatting | Evan Shelhamer | 1 | -8/+13 | |
2015-03-22 | Typos in documents | lewuathe | 2 | -2/+2 | |
2015-03-12 | [docs] Remove `--fresh` Homebrew option | Zifei Tong | 1 | -6/+6 | |
Since it's removed from Homebrew [1]. [1]: Homebrew/homebrew@8cdf4d8ebf439eb9a9ffcaa0e455ced9459e1e41 | |||||
2015-03-12 | [docs] Add missing command in OS X installation guide | Zifei Tong | 1 | -1/+1 | |
2015-03-11 | [docs] open release of BVLC models for unrestricted use | Evan Shelhamer | 1 | -16/+27 | |
See BVLC model license details on the model zoo page. [Re-commit of 6b84206 which somehow went missing.] | |||||
2015-03-05 | [docs] include boost-python in OSX pycaffe install | Evan Shelhamer | 1 | -1/+1 | |
2015-02-25 | Small fix (visualization) on SLICE layer's documentation | Andre Ambrosio Boechat | 1 | -14/+14 | |
The sample was missing some additional spaces to be correctly rendered on the HTML. The mistake was mine. | |||||
2015-02-24 | Making python3 work with cmake and the new python wrapper | philkr | 1 | -2/+2 | |
2015-02-19 | Brief explanation of SLICE layer's attributes | Andre Ambrosio Boechat | 1 | -0/+20 | |
* A sample code was added. * `slice_dim` and `slice_point` attributes were explained. | |||||
2015-02-19 | [docs] send API link to class list | Evan Shelhamer | 1 | -1/+1 | |
2015-02-18 | Changing CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE/BINARY_DIR | philkr | 1 | -9/+9 | |
2015-02-17 | [docs] explain one true branch and dev workflow | Evan Shelhamer | 1 | -37/+35 | |
2015-02-17 | [docs] update and split installation | Evan Shelhamer | 4 | -215/+255 | |
2015-02-16 | [docs] groom index and zoo for highlights | Evan Shelhamer | 2 | -31/+37 | |
2015-02-16 | [docs] Caffe is by the BVLC, created by Yangqing, and brewed by Evan | Evan Shelhamer | 1 | -1/+9 | |
2015-02-16 | [docs] include caffeine favicon for site | Evan Shelhamer | 2 | -0/+2 | |
2015-02-16 | [docs] note new CMake build | Evan Shelhamer | 1 | -3/+5 | |
2015-02-16 | cmake 2.8.7. support | Anatoly Baksheev | 1 | -3/+3 | |
2015-02-16 | improve CMake build | Anatoly Baksheev | 1 | -0/+106 | |
2015-02-04 | fix Nesterov typo found by @bamos | Evan Shelhamer | 1 | -2/+2 | |
2015-01-21 | Back-merge fixes + docs | Evan Shelhamer | 3 | -18/+20 | |
and other fixes and documentation updates. |