platform/upstream/caffe.git
2014-09-16 Evan Shelhamer[example] update paths in net surgery
2014-09-15 Evan ShelhamerMerge pull request #1083 from longjon/fix-solver-gpu...
2014-09-15 Jonathan L... fix caffe train GPU initialization
2014-09-14 Jeff DonahueMerge pull request #1077 from bhack/glog_ppa
2014-09-14 Evan ShelhamerMerge pull request #1076 from kloudkl/cuda-6.5
2014-09-14 bhackFix a little typo
2014-09-14 bhackFix comments
2014-09-14 Jonathan L... fix spelling error in caffe.proto
2014-09-14 Jonathan L... fix out-of-date next ID comment for SolverParameter
2014-09-13 Kai LiUpdate CUDA to version 6.5 in the Travis install script
2014-09-12 bhackAdd ppa for gflag and glog
2014-09-11 Jeff DonahueMerge pull request #1051 from jeffdonahue/travis-red...
2014-09-11 Jeff Donahueadd -fPIC flag to CMake build
2014-09-11 Jeff Donahuerestore "red X" build failures in Travis
2014-09-11 Jeff DonahueMerge pull request #1067 from bhack/lmdb
2014-09-10 bhackFix lmbdb travis with openldap
2014-09-10 Jeff DonahueMerge pull request #1053 from jeffdonahue/to3i-elem_max...
2014-09-08 Jeff Donahuelint & reduce gradient check stepsize to pass checks
2014-09-08 to3iImplemented elementwise max layer
2014-09-08 Evan ShelhamerBack-merge to dev for slides
2014-09-08 Evan ShelhamerMerge pull request #1052 from shelhamer/caffe-presentation
2014-09-08 Evan Shelhamer[docs] replace intro slides with caffe tutorial
2014-09-08 Jeff DonahueRevert "call __signbit for CUDA >= 6.5 implementation...
2014-09-08 Jeff DonahueMerge pull request #1050 from jeffdonahue/linecount...
2014-09-08 Jeff DonahueMerge pull request #1044 from jeffdonahue/no-tmpnam
2014-09-08 Jeff Donahuelinecount counts more dirs than just src/
2014-09-08 Evan Shelhamer[lint] cuDNN conv declaration
2014-09-08 Evan ShelhamerMerge pull request #1046 from shelhamer/cudnn
2014-09-08 Jeff DonahueMerge pull request #1049 from niuzhiheng/dev
2014-09-08 ZhiHeng NIUFixed CMake script of FindOpenBLAS.
2014-09-08 Jeff DonahueMerge pull request #1045 from akosiorek/origin/dev
2014-09-08 Jeff DonahueMerge pull request #1048 from jyegerlehner/conv_layer...
2014-09-08 J YegerlehnerFix more lint.
2014-09-08 J YegerlehnerRepair crash in conv_layer due to weight pointer being...
2014-09-07 Evan Shelhamer[docs] include cuDNN in installation and performance...
2014-09-07 Evan Shelhamerreport cuDNN error string
2014-09-07 Evan ShelhamerCUDNN_CHECK
2014-09-07 Evan Shelhamerstrategize cuDNN softmax
2014-09-07 Evan Shelhamerstrategize cuDNN activations: ReLU, Sigmoid, TanH
2014-09-07 Evan Shelhamerstrategize cuDNN pooling
2014-09-07 Evan Shelhamerstrategize cuDNN convolution
2014-09-07 Evan Shelhamercall __signbit for CUDA >= 6.5 implementation
2014-09-07 Evan Shelhameradd cuDNN to build
2014-09-07 Adam Kosiorekadded common.cpp explicitly to tests
2014-09-07 Adam Kosiorekcpp and cu files processed separately in test build
2014-09-07 Adam Kosiorekenabled object file reusing in test builds
2014-09-07 Jeff Donahueadd <cuda>/lib64 only if exists to suppress linker...
2014-09-07 Jeff Donahueremove uses of tmpnam
2014-09-07 Jeff Donahuefix transform_param in mnist_autoencoder.prototxt
2014-09-07 Jonathan L... [docs] tutorial/layers: fix inner product sample
2014-09-07 Jonathan L... [docs] tutorial/layers: describe some more data layers
2014-09-07 Jonathan L... [docs] tutorial/layers: clean up sample markdown
2014-09-07 Jonathan L... [docs] tutorial/layers: brief descriptions of some...
2014-09-07 Jonathan L... [docs] in tutorial/layers, Options -> Parameters
2014-09-07 Jonathan L... [docs] split layer params in required/optional
2014-09-07 Jonathan L... [docs] add LRN layer to tutorial/layers
2014-09-07 Jonathan L... [docs] fix pooling markdown and add some comments in...
2014-09-07 Jonathan L... [doc] minor edits to convolution layer in tutorial
2014-09-07 Jonathan L... [docs] fixup the MathJax notation in tutorial/layers
2014-09-07 Evan ShelhamerMerge pull request #1022 from shelhamer/engine
2014-09-07 Evan Shelhamerrevert separate strategies: engines will extend the...
2014-09-07 Evan Shelhamerrevert engine switch for build to always include caffe...
2014-09-07 Evan Shelhamerdefault engine to Caffe in case config is missing
2014-09-07 Evan Shelhamerdefault engine to Caffe according to compile flag
2014-09-07 Evan Shelhamergrooming: drop pointless overrides, stub layer comments
2014-09-07 Evan Shelhamerstrategize softmax
2014-09-07 Evan Shelhamerstrategize relu, sigmoid, tanh
2014-09-07 Evan Shelhamerstrategize pooling
2014-09-07 Evan Shelhamerstrategize Caffe convolution
2014-09-07 Evan Shelhamerifdef engine default
2014-09-07 Evan Shelhameradd engine parameter for multiple computational strategies
2014-09-07 Evan Shelhamergroom proto: sort layer type parameters, put loss_weigh...
2014-09-07 Evan Shelhamershift CUDA code out of common
2014-09-06 SergioAdded initial Hinge Loss
2014-09-06 Yangqing Jiamore layers
2014-09-06 Yangqing Jiaconv and pooling
2014-09-05 Yangqing Jianeuron layers doc
2014-09-05 Yangqing Jiaupdate net
2014-09-05 Yangqing Jiafix leaky relu
2014-09-05 Yangqing Jiamore blob details
2014-09-05 Yangqing Jiarelu,sigmoid,tanh
2014-09-05 Evan Shelhamer[docs] fix br code
2014-09-05 Evan Shelhamer[docs] link tutorial
2014-09-05 Evan Shelhamer[docs] add titles
2014-09-05 Evan ShelhamerMerge pull request #1036 from longjon/test-initializati...
2014-09-05 Evan ShelhamerMerge pull request #1039 from sergeyk/dev
2014-09-05 Evan ShelhamerMerge pull request #1040 from qipeng/solver-test-fix
2014-09-05 qipengGradient-based solver test fix
2014-09-05 Sergey Karayevadded a two-layer network that gets higher accuracy
2014-09-04 Jeff Donahue[docs] fix formatting and other errors in loss & solver
2014-09-04 Evan Shelhamer[fix] stop cloc complaint about cu type
2014-09-04 Evan Shelhamerfix fine-tuning example: paths, test acc., and total...
2014-09-04 Sergey KarayevHDF5 classification example
2014-09-04 Evan ShelhamerMerge pull request #917 from sergeyk/model_zoo
2014-09-04 Evan Shelhamer[example] update ImageNet timing for K40
2014-09-04 Evan Shelhamerfix model download advice and prototxt name for fine...
2014-09-04 Jeff DonahueMerge pull request #624 from jeffdonahue/squash-layer
2014-09-04 Jeff Donahueadd SILENCE layer -- takes one or more inputs and produ...
2014-09-04 Jonathan L... add test_initialization option to allow skipping initia...
2014-09-04 Sergey Karayevscript to upload/update model info as gist
next