summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-11-02Merge pull request #5704 from ArneSuppe/dupDistDirFixPrzemysław Dolata1-1/+1
Fixed bug where make distribute duplicates python files
2017-11-02Merge pull request #5969 from developius/fix-default-mode-warningPrzemysław Dolata1-1/+1
Fix default mode warning in io.resize_image
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-19Merge pull request #5973 from Noiredd/pytestPrzemysław Dolata1-25/+25
Add absolute tolerance to test_net.py to prevent random Travis fails
2017-10-18infogain loss: fix bottom blobs descriptionMikhail Antonenka1-10/+11
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-11Add absolute tolerance to test_net.py to prevent random Travis failsNoiredd1-25/+25
2017-10-10upgrading Accuracy layer: (1) efficient CPU implementation O(L) for top_k, ↵Shai4-180/+364
no need for fancy priority_queue etc. (2) GPU implementation
2017-10-10Fix default mode warning in io.resize_imageFinnian Anderson1-1/+1
Signed-off-by: Finnian Anderson <get@finnian.io>
2017-10-03[docs] fix link to `AbsVal` layerEvan Shelhamer1-1/+1
2017-10-03Merge pull request #5713 from Noiredd/fillerEvan Shelhamer2-4/+45
fix bilinear filler (and make constant filler more strict, as it should be)
2017-10-02Fixed bilinear filler, added testsNoiredd2-4/+45
2017-09-19Merge pull request #5904 from longjon/gpu-ptrEvan Shelhamer1-0/+8
Expose GPU pointers to Python
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-09-06Expose GPU pointers to PythonTakuya Narihira1-0/+8
The pointers could be used by CUDA wrapper libraries in Python such as PyCUDA, gnumpy, Theano etc.
2017-09-06Merge pull request #5900 from wasnot/fix/py3-division-compatJon Long1-1/+1
Fix division operator for Compatibility of python 3 in classifier.py
2017-09-06modified division operator for compatibility of python 3wasnot1-1/+1
2017-08-22Update link to google style guide.此间1-1/+1
2017-08-16Update README.mdCyprien Noel1-1/+1
Mention SKX support
2017-08-06Merge pull request #5824 from ek9852/masterEvan Shelhamer1-1/+2
[cmake] fix hardcode xcode path
2017-08-04Fix hardcode xcode pathKeith Mok1-1/+2
User may not install xcoder into default directory especially if there are two different versions of xcoder installed.
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-08-03Merge pull request #5760 from Lydorn/patch-1Evan Shelhamer1-1/+1
[docs] fix spelling for LRN
2017-08-03Merge pull request #5770 from skylarjhdownes/masterEvan Shelhamer1-3/+3
API updates in Logistic Regression example
2017-07-12update deprecated pandas calldownes1-1/+1
pd.scatter_matrix -> pd.plotting.scatter_matrix
2017-07-12update sklearn calls to use latest APIdownes1-2/+2
Version 0.18 moved cross-validation to sklearn.model_selection - see http://scikit-learn.org/stable/whats_new.html#version-0-18 Version 0.17 deprecated class_weight="auto" in favor of class_weight="balanced"
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-06-21Fixed bug where make distribute duplicates python files in distribute/pythonArne Suppe1-1/+1
2017-06-20Update README.mdCyprien Noel1-1/+1
2017-06-13Merge pull request #5687 from BVLC/readme_list_branchesCyprien Noel1-0/+8
List branches in readme
2017-06-13List branches in readmeCyprien Noel1-0/+8
2017-05-14Merge pull request #5624 from CDLuminate/cmake-rename-static-proto-libraryEvan Shelhamer2-7/+7
cmake: rename libproto.a -> libcaffeproto.a
2017-05-14Merge pull request #5625 from CDLuminate/docs-updateEvan Shelhamer1-8/+12
docs/debian guide: update compiler combination table
2017-05-15docs/debian guide: update compiler combination tableZhou Mo1-8/+12
2017-05-15cmake: rename libproto.a -> libcaffeproto.aZhou Mo2-7/+7
2017-05-12Merge pull request #5617 from lukeyeager/boost-1.54Evan Shelhamer2-5/+5
Downgrade boost requirement from 1.55 to 1.54
2017-05-12Downgrade boost requirement from 1.55 to 1.54Luke Yeager2-5/+5
2017-05-04Merge pull request #5548 from erictzeng/cropEvan Shelhamer3-80/+71
Rewrite crop layer GPU implementation
2017-05-04Merge pull request #5588 from ShaggO/matlab-fix-deleteEvan Shelhamer1-1/+3
Handling destruction of empty Net objects
2017-05-04Handling destruction of empty Net objectsMalte Stær Nissen1-1/+3
2017-04-18Fix crop layer lint errorsEric Tzeng1-0/+2
2017-04-18Rewrite crop cuda kernelEric Tzeng3-80/+69
2017-04-15Merge pull request #5530 from willyd/nccl-py3upstream/1.0Cyprien Noel1-1/+1
Explicit std::string to bp::object conversion
2017-04-14Merge pull request #5539 from shelhamer/caffe-1.0Evan Shelhamer2-3/+3
Caffe 1.0
2017-04-14Merge pull request #5536 from cypof/docker_cudnn6Evan Shelhamer2-3/+5
Docker update to cuDNN 6
2017-04-14Merge pull request #5537 from shelhamer/docs-groomingEvan Shelhamer14-126/+50
[docs] groom Caffe site
2017-04-14Merge pull request #5531 from shelhamer/py-test-layer-top-namesEvan Shelhamer1-4/+41
Test for python forward and backward with start and end layer
2017-04-14Merge pull request #5529 from shelhamer/deprecate-windowEvan Shelhamer1-1/+2
Deprecate WindowData layer type