platform/upstream/caffeonacl.git
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 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-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 Yangqing JiaMerge pull request #1258 from Yangqing/instantiation
2014-10-11 Yangqing Jiaadding missing libraries - lm and lstdc++
2014-10-10 Yangqing Jiafix instantiation
2014-10-10 Evan ShelhamerMerge pull request #1195 from longjon/python-copy-from
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 #1232 from baeuml/cmake-move-depende...
2014-10-07 Martin Baeuml[cmake] move dependency finding to root CMakeLists.txt
2014-10-06 Jonathan L... correct naming in comment and message about average_loss
2014-10-06 Jeff DonahueSliceLayer: fix whitespace
2014-10-06 Jonathan L... use glog to provide a backtrace on crash
2014-10-06 Evan ShelhamerMerge pull request #1223 from baeuml/fix_pthread_link_cmake
2014-10-06 Evan ShelhamerMerge pull request #1179 from ducha-aiki/fix_pthread_link
2014-10-06 Martin Baeumlchange linking order such that pthread comes in the...
2014-10-06 Dmytro Mishkinchange -lpthread to -pthread in linking
2014-10-06 Sergio GuadarramaMerge pull request #1221 from sguada/fix_cuddn_pooling
2014-10-05 SergioMissing param.pad condition for CUDNN pooling
2014-10-04 Sergio GuadarramaMerge pull request #1070 from sguada/move_data_mean
2014-10-04 Evan Shelhameruin8 spell check
2014-10-04 Evan Shelhamerbundle pixel mean into CaffeNet as comments
2014-10-03 Sergio GuadarramaFixed crop error and add test_data_transformer
2014-10-03 SergioFix calls to Rand() and test_data_layer error
2014-10-03 SergioFix OSX compilation for nvcc with opencv
2014-10-03 SergioAdded mean_value to specify mean channel substraction
2014-10-03 SergioAdded more tests to test_io for CVMatToDatum
2014-10-03 SergioAdd ReadImageToDatumReference to test_io
2014-10-03 Evan ShelhamerMerge pull request #1214 from sguada/global_pooling
2014-10-03 Evan Shelhamer[fix] include Python.h instead of re-ordering for pycaf...
2014-10-03 Evan Shelhamer[fix] bend pycaffe to the whims of OS X header order
2014-10-03 Evan ShelhamerMerge pull request #1215 from shelhamer/clang-whole...
2014-10-03 Evan Shelhamer[fix] set cmake static link command for clang++ and...
2014-10-03 Evan Shelhamer[fix] translate g++ whole archive to force load for...
2014-10-03 SergioAdded global_pooling to set the kernel size equal to...
2014-10-03 SergioAdd CVMatToDatum
2014-10-03 SergioAdded test_io and faster cv::Mat processing
2014-10-03 Sergio GuadarramaAdd flag check_size=false to convert_imageset
2014-10-03 SergioRefactor common code
2014-10-03 Sergio GuadarramaUpdate description data_transformer.hpp
2014-10-03 Sergio GuadarramaRemove Datum from WindowDataLayer
2014-10-03 SergioInitial cv::Mat transformation
2014-10-03 Sergio GuadarramaFixed MemoryDataLayer to make it work with pycaffe
2014-10-03 Sergio GuadarramaMove data_mean into data_transformer remove datum_...
2014-10-03 Jeff DonahueMerge pull request #1204 from jeffdonahue/exp-layer
2014-10-03 Jeff Donahuesave/restore shared weights unit test
2014-10-02 Jeff Donahue[fix] comment typo
2014-10-02 Jeff DonahueAdd ExpLayer to calculate y = base ^ (scale * x + shift)
2014-10-02 Jeff DonahueAdd caffe_gpu_exp math function
2014-10-02 Yangqing JiaMerge pull request #1208 from Yangqing/dev
next