projects
/
platform
/
upstream
/
caffeonacl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/caffeonacl.git
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-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
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
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
2014-06-26
Evan Shelhamer
Merge pull request #497 from jeffdonahue/fix-backward...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-26
Jeff Donahue
force_backward works properly with non-backproppable...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-26
Jeff Donahue
change Backward interface: propagate_down is a vector...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-26
Evan Shelhamer
Merge pull request #522 from sguada/accuracy_without_loss
commit
|
commitdiff
|
tree
|
snapshot
2014-06-26
Evan Shelhamer
file SoftmaxWithLoss in with loss layers
commit
|
commitdiff
|
tree
|
snapshot
2014-06-26
Evan Shelhamer
Merge pull request #488 from longjon/wall-werror
commit
|
commitdiff
|
tree
|
snapshot
2014-06-26
Evan Shelhamer
content ourselves to -Wall without -Werror for now
commit
|
commitdiff
|
tree
|
snapshot
2014-06-26
Evan Shelhamer
make clang++ happy on OSX by not linking with pthread
commit
|
commitdiff
|
tree
|
snapshot
2014-06-26
Evan Shelhamer
fix test data layer post-lmdb
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Evan Shelhamer
Merge pull request #478 from kloudkl/cpu_only_tests
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Jonathan L...
turn off some warnings for older compilers
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Jonathan L...
add WARNINGS to CXXFLAGS
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Jonathan L...
upgrade warnings to -Wall -Werror -Wno-sign-compare
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Jonathan L...
don't end comments with \, so that -Wcomment can be...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Jonathan L...
initialize and comment variables that the compiler...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Jonathan L...
move CUDA 6.0 check into switch statement itself
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Jonathan L...
add missing const qualifiers to MemoryDataLayer ExactNu...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Jonathan L...
remove unused variables from tests
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Jonathan L...
remove unused variables
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Jonathan L...
initialize in declared order in tests
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Jonathan L...
initialize in declared order
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Jonathan L...
check if window file is empty in WindowDataLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Jonathan L...
actually check status values from all HDF5 calls
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Evan Shelhamer
Merge pull request #427 from jamt9000/fix-kernel-index
commit
|
commitdiff
|
tree
|
snapshot
2014-06-25
Evan Shelhamer
fix SOFTMAX_LOSS to work with loss top blob interface
commit
|
commitdiff
|
tree
|
snapshot
2014-06-24
Kai Li
Init google logging
commit
|
commitdiff
|
tree
|
snapshot
2014-06-24
Kai Li
Replace the raw pointers with shared_ptr to ensure...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-24
Kai Li
No need to manually delete the pointers which are manag...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-24
Kai Li
Progress should be reported for each feature blob
commit
|
commitdiff
|
tree
|
snapshot
2014-06-24
Kai Li
Extract multiple features in a single Forward pass
commit
|
commitdiff
|
tree
|
snapshot
2014-06-23
Yangqing Jia
Merge pull request #508 from kloudkl/ImageDataLayer...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-22
Evan Shelhamer
Merge pull request #529 from crizCraig/patch-3
commit
|
commitdiff
|
tree
|
snapshot
2014-06-21
Craig Quiter
There are 256 filters in conv2.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-21
Jonathan L...
Merge pull request #398 from sguada/L2_hinge_loss
commit
|
commitdiff
|
tree
|
snapshot
2014-06-21
Jonathan L...
explicitly name L1 hinge test
commit
|
commitdiff
|
tree
|
snapshot
2014-06-21
Jonathan L...
fix whitespace error in HingeLossLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-06-21
Sergio
Change hinge_norm to norm in test_hinge_loss
commit
|
commitdiff
|
tree
|
snapshot
2014-06-21
Sergio
Remove C_ mentions, extra spaces and change hinge_norm...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-21
Sergio
Now AccuracyLayer only computes accuracy, one should...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-21
Sergio
Unify L1 and L2 Hinge_Loss to follow convention
commit
|
commitdiff
|
tree
|
snapshot
2014-06-21
Sergio
Fix the loss to follow the convention
commit
|
commitdiff
|
tree
|
snapshot
2014-06-21
Sergio
Fixed switch and test l2hingeloss
commit
|
commitdiff
|
tree
|
snapshot
2014-06-21
Sergio
Remove spaces and merge tests into one file
commit
|
commitdiff
|
tree
|
snapshot
2014-06-21
Sergio
Removed L2HingeLoss class now a case within HingeLoss...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-21
Sergio
Merge HingeLoss and L2HingeLoss by adding hinge_norm...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-20
Kai Li
Verify the result of memtest in SyncedMemoryTest::TestG...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-20
Kai Li
Rename curand_availability_logged according to the...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-20
Kai Li
Revert the namespace ending comment to the same line...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-20
Kai Li
Suppress redundant log messages of unavailable curand
commit
|
commitdiff
|
tree
|
snapshot
2014-06-20
Kai Li
Separate TestForward into Test{CPU, GPU}Forward in...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-20
Kai Li
Extract GPU code out of SyncedMemoryTest::TestCPUWrite
commit
|
commitdiff
|
tree
|
snapshot
2014-06-20
Kai Li
Initialize the RNG generator with an orthogonally newed...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-20
Kai Li
Fix the condition prefetch_needs_rand in the ImageDataLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-06-20
Jonathan L...
remove erroneous comment in ArgMaxLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-06-20
Sergey Karayev
Merge pull request #521 from sguada/set_device_id_at_init
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Sergio
Modified test_net to check loss layer with top
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Sergio
Now Loss layers would return the loss in the top blob...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Sergio
Set device_id at the begining of Solver.Init() to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-19
Yangqing Jia
Merge pull request #504 from leelurch/Config-Example...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-17
Sergio Guadarrama
Merge pull request #507 from longjon/set-device-early
commit
|
commitdiff
|
tree
|
snapshot
2014-06-17
Craig Quiter
Add comment to Makefile.config.example about DEBUG...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-16
Jonathan L...
in Caffe::SetDevice, call cudaSetDevice before Get
commit
|
commitdiff
|
tree
|
snapshot
2014-06-16
Sergey Karayev
Merge pull request #431 from mavenlin/lmdb
commit
|
commitdiff
|
tree
|
snapshot
2014-06-16
leelurch
Add comment for how to set the CUDA path when cuda...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-14
linmin
fix string compare error
commit
|
commitdiff
|
tree
|
snapshot
2014-06-14
linmin
add lmdb support for compute_image_mean
commit
|
commitdiff
|
tree
|
snapshot
2014-06-14
linmin
add lmdb support for convert_imageset
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
Evan Shelhamer
Merge pull request #495 from jeffdonahue/refactor-net
commit
|
commitdiff
|
tree
|
snapshot
next