Age | Commit message (Expand) | Author | Files | Lines |
2014-08-06 | LICENSE governs the whole project so strip file headers | Evan Shelhamer | 124 | -240/+0 |
2014-08-04 | Fix header alphabetization lint errors. | Jeff Donahue | 95 | -129/+170 |
2014-08-04 | Add (momentum) SGD solver tests to check that learning rate, weight | Jeff Donahue | 1 | -0/+346 |
2014-08-04 | Add 'snapshot_after_train' to SolverParameter to override the final | Jeff Donahue | 2 | -2/+6 |
2014-08-04 | modified test_concat_layer.cpp | zszhong | 1 | -5/+8 |
2014-08-04 | Fix and improve multiple places about random number generation and | netheril96 | 2 | -9/+15 |
2014-08-03 | Merge pull request #834 from qipeng/dev | Yangqing Jia | 1 | -1/+1 |
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-01 | Test that DropoutLayer obeys dropout_ratio. | Jeff Donahue | 1 | -16/+41 |
2014-08-01 | fixed unnecessary conversions in test_solver, and rearraged common.hpp a bit | qipeng | 1 | -11/+7 |
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-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 | 1 | -0/+12 |
2014-07-29 | Merge pull request #710 from geenux/dev | Jeff Donahue | 4 | -111/+90 |
2014-07-29 | Incorporate NetState{,Rule} into Solver/Net. Net::FilterNet | Jeff Donahue | 2 | -28/+183 |
2014-07-29 | Add unit tests and skeleton code for Net/Solver filtering functionality. | Jeff Donahue | 3 | -0/+929 |
2014-07-29 | Add NetState message with phase, level, stage; NetStateRule message with | Jeff Donahue | 1 | -14/+81 |
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 | 7 | -98/+198 |
2014-07-29 | add h/w kernel size, stride, and pad for non-square filtering | Evan Shelhamer | 1 | -3/+11 |
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 |
2014-07-28 | lint | Yangqing Jia | 1 | -1/+1 |
2014-07-28 | fixing comment | Yangqing Jia | 1 | -2/+1 |
2014-07-28 | gflags 2.1 bugfix (or rather a hack). | Yangqing Jia | 1 | -1/+12 |
2014-07-28 | Merge pull request #805 from alfredtofu/dev | Yangqing Jia | 1 | -1/+1 |
2014-07-28 | Merge pull request #807 from qipeng/dev | Jeff Donahue | 1 | -4/+4 |
2014-07-27 | set_mode to CPU in ArgMaxLayerTest constructor to avoid random Travis | Jeff Donahue | 1 | -4/+1 |
2014-07-28 | Update image_data_layer.cpp | alfredtofu | 1 | -1/+1 |
2014-07-27 | relaxed timer test requirements | qipeng | 1 | -4/+4 |
2014-07-27 | Move loss display before lr display in ComputeUpdateValue. | Jeff Donahue | 1 | -3/+5 |
2014-07-27 | Make training iterations 0-indexed. | Jeff Donahue | 1 | -23/+28 |
2014-07-26 | Fix my nonsensical variable names. | Jeff Donahue | 1 | -10/+10 |
2014-07-26 | Print just the mean absolute value (no sum/l1norm) | Jeff Donahue | 1 | -16/+10 |
2014-07-26 | Print blob L1 norms during forward/backward passes and updates if | Jeff Donahue | 4 | -12/+167 |
2014-07-25 | Add gradient checks for infogain loss layer, letting it take the | Jeff Donahue | 2 | -14/+104 |
2014-07-24 | Merge pull request #776 from Yangqing/sweep | Yangqing Jia | 1 | -22/+35 |
2014-07-24 | Cleanup pthread code for data layers | TANGUY Arnaud | 4 | -111/+90 |
2014-07-23 | add gflags dependency to caffe. | Yangqing Jia | 1 | -22/+35 |
2014-07-23 | numerical stability improvement | qipeng | 2 | -4/+4 |
2014-07-22 | Merge pull request #762 from rbgirshick/upgrade-pad-pooling-layers | Jeff Donahue | 1 | -5/+9 |
2014-07-22 | Correctly apply padding to pooling layers when upgrading from V0 | Ross Girshick | 1 | -5/+9 |
2014-07-22 | Fix repeated field copy loop | bhack | 1 | -3/+4 |