Age | Commit message (Expand) | Author | Files | Lines |
2014-08-04 | Fix and improve multiple places about random number generation and | netheril96 | 4 | -13/+44 |
2014-08-03 | Merge pull request #834 from qipeng/dev | Yangqing Jia | 3 | -2/+4 |
2014-08-02 | Merge pull request #840 from jeffdonahue/fix-net-speedtest | Jeff Donahue | 3 | -6/+58 |
2014-08-02 | Fix speedtest (and possibly other tools) by setting the net phase to the | Jeff Donahue | 1 | -1/+15 |
2014-08-02 | Add tests for phase filtering according to Caffe singleton phase | Jeff Donahue | 1 | -5/+21 |
2014-08-02 | Add script to speedtest imagenet (currently broken as FilterNet ignores | Jeff Donahue | 1 | -0/+22 |
2014-08-01 | Merge pull request #839 from jeffdonahue/test-dropout-ratio | Jeff Donahue | 1 | -16/+41 |
2014-08-01 | Test that DropoutLayer obeys dropout_ratio. | Jeff Donahue | 1 | -16/+41 |
2014-08-01 | fix compiler complaint in matcaffe | qipeng | 1 | -1/+1 |
2014-08-01 | fixed unnecessary conversions in test_solver, and rearraged common.hpp a bit | qipeng | 2 | -14/+9 |
2014-08-01 | lint | qipeng | 1 | -7/+11 |
2014-08-01 | the compiler complains about solver tests using pointers as bool | qipeng | 1 | -7/+7 |
2014-08-01 | turns out you need using::isnan too | qipeng | 1 | -0/+1 |
2014-08-01 | Included cmath in common.hpp to avoid isnan complaints from the xcode compiler | qipeng | 1 | -0/+2 |
2014-07-31 | [example] fix imagenet classification typo | Evan Shelhamer | 1 | -1/+1 |
2014-07-30 | Merge pull request #825 from shelhamer/mailing-list | Jeff Donahue | 1 | -1/+3 |
2014-07-30 | [example] include image dimensions for oversampling | Evan Shelhamer | 1 | -1/+2 |
2014-07-29 | [docs] announce caffe-users | Evan Shelhamer | 1 | -1/+3 |
2014-07-29 | [example] standardize imagenet leveldb names | Evan Shelhamer | 2 | -3/+3 |
2014-07-29 | [fix] adding requirements.txt for web_demo. Closes #704 | Sergey Karayev | 1 | -0/+6 |
2014-07-29 | [docs] contact us on webpage | Sergey Karayev | 1 | -2/+11 |
2014-07-29 | link OpenBLAS as blas | Evan Shelhamer | 1 | -1/+1 |
2014-07-29 | [docs] install update: dependencies, CPU-only, Ubuntu 14.04 | Evan Shelhamer | 1 | -27/+49 |
2014-07-29 | Merge pull request #823 from jeffdonahue/hdf5output-gpu-fix | Jeff Donahue | 1 | -1/+1 |
2014-07-29 | Also apply HDF5OutputLayer fix to GPU version. | Jeff Donahue | 1 | -1/+1 |
2014-07-29 | Set correct solver_mode in SolverTest so Travis build doesn't randomly | Jeff Donahue | 1 | -0/+11 |
2014-07-29 | fix some namespace with std::signbit | yajiedesign | 2 | -2/+16 |
2014-07-29 | Merge pull request #710 from geenux/dev | Jeff Donahue | 6 | -139/+144 |
2014-07-29 | Merge pull request #734 from jeffdonahue/all-in-one-net | Jeff Donahue | 31 | -1373/+1385 |
2014-07-29 | Use unified train/test nets in examples. | Jeff Donahue | 24 | -1331/+177 |
2014-07-29 | Incorporate NetState{,Rule} into Solver/Net. Net::FilterNet | Jeff Donahue | 3 | -28/+185 |
2014-07-29 | Add unit tests and skeleton code for Net/Solver filtering functionality. | Jeff Donahue | 5 | -0/+942 |
2014-07-29 | Add NetState message with phase, level, stage; NetStateRule message with | Jeff Donahue | 1 | -14/+81 |
2014-07-29 | Merge pull request #820 from geenux/dev-fixmake | Evan Shelhamer | 1 | -1/+1 |
2014-07-29 | Fix choice MKL directory from Makefile.config | TANGUY Arnaud | 1 | -1/+1 |
2014-07-29 | Merge pull request #505 from shelhamer/non-square-filters | Evan Shelhamer | 12 | -116/+360 |
2014-07-29 | test non-square filters by separable convolution of Sobel operator | Evan Shelhamer | 1 | -0/+96 |
2014-07-29 | fix GPU indexing | Evan Shelhamer | 5 | -16/+19 |
2014-07-29 | test rectangular im2col | Evan Shelhamer | 1 | -0/+33 |
2014-07-29 | im2col + convolve non-square filters, padding, and stride | Evan Shelhamer | 9 | -112/+216 |
2014-07-29 | add h/w kernel size, stride, and pad for non-square filtering | Evan Shelhamer | 1 | -3/+11 |
2014-07-28 | [docs] compile gflags with -fPIC for linking | Evan Shelhamer | 1 | -1/+1 |
2014-07-28 | [docs] install glog first given incompatibility | Evan Shelhamer | 1 | -1/+1 |
2014-07-28 | [docs] fix missing glog install cd | Evan Shelhamer | 1 | -0/+1 |
2014-07-28 | Merge pull request #813 from sergeyk/dev | Sergey Karayev | 6 | -4/+8 |
2014-07-28 | make "all" the default target | Evan Shelhamer | 1 | -2/+2 |
2014-07-28 | FIX: updating HDF5 input test for new test data | Sergey Karayev | 1 | -1/+2 |
2014-07-28 | FIX: both data and label now copied correctly in HDF5 output layer | Sergey Karayev | 1 | -1/+1 |
2014-07-28 | FIX: tests now catch bug reported in #750 (in HDF5 output layer) | Sergey Karayev | 4 | -2/+5 |
2014-07-28 | Merge pull request #812 from Yangqing/sweep | Sergey Karayev | 1 | -1/+11 |