platform/upstream/caffeonacl.git
2014-10-17 Sergey KarayevMerge pull request #1315 from sergeyk/master
2014-10-17 Sergey KarayevFixing finetune_flickr_style model reported accuracy.
2014-10-16 Evan ShelhamerMerge pull request #1309 from CellScope/edit-brew-boost...
2014-10-16 Daniel GoldenEdit boost-python formula
2014-10-15 Evan Shelhamer[docs] proofreading suggested by @cNikolaou
2014-10-14 Evan Shelhamer[examples] fix reference model name for flickr fine...
2014-10-11 Evan Shelhamer[docs] pip install harder
2014-10-11 Evan Shelhamer[docs] pip install packages in order for dependencies
2014-10-10 Evan Shelhamer[docs] note boost 1.56 an CUDA conflict on OS X
2014-10-10 Evan Shelhamer[docs] update homebrew instructions for boost and boost...
2014-10-10 Evan Shelhamer[example] re-title LeNet / MNIST heading too
2014-10-10 Evan Shelhamer[example] add LeNet to MNIST title, fix paths to be...
2014-10-09 Evan Shelhamer[example] fix data script paths for flickr fine-tuning
2014-10-08 Evan ShelhamerMerge pull request #1226 from longjon/check-solver...
2014-10-06 Jonathan L... [fix] check solver prototxt parsing
2014-10-02 Jonathan L... Merge pull request #1198 from dbbert/patch-1
2014-10-02 BertUpdate detect.py
2014-10-01 Jeff DonahueMerge pull request #1203 from jeffdonahue/fix-output...
2014-10-01 Jeff Donahue[fix] solver indexing of output blobs was incorrect...
2014-09-29 Jeff DonahueMerge pull request #1166 from pluskid/master
2014-09-26 Chiyuan Zhangfix hdf5 data layer bug
2014-09-26 Chiyuan Zhangupdate HDF5 layer test data.
2014-09-26 Chiyuan Zhangtweak test case to expose bug.
2014-09-25 Evan ShelhamerMerge pull request #1147 from savy-91/patch-1
2014-09-24 Evan ShelhamerMerge pull request #1152 from sguada/fix_cv_size_order
2014-09-24 SergioFixed param order of cv::Size in cv::resize
2014-09-23 savy-91Changed "blas" to "openblas"
2014-09-22 Evan ShelhamerMerge pull request #1128 from shelhamer/default-db...
2014-09-22 Evan Shelhamerswitch examples to lmdb (except for custom data loaders)
2014-09-21 Jeff Donahuefix cifar10 paths so they can be run from caffe root
2014-09-21 Evan Shelhamerdefault backend to lmdb for image conversion and mean...
2014-09-21 Sergio GuadarramaMerge pull request #1126 from shelhamer/window-data...
2014-09-21 Evan Shelhamerdefine up-to-date all-in-one model for pascal finetuning
2014-09-21 Evan Shelhamerload transform params in window data layer
2014-09-21 Evan Shelhamerinclude WindowDataLayer in data param upgrade
2014-09-20 Jeff DonahueMerge pull request #1115 from rickardnorlander/master
2014-09-20 Evan ShelhamerMerge pull request #1117 from ronghanghu/fix-finetune...
2014-09-19 Ronghang Hufix directory in finetune pascal example
2014-09-19 rickardnorlanderFix typo in LRN-expression in docs
2014-09-19 Evan ShelhamerMerge pull request #1112 from BVLC/next
2014-09-19 Evan Shelhamerrelax precision of gradient-based solver tests
2014-09-19 Evan Shelhamer[example] groom siamese notebook
2014-09-19 Evan ShelhamerMerge pull request #959 from nickcarlevaris/contrastive...
2014-09-19 Evan Shelhamer[docs] order ipython notebooks
2014-09-19 Evan Shelhamer[example] resurrect imagenet training scripts
2014-09-19 Evan Shelhamer[model zoo] ignore models -- only for reference or zoo
2014-09-19 Evan Shelhamer[model zoo] download from gist grooming
2014-09-18 Evan ShelhamerMerge pull request #1110 from sergeyk/dev
2014-09-18 Sergey Karayev[model zoo] download gist script
2014-09-18 Evan ShelhamerMerge pull request #594 from longjon/layer-reshaping
2014-09-18 Jonathan L... check that LRN's local_size is odd as the current imple...
2014-09-18 Jonathan L... [docs] clarify the use of Blob::Reshape a bit
2014-09-18 Jonathan L... [pycaffe] expose Net::Reshape
2014-09-18 Jonathan L... add Net::Reshape for only reshaping
2014-09-18 Jonathan L... include Reshape in caffe time
2014-09-18 Jonathan L... test net reshaping
2014-09-18 Jonathan L... default LayerSetUp to no-op instead of NOT_IMPLEMENTED
2014-09-18 Jonathan L... call Reshape in Layer::SetUp
2014-09-18 Jonathan L... split off Reshape for vision layers
2014-09-18 Jonathan L... split off Reshape for common layers
2014-09-18 Jonathan L... split off Reshape for neuron layers
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...
next