summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-17Fix compatibility for ND convolutionknsong1-6/+8
2018-02-15bug fix: ext should not include the '.'yanchen0362-2/+2
2018-02-13fix cuda 9.1 compilationjasjuang1-0/+6
2018-02-12Merge pull request #6123 from IlyaOvodov/masterPrzemysław Dolata5-18/+69
2018-02-10Automatic replacement of snapshot_prefix parameter if it is empty or points t...iovodov2-1/+26
2018-02-10Weight parameter in solver is used in caffe.exeiovodov4-17/+43
2018-02-08Fix incorrect namespace for pycaffe submodule caffe_pb2 generated by protobufYegor Bedarev2-2/+2
2018-02-06Merge pull request #5598 from ZoroDerVonCodier/patch-1Przemysław Dolata1-1/+1
2018-02-03Merge pull request #6210 from mzsanford/classfier_deprecation_warningPrzemysław Dolata2-2/+2
2018-02-02Update Classifier and Detector to avoid deprecation warningMatt Sanford2-2/+2
2018-02-02Merge pull request #5545 from brunobowden/shape_mismatch_checksPrzemysław Dolata3-4/+9
2018-02-01corrected description of set_transpose in io.pyPrzemysław Dolata1-3/+4
2018-01-31Merge pull request #5865 from cheshirekow/fix/caffe_rpathPrzemysław Dolata1-2/+3
2018-01-29Merge pull request #6202 from shelhamer/fix-scratch-bottom-diffEvan Shelhamer3-9/+15
2018-01-28explain use of scratch diffs in commentsEvan Shelhamer3-9/+9
2018-01-28clear scratch use of accuracy bottom diffEvan Shelhamer1-0/+1
2018-01-28clear scratch use of loss bottom diffslinziyi2-0/+5
2018-01-28Merge pull request #5924 from bowang/cudnn_deconvEvan Shelhamer6-1/+839
2018-01-27Merge pull request #6201 from shelhamer/official-aws-amiEvan Shelhamer1-1/+1
2018-01-27docs: switch to official AWS AMIEvan Shelhamer1-1/+1
2018-01-15Simplify pip invocation.Toby Thain1-1/+1
2018-01-10Merge pull request #6048 from sclarkson/masterPrzemysław Dolata1-1/+1
2018-01-03Merge pull request #6121 from xerus/typoPrzemysław Dolata1-1/+1
2017-12-20Cuda.cmake: Fix a typo in a commentPavel Grunt1-1/+1
2017-12-12Add check values of gamma and stepsize to avoid unexplained core dumpYaYaB1-0/+7
2017-11-29Merge pull request #6084 from Noiredd/accuracy-count-fixPrzemysław Dolata1-1/+1
2017-11-29Added count==0 safeguard to CPU accuracy calculationNoiredd1-1/+1
2017-11-28Merge pull request #6079 from Noiredd/cuda9-makefilePrzemysław Dolata1-0/+1
2017-11-28Makefile example comments for CUDA 9.0 compatibilityNoiredd1-0/+1
2017-11-11Fix Makefile parallel builds missing protobuf headersclarkson1-1/+1
2017-11-07Merge pull request #5972 from icyblade/icyblade-patch-1Przemysław Dolata3-3/+9
2017-11-06Merge pull request #5719 from leemgs/upstream-issue5718Przemysław Dolata1-1/+6
2017-11-02Fix: mean shape in compatible with input shapeGeunsik Lim1-1/+6
2017-11-02Merge pull request #5813 from jqueguiner/patch-1Przemysław Dolata1-1/+1
2017-11-02Merge pull request #5704 from ArneSuppe/dupDistDirFixPrzemysław Dolata1-1/+1
2017-11-02Merge pull request #5969 from developius/fix-default-mode-warningPrzemysław Dolata1-1/+1
2017-11-02Merge pull request #5866 from cijianzy/update_link_to_google_style_guidePrzemysław Dolata1-1/+1
2017-10-19Merge pull request #5973 from Noiredd/pytestPrzemysław Dolata1-25/+25
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
2017-10-11Add absolute tolerance to test_net.py to prevent random Travis failsNoiredd1-25/+25
2017-10-11add supports for cuDNN v7Icyblade Dai3-3/+9
2017-10-10upgrading Accuracy layer: (1) efficient CPU implementation O(L) for top_k, no...Shai4-180/+364
2017-10-10Fix default mode warning in io.resize_imageFinnian Anderson1-1/+1
2017-10-03[docs] fix link to `AbsVal` layerEvan Shelhamer1-1/+1
2017-10-03Merge pull request #5713 from Noiredd/fillerEvan Shelhamer2-4/+45
2017-10-02Fixed bilinear filler, added testsNoiredd2-4/+45
2017-09-19Merge pull request #5904 from longjon/gpu-ptrEvan Shelhamer1-0/+8
2017-09-15Packages needed by Ubuntu 16.04 alsoJonathan R. Williford1-6/+1
2017-09-14Fix formatBo Wang2-4/+4