platform/upstream/caffeonacl.git
2014-11-14 Yangqing JiaMerge pull request #1432 from Yangqing/dev
2014-11-14 Yangqing Jiafix relu cudnn test bug
2014-11-08 Yangqing JiaMerge pull request #1417 from Yangqing/dev
2014-11-08 Yangqing Jiarelax benchmark milliseconds threshold
2014-11-08 Yangqing Jiaclean incorrect relu test code
2014-10-23 Yangqing JiaMerge pull request #1344 from baeuml/minor-whitespace...
2014-10-22 Martin BaeumlMinor whitespace fix in logging message in HDF5 output...
2014-10-21 Evan Shelhamermake release, debug build dirs configurable in Makefile
2014-10-21 Evan Shelhamergroom ignore
2014-10-20 Yangqing JiaUpdate data_transformer.hpp
2014-10-20 Evan ShelhamerMerge pull request #1326 from jackculpepper/absgradatzero
2014-10-19 Jack Culpepperdefine gradient at zero to be zero
2014-10-19 Evan ShelhamerMerge pull request #1319 from kmatzen/lmdb_iter_fix
2014-10-18 Sergio GuadarramaMerge pull request #1320 from sguada/remove_TIMING
2014-10-18 SergioRemove TIMING from ForwardBackward
2014-10-18 Kevin James... LMDB doesn't support many concurrent read-only transact...
2014-10-17 Sergey Karayevback-merge
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 Sergio GuadarramaMerge pull request #1308 from sguada/new_lr_policies
2014-10-16 Evan ShelhamerMerge pull request #1309 from CellScope/edit-brew-boost...
2014-10-16 Daniel GoldenEdit boost-python formula
2014-10-16 SergioFix init current_step
2014-10-16 Yangqing JiaMerge pull request #1296 from crizCraig/patch-5
2014-10-16 Sergio GuadarramaMerge pull request #1293 from sguada/new_lr_policies
2014-10-16 Craig QuiterSometimes anaconda is installed in root.
2014-10-16 SergioAdapt lenet_multistep_solver.prototxt to current solvers
2014-10-16 Sergio GuadarramaMerge pull request #190 from sguada/new_lr_policies
2014-10-16 Sergio GuadarramaMerge pull request #1239 from sguada/encoded
2014-10-16 SergioAdded CPUTimer
2014-10-16 SergioUpgrade compute_image_mean to use gflags, accept list_o...
2014-10-16 SergioChange caffe time to do forward/backward and accumulate...
2014-10-16 SergioAdded cache_images to WindowDataLayer
2014-10-16 SergioSpeed up WindowDataLayer and add mean_values
2014-10-16 SergioAdd root_folder to ImageDataLayer
2014-10-15 SergioAdd fast code for transform(cv::Mat,Blob)
2014-10-15 SergioAdded timers for benchmarking
2014-10-15 SergioAdded test for encoded Datum to test_io.cpp
2014-10-15 SergioAdded encoded datum to io
2014-10-15 SergioAdded encoded option and check_size to convert_imageset
2014-10-15 Sergio GuadarramaMerge pull request #1288 from sguada/first_last
2014-10-15 SergioAdded first_key and last_key to dataset
2014-10-15 Sergio GuadarramaMerge pull request #1238 from kmatzen/db
2014-10-15 Evan Shelhamer[docs] proofreading suggested by @cNikolaou
2014-10-15 Jeff DonahueMerge pull request #1283 from jeffdonahue/optional...
2014-10-15 Jeff DonahueReintroduce pkg-config with optional Makefile.config...
2014-10-14 Kevin James... Reworked the Coder interface such that a Dataset now...
2014-10-14 Kevin James... Had forgotten to set some of the Dataset test cases...
2014-10-14 Kevin James... Renamed Database interface to Dataset.
2014-10-14 Kevin James... Templated the key and value types for the Database...
2014-10-14 Kevin James... Switched some Database logging statements from LOG...
2014-10-14 Kevin James... Added function to Database interface to retrieve keys...
2014-10-14 Kevin James... Changed Database::buffer_t to Database::key_type and...
2014-10-14 Kevin James... The LevelDB iterator/DB deallocation order bug is prett...
2014-10-14 Kevin James... Updated Database interface to take key and value by...
2014-10-14 Kevin James... Updated Database interface so that rather than CHECKing...
2014-10-14 Kevin James... Added some tests for the Database iterator interface...
2014-10-14 Kevin James... Added get interface to Database. Added test cases...
2014-10-14 Kevin James... Added a couple of sanity checks to make sure the datum...
2014-10-14 Kevin James... Updated Database interface to use custom KV type rather...
2014-10-14 Kevin James... Updated extract_features to take a leveldb/lmdb config...
2014-10-14 Kevin James... Switched create_cifar10.sh output from leveldb to lmdb.
2014-10-14 Kevin James... Updated cifar10 build script to specify db backend.
2014-10-14 Kevin James... data layer test was relying on the autocommit on close...
2014-10-14 Kevin James... Don't autocommit on close for the databases. If they...
2014-10-14 Kevin James... Updated interface to make fewer string copies.
2014-10-14 Kevin James... Some cleanup to make travis happy.
2014-10-14 Kevin James... Refactored leveldb and lmdb code.
2014-10-14 Yangqing JiaMerge pull request #1277 from Yangqing/dev
2014-10-14 Yangqing Jiasome namespace cleaning.
2014-10-14 Jeff DonahueRevert "OpenCV should be compiled using pkg-config...
2014-10-14 Evan Shelhamer[examples] fix reference model name for flickr fine...
2014-10-13 Yangqing JiaMerge pull request #1270 from Yangqing/dev
2014-10-13 Yangqing Jiamove registration code to corresponding cpp files.
2014-10-13 Yangqing JiaMerge pull request #1269 from Yangqing/dev
2014-10-13 Yangqing Jiasome namespace simplification
2014-10-12 Yangqing JiaMerge pull request #1264 from Yangqing/dev
2014-10-11 Yangqing Jiafix flaky math functions, remove unnecessary instantiat...
2014-10-11 Yangqing Jiafix flaky test EXPECT_EQ code, using EXPECT_FLOAT_NEAR...
2014-10-11 Evan ShelhamerMerge pull request #1261 from kmatzen/minor_changes
2014-10-11 Kevin James... Fixed CMakeList to work with OpenCV 3.
2014-10-11 Kevin James... Added version dependent test for IMREAD_COLOR.
2014-10-11 Kevin James... OpenCV should be compiled using pkg-config options.
2014-10-11 Kevin James... Minor fixes. (1) cudnn.hpp uses CHECK_EQ internally...
2014-10-11 Evan Shelhamer[docs] pip install harder
2014-10-11 Evan Shelhamer[docs] pip install packages in order for dependencies
2014-10-11 Yangqing JiaMerge pull request #1258 from Yangqing/instantiation
2014-10-11 Yangqing Jiaadding missing libraries - lm and lstdc++
2014-10-10 SergioAdded Multistep, Poly and Sigmoid learning rate decay...
2014-10-10 Yangqing Jiafix instantiation
2014-10-10 Evan ShelhamerMerge pull request #1195 from longjon/python-copy-from
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 #1206 from BlGene/dev
2014-10-08 max argusFix CMake build of pycaffe
2014-10-08 Evan ShelhamerMerge pull request #1227 from longjon/crash-backtrace
2014-10-08 Evan ShelhamerMerge pull request #1226 from longjon/check-solver...
next