projects
/
platform
/
upstream
/
caffe.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/caffe.git
2014-07-14
Evan Shelhamer
fix Makefile comment about library names
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
Merge pull request #685 from jeffdonahue/seed-hinge...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
Seed HingeLossLayerTest; bad values can cause test...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Evan Shelhamer
Merge pull request #681 from BVLC/travisci
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
Travis build failure wasn't working for lint/warn becau...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
@jeffdonahue's tweaks to .travis.yml config:
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
-Override the default compiler by specifying a CXX in
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
huy
@huyng's .travis.yml integration configuration file...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-14
Jeff Donahue
Move test headers to include/.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-12
Sergey Karayev
back-merging [docs] changes and web demo [example]...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-12
Sergey Karayev
Merge pull request #679 from sergeyk/master
commit
|
commitdiff
|
tree
|
snapshot
2014-07-12
Sergey Karayev
[example] image classification web demo
commit
|
commitdiff
|
tree
|
snapshot
2014-07-12
Sergey Karayev
Merge pull request #675 from sergeyk/master
commit
|
commitdiff
|
tree
|
snapshot
2014-07-12
Sergey Karayev
[docs] shelhamer's minor suggestions
commit
|
commitdiff
|
tree
|
snapshot
2014-07-11
Sergey Karayev
[docs] updated instructions for contributing documentation
commit
|
commitdiff
|
tree
|
snapshot
2014-07-11
Sergey Karayev
[docs] moved example md’s to examples/**/md’s and added...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-11
Sergey Karayev
[docs] cosmetic
commit
|
commitdiff
|
tree
|
snapshot
2014-07-11
Evan Shelhamer
fix link for caffe_rcnn_imagenet_model
commit
|
commitdiff
|
tree
|
snapshot
2014-07-11
Evan Shelhamer
Back-merge documentation and fixes
commit
|
commitdiff
|
tree
|
snapshot
2014-07-11
Evan Shelhamer
host materials on dl.caffe.berkeleyvision.org
commit
|
commitdiff
|
tree
|
snapshot
2014-07-10
Evan Shelhamer
fix caffe acm-mm paper link
commit
|
commitdiff
|
tree
|
snapshot
2014-07-10
longjon
Merge pull request #633 from kloudkl/cpu-only-memcpy
commit
|
commitdiff
|
tree
|
snapshot
2014-07-10
Kai Li
Replace cudaMemcpy with caffe_gpu_memcpy in SyncedMemor...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-10
Kai Li
Implement @Yangqing's solution to copy memory in the...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-10
Kai Li
Switch to GPU mode when pointer is move to or from...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-10
Kai Li
Check the GPU mode to decide which memcpy to use
commit
|
commitdiff
|
tree
|
snapshot
2014-07-10
Kai Li
Avoid using cudaMemcpy for memcpy when there is no...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-09
Jeff Donahue
makefile hotfix
commit
|
commitdiff
|
tree
|
snapshot
2014-07-09
Jeff Donahue
Merge pull request #661 from jeffdonahue/fix-error...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-09
Jeff Donahue
fix bug introduced by warning logs: errors didn't print...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-09
Sergey Karayev
[docs] readme
commit
|
commitdiff
|
tree
|
snapshot
2014-07-09
Sergey Karayev
[docs] got rid of redundant README, updated development...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-09
Jeff Donahue
Makefile: cleanup lint/warn report logic (and make...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-09
Sergey Karayev
[docs] reworked index page, got rid of publications...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-09
Evan Shelhamer
Merge pull request #649 from jeffdonahue/warnlog
commit
|
commitdiff
|
tree
|
snapshot
2014-07-09
Jeff Donahue
Output a lint report for every source file linted;...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-09
Jeff Donahue
Dump compiler warnings to *.warnings.txt; use "make...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-08
Jeff Donahue
Merge pull request #647 from jeffdonahue/nocleanlinecount
commit
|
commitdiff
|
tree
|
snapshot
2014-07-08
Jeff Donahue
Don't make clean when running linecount
commit
|
commitdiff
|
tree
|
snapshot
2014-07-07
Jeff Donahue
Merge pull request #614 from ronghanghu/rectangular_pooling
commit
|
commitdiff
|
tree
|
snapshot
2014-07-07
Ronghang Hu
added gradient check for non-square pooling
commit
|
commitdiff
|
tree
|
snapshot
2014-07-07
Ronghang Hu
fixed style errors
commit
|
commitdiff
|
tree
|
snapshot
2014-07-06
Evan Shelhamer
Merge pull request #611 from shelhamer/makefile-config-cxx
commit
|
commitdiff
|
tree
|
snapshot
2014-07-05
Ronghang Hu
add tests for rectangular pooling regions
commit
|
commitdiff
|
tree
|
snapshot
2014-07-05
Ronghang Hu
fixing pooling SetUp() to allow default values for...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Ronghang Hu
Update pooling_layer.cu
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Ronghang Hu
Update pooling_layer.cpp
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Ronghang Hu
Update vision_layers.hpp
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Ronghang Hu
Update caffe.proto
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Evan Shelhamer
point to reference performance from installation, add...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Evan Shelhamer
customize compiler setting in Makefile.config
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Evan Shelhamer
Merge pull request #549 from jamt9000/fix-resize-crop-pil
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Evan Shelhamer
Merge pull request #555 from shelhamer/uva-memory
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Jeff Donahue
Merge pull request #602 from kloudkl/layers-in-order
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Evan Shelhamer
fix casts (static for void*)
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Evan Shelhamer
reduce caffe_copy to instantiations, split off caffe_me...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Evan Shelhamer
replace all memset with caffe_set() / caffe_gpu_set()
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Evan Shelhamer
replace all memcpy by caffe_copy
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Evan Shelhamer
do all caffe_copy() as UVA mem copy, and drop caffe_gpu...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Evan Shelhamer
replace softmax cudaMemcpy with caffe_gpu_copy
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Evan Shelhamer
switch to unified virtual addressing CUDA memcpy
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Evan Shelhamer
report UVA in platform test
commit
|
commitdiff
|
tree
|
snapshot
2014-07-04
Evan Shelhamer
Merge pull request #609 from jeffdonahue/multiconv
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Jeff Donahue
ConvolutionLayer can take N bottom blobs and N top...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Jeff Donahue
add EqualNumBottomTopBlobs() property for layers; use in
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Kai Li
Organize the loss layers in alphabetical order
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Kai Li
Arrange the data layers to be in alphabetical order
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Kai Li
Separate layers relatively independent of images out...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-02
Evan Shelhamer
acknowledge BVLC PI Trevor Darrell for advising Caffe
commit
|
commitdiff
|
tree
|
snapshot
2014-07-01
Jeff Donahue
fix uninitialized variable warnings in tools
commit
|
commitdiff
|
tree
|
snapshot
2014-06-30
yzhuan
Update Makefile.config.example
commit
|
commitdiff
|
tree
|
snapshot
2014-06-30
Evan Shelhamer
Merge pull request #545 from jamt9000/im2col-kernel...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-28
Evan Shelhamer
lint
commit
|
commitdiff
|
tree
|
snapshot
2014-06-28
Sergio Guadarrama
Merge pull request #502 from sguada/fix_dropout_backward
commit
|
commitdiff
|
tree
|
snapshot
2014-06-28
Sergio
Remove Cuda.major >= 2 check on Dropout test
commit
|
commitdiff
|
tree
|
snapshot
2014-06-28
Sergio
Check that pointers are different before copying in...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-28
Sergio
Added test to Dropout to check gradients during Test...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-28
Sergio
Fix var names in Dropout.cu
commit
|
commitdiff
|
tree
|
snapshot
2014-06-28
Sergio
Modify Dropout to allow backward pass in TEST phase
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
James Thewlis
Fix building tests with parallel make
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
Evan Shelhamer
Merge pull request #510 from crizCraig/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
Evan Shelhamer
Merge pull request #531 from flickr/dev-top-k-accuracy
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
Rob Hess
Comment-fix.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
Rob Hess
Update name of last added param.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
Rob Hess
Add unit test for accuracy layer.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
cypof
Next LayerParameter proto id
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
Rob Hess
Use vectors instead of arrays.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
Rob Hess
Compute top-k accuracy in AccuracyLayer.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
Rob Hess
Incorporate top_k param into AccuracyLayer and check...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
Rob Hess
Add parameter for AccuracyLayer in proto.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
Evan Shelhamer
add latest CUDA arch to fix invalid device function...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
Evan Shelhamer
Merge pull request #554 from shelhamer/nvcc-arch-50
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
Evan Shelhamer
add latest CUDA arch to fix invalid device function...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
James Thewlis
Make resizing & cropping with PIL work
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
James Thewlis
Test for im2col kernel
commit
|
commitdiff
|
tree
|
snapshot
2014-06-27
Evan Shelhamer
Merge pull request #511 from kloudkl/extract_multiple_f...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-26
Jeff Donahue
Merge pull request #546 from BVLC/weight-sharing
commit
|
commitdiff
|
tree
|
snapshot
2014-06-26
Evan Shelhamer
rename layer -> param mapping for clarity
commit
|
commitdiff
|
tree
|
snapshot
2014-06-26
Evan Shelhamer
change weight blob field name to param
commit
|
commitdiff
|
tree
|
snapshot
2014-06-26
Jeff Donahue
weight sharing
commit
|
commitdiff
|
tree
|
snapshot
next