platform/upstream/caffeonacl.git
2014-09-18 Jonathan L... split off Reshape for loss layers
2014-09-18 Jonathan L... split off Reshape for data layers
2014-09-18 Jonathan L... separate setConvolutionDesc from createConvolutionDesc
2014-09-18 Jonathan L... separate setTensor4dDesc from createTensor4dDesc
2014-09-18 Jonathan L... enable reshaping in the forward pass
2014-09-18 Jonathan L... don't reallocate blobs when shrinking memory use
2014-09-18 Jonathan L... add abstract Layer::Reshape, and document the new metho...
2014-09-18 Jonathan L... use Blob directly instead of shared_ptr for EltwiseLaye...
2014-09-18 Evan ShelhamerMerge pull request #1104 from shelhamer/conv-comments...
2014-09-18 Evan ShelhamerMerge pull request #1100 from cNikolaou/issue1099
2014-09-18 Evan Shelhamer[docs] lenet grooming
2014-09-18 Evan Shelhamer[docs] comment ConvolutionLayer
2014-09-18 Evan Shelhamertest convolution by random weights for robustness
2014-09-18 Evan Shelhamertest convolution against explicit reference implementation
2014-09-18 Christos NikolaouUpdated mnist/readme.md file with additional information.
2014-09-17 Christos NikolaouUpdate readme.md files of cifar10 and mnist examples...
2014-09-16 Evan ShelhamerMerge pull request #1093 from CellScope/io-cant-load...
2014-09-16 Daniel Golden[Bugfix] Move error checking closer to file read
2014-09-16 longjonMerge pull request #1088 from shelhamer/fix-solverstate...
2014-09-16 Jeff DonahueMerge pull request #1091 from ronghanghu/fix_window_dat...
2014-09-16 Ronghang Huset up datum size for WindowDataLayer
2014-09-16 Evan Shelhamer[fix] snapshot model weights as .caffemodel, solver...
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
next