Граф коммитов

1981 Коммитов

Автор SHA1 Сообщение Дата
Evan Shelhamer 20adacb5d1 [example] fix plt commands in detection 2014-08-13 10:34:23 -07:00
Clemens Korner 41986fbcff use plt namespace for imshow in filter_visualization.ipynb 2014-08-13 10:34:23 -07:00
Evan Shelhamer 4486eb7e27 Merge pull request #921 from shelhamer/notebook-update
Fix plotting and metadata in notebook examples
2014-08-13 10:33:53 -07:00
Evan Shelhamer 944361e27e [example] change notebook name metadata to avoid conflict
see https://github.com/ipython/ipython/issues/5686
2014-08-13 09:59:53 -07:00
Evan Shelhamer bb903025df [example] fix plt commands in detection 2014-08-13 09:59:52 -07:00
Clemens Korner da2138c75d use plt namespace for imshow in filter_visualization.ipynb 2014-08-13 09:14:26 -07:00
Alireza Shafaei b8c03e368b Fixed the GPU implementation of EuclideanLoss to report the loss to the top layer 2014-08-13 08:56:43 -07:00
Yangqing Jia 906112de6b Merge pull request #914 from ashafaei/euclidean-loss-fix
Fixed the GPU implementation of EuclideanLoss!
2014-08-12 22:27:43 -07:00
Alireza Shafaei eea74c30e6 Fixed the GPU implementation of EuclideanLoss to report the loss to the top layer 2014-08-12 13:54:51 -07:00
Jeff Donahue c9e22abd14 Merge pull request #846 from qipeng/mvn-layer
mean-variance normalization layer
2014-08-12 13:04:02 -07:00
Jeff Donahue 570e6b8ffc Merge pull request #863 from jeffdonahue/lint-check-caffe-fns
add lint check for functions with Caffe alternatives (memcpy, memset)
2014-08-12 12:54:29 -07:00
Jeff Donahue b2b1ee6317 Fix caffe/alt_fn lint errors. 2014-08-12 12:43:41 -07:00
Jeff Donahue b8be6b1ba4 Create caffe_{,gpu_}memset functions to replace {m,cudaM}emset's. 2014-08-12 12:43:41 -07:00
Jeff Donahue 9572a68b88 Add caffe/alt_fn rule to lint checks to check for functions (like memset
& memcpy) with caffe_* alternatives that should be used instead.
2014-08-12 12:43:41 -07:00
Jeff Donahue dd883bdda7 lint targets should depend on the lint script itself 2014-08-12 12:43:41 -07:00
Evan Shelhamer b445d4830e [examples] fix links in feature extraction 2014-08-11 16:40:09 -07:00
Evan Shelhamer 2d2055a4b2 [examples] fix links in feature extraction 2014-08-11 16:40:02 -07:00
Sergey Karayev 39d1e34012 [docs] ‘maximally accurate’ in the web demo explanation. closes #905 2014-08-11 16:12:21 -07:00
Sergey Karayev fc27faf81f [docs] [fix] closes #899 2014-08-11 16:12:13 -07:00
Evan Shelhamer f47f99519e Merge pull request #910 from sergeyk/dev
web demo updates
2014-08-11 16:11:58 -07:00
Sergey Karayev aaad9e4342 [docs] ‘maximally accurate’ in the web demo explanation. closes #905 2014-08-11 15:59:48 -07:00
Sergey Karayev 91b2e3cedb [docs] [fix] closes #899 2014-08-11 15:52:56 -07:00
Sergey Karayev 8f47e7dc14 [docs] sorting of examples. if doesn’t work for you, update jekyll. 2014-08-11 15:18:45 -07:00
Evan Shelhamer 75757ea0ef Merge pull request #909 from sergeyk/dev
[docs] sort examples
2014-08-11 15:17:46 -07:00
Sergey Karayev 9c3710eddb [docs] sorting of examples. if doesn’t work for you, update jekyll. 2014-08-11 15:09:53 -07:00
qipeng a3083f82ac lint 2014-08-11 11:09:57 -07:00
qipeng a5f49623c1 minor fix for layer factory 2014-08-11 10:48:57 -07:00
qipeng 9e903ef675 added cross-channel MVN, Mean-only normalization, added to layer factory, moved to common_layers 2014-08-11 10:44:27 -07:00
Yangqing Jia 3316978fdf Merge pull request #904 from Yangqing/sweep
Add a leveldb option function in io.hpp/cpp
2014-08-11 10:35:04 -07:00
Evan Shelhamer 978c81a4ab default raw_scale in python scripts to ImageNet model value 2014-08-11 10:14:46 -07:00
qipeng 1e11ef7136 addressed Jeff's comment 2014-08-11 09:53:23 -07:00
qipeng cc352bfcaf lint 2014-08-11 09:53:22 -07:00
qipeng e7c11e1992 reduced blas calls 2014-08-11 09:53:22 -07:00
qipeng b04aa00369 mean-variance normalization layer 2014-08-11 09:53:22 -07:00
Yangqing Jia b1d6da5740 Add a leveldb option function in io.hpp/cpp 2014-08-11 09:16:51 -07:00
Evan Shelhamer f072600bb1 [docs] fix example links from install guide 2014-08-11 00:27:38 -07:00
Jonathan L Long 1d4d1d668a fix formatting error in blob.hpp 2014-08-10 21:23:34 -07:00
netheril96 2288d282fb Use gflags to show help when the arguments not correct 2014-08-10 23:31:29 +08:00
Evan Shelhamer 6c4dd5aa98 output loss for caffenet and alexnet train/val models 2014-08-09 22:24:24 -07:00
Evan Shelhamer b123fcc635 output loss for caffenet and alexnet train/val models 2014-08-09 22:24:15 -07:00
Evan Shelhamer f8b612d8cd default raw_scale in python scripts to ImageNet model value 2014-08-09 20:43:40 -07:00
Kai Li 7dc6463980 Fix the gflags namespace issue 2014-08-09 14:22:17 -07:00
Evan Shelhamer 78bac712fa Merge pull request #891 from kloudkl/gflags_namespace
Fix the gflags namespace issue
2014-08-09 14:20:44 -07:00
Jeff Donahue cfdf7af338 Merge pull request #892 from kloudkl/distribute_generated_proto_headers
Distribute the generated proto header files
2014-08-09 12:43:42 -07:00
Kai Li e114edf205 Distribute the generated proto header files 2014-08-09 20:41:58 +08:00
Kai Li 148eb67d66 Fix the gflags namespace issue 2014-08-09 20:29:53 +08:00
Sergio Guadarrama c13fded3ac Merge pull request #888 from ronghanghu/matcaffe-add-check
add necessary input checks for matcaffe
2014-08-09 02:29:05 -07:00
Ronghang Hu c8b6457de5 add necessary input checks for matcaffe 2014-08-08 15:47:23 -07:00
Evan Shelhamer c5a1aa51a5 [example] fix example names 2014-08-08 12:55:01 -07:00
Evan Shelhamer 2243aa5007 [example] fix example names 2014-08-08 12:54:35 -07:00