summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Fix and improve multiple places about random number generation andnetheril964-13/+44
2014-08-03Merge pull request #834 from qipeng/devYangqing Jia3-2/+4
2014-08-02Merge pull request #840 from jeffdonahue/fix-net-speedtestJeff Donahue3-6/+58
2014-08-02Fix speedtest (and possibly other tools) by setting the net phase to theJeff Donahue1-1/+15
2014-08-02Add tests for phase filtering according to Caffe singleton phaseJeff Donahue1-5/+21
2014-08-02Add script to speedtest imagenet (currently broken as FilterNet ignoresJeff Donahue1-0/+22
2014-08-01Merge pull request #839 from jeffdonahue/test-dropout-ratioJeff Donahue1-16/+41
2014-08-01Test that DropoutLayer obeys dropout_ratio.Jeff Donahue1-16/+41
2014-08-01fix compiler complaint in matcaffeqipeng1-1/+1
2014-08-01fixed unnecessary conversions in test_solver, and rearraged common.hpp a bitqipeng2-14/+9
2014-08-01lintqipeng1-7/+11
2014-08-01the compiler complains about solver tests using pointers as boolqipeng1-7/+7
2014-08-01turns out you need using::isnan tooqipeng1-0/+1
2014-08-01Included cmath in common.hpp to avoid isnan complaints from the xcode compilerqipeng1-0/+2
2014-07-31[example] fix imagenet classification typoEvan Shelhamer1-1/+1
2014-07-30Merge pull request #825 from shelhamer/mailing-listJeff Donahue1-1/+3
2014-07-30[example] include image dimensions for oversamplingEvan Shelhamer1-1/+2
2014-07-29[docs] announce caffe-usersEvan Shelhamer1-1/+3
2014-07-29[example] standardize imagenet leveldb namesEvan Shelhamer2-3/+3
2014-07-29[fix] adding requirements.txt for web_demo. Closes #704Sergey Karayev1-0/+6
2014-07-29[docs] contact us on webpageSergey Karayev1-2/+11
2014-07-29link OpenBLAS as blasEvan Shelhamer1-1/+1
2014-07-29[docs] install update: dependencies, CPU-only, Ubuntu 14.04Evan Shelhamer1-27/+49
2014-07-29Merge pull request #823 from jeffdonahue/hdf5output-gpu-fixJeff Donahue1-1/+1
2014-07-29Also apply HDF5OutputLayer fix to GPU version.Jeff Donahue1-1/+1
2014-07-29Set correct solver_mode in SolverTest so Travis build doesn't randomlyJeff Donahue1-0/+11
2014-07-29fix some namespace with std::signbityajiedesign2-2/+16
2014-07-29Merge pull request #710 from geenux/devJeff Donahue6-139/+144
2014-07-29Merge pull request #734 from jeffdonahue/all-in-one-netJeff Donahue31-1373/+1385
2014-07-29Use unified train/test nets in examples.Jeff Donahue24-1331/+177
2014-07-29Incorporate NetState{,Rule} into Solver/Net. Net::FilterNetJeff Donahue3-28/+185
2014-07-29Add unit tests and skeleton code for Net/Solver filtering functionality.Jeff Donahue5-0/+942
2014-07-29Add NetState message with phase, level, stage; NetStateRule message withJeff Donahue1-14/+81
2014-07-29Merge pull request #820 from geenux/dev-fixmakeEvan Shelhamer1-1/+1
2014-07-29Fix choice MKL directory from Makefile.configTANGUY Arnaud1-1/+1
2014-07-29Merge pull request #505 from shelhamer/non-square-filtersEvan Shelhamer12-116/+360
2014-07-29test non-square filters by separable convolution of Sobel operatorEvan Shelhamer1-0/+96
2014-07-29fix GPU indexingEvan Shelhamer5-16/+19
2014-07-29test rectangular im2colEvan Shelhamer1-0/+33
2014-07-29im2col + convolve non-square filters, padding, and strideEvan Shelhamer9-112/+216
2014-07-29add h/w kernel size, stride, and pad for non-square filteringEvan Shelhamer1-3/+11
2014-07-28[docs] compile gflags with -fPIC for linkingEvan Shelhamer1-1/+1
2014-07-28[docs] install glog first given incompatibilityEvan Shelhamer1-1/+1
2014-07-28[docs] fix missing glog install cdEvan Shelhamer1-0/+1
2014-07-28Merge pull request #813 from sergeyk/devSergey Karayev6-4/+8
2014-07-28make "all" the default targetEvan Shelhamer1-2/+2
2014-07-28FIX: updating HDF5 input test for new test dataSergey Karayev1-1/+2
2014-07-28FIX: both data and label now copied correctly in HDF5 output layerSergey Karayev1-1/+1
2014-07-28FIX: tests now catch bug reported in #750 (in HDF5 output layer)Sergey Karayev4-2/+5
2014-07-28Merge pull request #812 from Yangqing/sweepSergey Karayev1-1/+11