platform/upstream/caffeonacl.git
2014-09-25 longjonMerge pull request #1157 from ducha-aiki/fix-extract...
2014-09-25 D.MishkinRemoved unnecessary "mutable"
2014-09-25 Evan ShelhamerMerge pull request #1138 from ksimonyan/vgg_models_support
2014-09-24 Evan ShelhamerBack-merge
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-24 Karen Simonyanadded a Matlab demo with mean BGR pixel subtraction...
2014-09-23 Karen SimonyanRGB -> BGR in the matlab demo
2014-09-22 Karen Simonyanadded example usage to the Matlab script
2014-09-22 Karen Simonyanadded comments to the Matlab demo script
2014-09-22 Karen Simonyanadded matcaffe_demo for the VGG models (RGB input)
2014-09-22 Karen Simonyanadded support for "k" LRN parameter to upgrade_proto
2014-09-22 Karen Simonyanadds a parameter to the LRN layer (denoted as "k" in...
2014-09-22 Sergey Karayevweb demo fix, closes #1002
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 Evan ShelhamerBack-merge
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 longjonMerge pull request #1118 from shelhamer/1x1-conv
2014-09-20 Evan Shelhamercombine col_{data,diff} into single col_buff to halve...
2014-09-20 Evan ShelhamerBack-merge
2014-09-20 Evan Shelhameroptimize 1x1 convolution for Network-in-Network style...
2014-09-20 Evan Shelhamerdrop out-of-date conv test comments
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 longjonMerge pull request #945 from longjon/fixtypes
2014-09-19 Jonathan L... fix types of (Layer)SetUp, Reshape, Forward, and Backwa...
2014-09-19 Jeff Donahuefix cifar10 paths so they can be run from caffe root
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...
2014-09-08 Nick Carlevaris... Added contrastive loss layer, associated tests, and...
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
next