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

3565 Коммитов

Автор SHA1 Сообщение Дата
Evan Shelhamer 2aabba4f8e [docs] cuDNN v3 compatible 2015-10-19 11:39:29 -07:00
Evan Shelhamer 52429c77cb installation questions -> caffe-users 2015-10-19 11:36:38 -07:00
Evan Shelhamer 82abea65d3 Merge pull request #3217 from BonsaiAI/qualify-CUDA-status-message
[build] Qualify messages issued by CMake when CUDA is unavailable
2015-10-19 10:05:14 -07:00
T.E.A de Souza a7d84f3c7e Qualify messages issued by CMake when CUDA is unavailable 2015-10-19 18:19:38 +08:00
Mausoom Sarkar 4c93b3dc55 Moved the loop inside PReLUParamBackward to do the reduction inside the kernel
Now PReLU backward is taking the same time as forward

Code cleanup
Removed unnecessary code
Fixed indent
merge if(channed_shared_)
2015-10-19 13:51:40 +05:30
Evan Shelhamer 16de3407a5 Merge pull request #3116 from ronghanghu/solver-refactor
Solver Refactor: Separate files and Change Solver's Type to String
2015-10-17 00:26:40 -07:00
Evan Shelhamer 46dac40381 Merge pull request #3206 from shelhamer/net-init-logging
[style] Clean Up Logging for Net Init
2015-10-17 00:23:48 -07:00
Evan Shelhamer 6f8370a1f3 clean up logging for Net init
- condense conditions by `LOG_IF`
- only log memory use once after all tops
2015-10-16 23:45:06 -07:00
Ronghang Hu 9563537e86 Update examples and docs 2015-10-16 22:32:33 -07:00
Ronghang Hu c1f7fe1cff Add automatic upgrade for solver type 2015-10-16 22:32:33 -07:00
Ronghang Hu 0eea815ad6 Change solver type to string and provide solver registry 2015-10-16 22:32:32 -07:00
Ronghang Hu b822a702d1 Split solver code into one file per solver class 2015-10-16 22:32:12 -07:00
Ronghang Hu 1df4780129 Merge pull request #3207 from ronghanghu/test-matcaffe-io
Test reading and writing mean proto in matlab
2015-10-16 22:01:26 -07:00
Ronghang Hu e5a74b282e Test reading and writing mean proto in matlab 2015-10-16 21:31:41 -07:00
Evan Shelhamer dfcdb721c6 Merge pull request #3089 from shelhamer/groom-conv
[style] groom im2col + col2im for clarity
2015-10-16 18:09:00 -07:00
Evan Shelhamer 5d5d5f21bc Merge pull request #3204 from shelhamer/rearrange-upgrade-helpers
[style] Rearrange Proto Upgrade Helpers
2015-10-16 18:08:22 -07:00
Evan Shelhamer 3363e25287 Merge pull request #3190 from DrSleep/master
Fix drawing problems with repeated convolution -- close #3201
2015-10-16 17:59:13 -07:00
Evan Shelhamer f9b2f1cdcb Merge pull request #3189 from bchu/caffenet-mirror
Set CaffeNet train_val test mirroring to false
2015-10-16 17:56:13 -07:00
Evan Shelhamer 1e75fb922f rearrange upgrade helpers
order from general helpers to specific upgrades in chronological order.
2015-10-16 17:47:19 -07:00
Evan Shelhamer 321720d9df Merge pull request #3160 from shelhamer/cudnnV3
Basic cuDNN v3 support
2015-10-15 20:17:55 -07:00
Simon Layton ecac7ff628 Initial cuDNN v3 support 2015-10-15 17:50:09 -07:00
Jeff Donahue 6232dfcd14 Merge pull request #3200 from lukeyeager/bvlc/fix-blobproto_to_array
Allow old-style shape in blobproto_to_array
2015-10-15 14:16:03 -07:00
Luke Yeager 75e859a522 Allow old-style shape in blobproto_to_array
Fixes #3199
Bug introduced in #3170
2015-10-15 13:57:38 -07:00
Vladimir e0c34cedde Fixed drawing problems with repeated convolution 2015-10-14 12:00:14 +09:00
Jeff Donahue 8c8e832e71 Merge pull request #2966 from cdoersch/batch_reindex_layer
BatchReindexLayer to shuffle, subsample, and replicate examples in a batch
2015-10-13 17:25:09 -07:00
Brian Chu ca4c6fb4e2 Set CaffeNet train_val test mirroring to false 2015-10-13 13:24:42 -07:00
Evan Shelhamer 62d6379fae Merge pull request #3187 from akash1810/patch-1
[example] Add pyyaml as a requirement for web demo
2015-10-13 11:09:48 -07:00
Akash A a8839dbcb3 Add pyyaml as a requirement
In getting the [web demo](http://caffe.berkeleyvision.org/gathered/examples/web_demo.html) started I get an `ImportError: No module named yaml` error when running `./scripts/download_model_binary.py models/bvlc_reference_caffenet`.
2015-10-13 17:53:35 +01:00
Ronghang Hu 7bd41db7fb Merge pull request #3184 from lalelale/patch-1
Update store2hdf5.m
2015-10-13 09:36:55 -07:00
Alessandro Giusti ec94055a6c Update store2hdf5.m
Fixed a bug in two assertions (the condition input argument must be a scalar logical)
2015-10-13 14:30:45 +02:00
Brian Chu e5990b3daf In 00-classification example, get correct class label index 2015-10-13 03:50:53 -07:00
Ronghang Hu 0151742509 Merge pull request #3162 from kkhoot/fix_mvn
Improve numerical stability of variance computation in MVNLayer
2015-10-11 09:48:09 -07:00
Kang Kim ee5191b3e4 Improve numerical stability of variance computation in MVNLayer 2015-10-11 21:45:56 +09:00
Jeff Donahue 49ef358df1 Merge pull request #3170 from sh1r0/pycaffe_io
Remove the 4D constraint of blobproto IO in python
2015-10-10 19:39:22 -07:00
sh1r0 c65ba61bdf Remove the 4D constraint of blobproto IO in python 2015-10-09 00:37:52 +08:00
Carl Doersch bda1a633ec BatchReindexLayer to shuffle, subsample, and replicate examples in a batch 2015-10-07 18:41:11 -07:00
Ronghang Hu 04c7c36809 Merge pull request #3164 from eerwitt/layer-documentation-sample-fixes
Documentation References ImageNet Sample Location
2015-10-07 12:41:37 -07:00
e3 e0615464dd fixes BVLC/caffe#3163 2015-10-07 11:52:45 -07:00
Gustav Larsson 19d9927d76 Add pycaffe test for solver.snapshot() 2015-10-05 22:41:01 -05:00
Jeff Donahue 8ef3d630fb Merge pull request #3152 from jeffdonahue/silence-backward-fix
SilenceLayer Backward bugfix (fixes #3151)
2015-10-05 14:36:11 -07:00
Jeff Donahue 64f948a682 SilenceLayer Backward bugfix (fixes #3151) 2015-10-05 14:15:08 -07:00
Jan Issac 30dfb864f0 minor typo fix 2015-10-05 11:13:26 +02:00
Ronghang Hu 92dc4e6aae Merge pull request #3058 from zoharby/master
Add a caffe.io.write_mean function to the MATLAB interface
2015-10-05 00:30:10 -07:00
zoharby 552a84aadd Add a caffe.io.write_mean function to the MATLAB interface
Useful for exporting models from MATLAB (e.g. MatConvNet) to Caffe
2015-10-05 09:44:14 +03:00
Evan Shelhamer 6eae122a8e Merge pull request #3133 from kashefy/badge
add badge for travis build and license
2015-10-01 10:05:32 -07:00
Youssef Kashef 98cc023939 add badge for travis build and license 2015-10-01 18:20:23 +02:00
Evan Shelhamer 01e15d0d6d Merge pull request #3069 from timmeinhardt/argmax
Add argmax_param "axis" to maximise output along the specified axis
2015-09-30 17:43:05 -07:00
Ronghang Hu 942df00236 Merge pull request #3128 from hjss06/patch-1
Fix a typo
2015-09-29 09:07:44 -07:00
Yang Song 96ba513f54 Fix a typo
Fix a typo in the message.
2015-09-29 20:07:52 +08:00
Luke Yeager e98b84762f Install libs as non-executable files
According to the Debian policy manual, "Shared libraries should not be
installed executable, since the dynamic linker does not require this and
trying to execute a shared library usually results in a core dump."

https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#s-sharedlibs-runtime
2015-09-28 15:35:24 -07:00