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-04-23
Jeff Donahue
test scale param
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
make seed test pass by setting up new layer to generate...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
cleanup data_layer, add prefetch_rng_ field to it and...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
add tests for random crop sequence -- currently both...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
add data layer crop tests
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
add random_seed field to SolverParameter and have solve...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-23
Jeff Donahue
add forward tests (via reference impl) for SigmoidCross...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-22
Evan Shelhamer
Merge pull request #350 from longjon/finicky-exhaustive
commit
|
commitdiff
|
tree
|
snapshot
2014-04-22
Jonathan L...
make CheckGradientExhaustive fail for topless layers
commit
|
commitdiff
|
tree
|
snapshot
2014-04-22
Evan Shelhamer
Merge pull request #348 from jeffdonahue/datalayer...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-22
Jeff Donahue
do the same as prev commit for ImageDataLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-04-22
Jeff Donahue
fix bug where DataLayerPrefetch creates its own Caffe...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-21
Evan Shelhamer
Comment current forward/backward responsibilities
commit
|
commitdiff
|
tree
|
snapshot
2014-04-21
Evan Shelhamer
Proofread install docs
commit
|
commitdiff
|
tree
|
snapshot
2014-04-20
Evan Shelhamer
Merge pull request #339 from sergeyk/dev
commit
|
commitdiff
|
tree
|
snapshot
2014-04-20
Sergey Karayev
installation doc update
commit
|
commitdiff
|
tree
|
snapshot
2014-04-19
Evan Shelhamer
Merge pull request #336 from jeffdonahue/fix-rng-segfault
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Evan Shelhamer
fix examples path in mnist leveldb sh
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Jeff Donahue
Merge pull request #332 from jeffdonahue/share-trained...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Jeff Donahue
remove now unused set_generator and related code
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Jeff Donahue
pass caffe rng ref into variate_generator constructor...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-18
Jeff Donahue
remove unnecessary return from void set_generator
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jeff Donahue
add ShareTrainedLayersWith method and use for test...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Evan Shelhamer
Merge pull request #330 from jeffdonahue/mnist-autoenco...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jeff Donahue
change to correct next layer id for merge
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jeff Donahue
clear sigmoid top vec at initialization
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jeff Donahue
add sigmoid cross ent layer unit tests
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jeff Donahue
mnist_autoencoder_solver cleanup
commit
|
commitdiff
|
tree
|
snapshot
2014-04-16
Jeff Donahue
change lenet dir to 'mnist' in docs
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Jeff Donahue
make solver able to compute and display test loss
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Jeff Donahue
mnist autoencoder test proto bugfix: add sigmoid layer...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Jeff Donahue
enable DataLayer to output unlabeled data
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Jeff Donahue
add mnist autoencoder example necessities (sigmoid...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Jeff Donahue
rename lenet dir to mnist
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Evan Shelhamer
Give choice of ATLAS, MKL, and OpenBLAS (with option...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Evan Shelhamer
rename python include config var to match lib
commit
|
commitdiff
|
tree
|
snapshot
2014-04-15
Evan Shelhamer
Merge pull request #325 from AlOa/OpenBlas
commit
|
commitdiff
|
tree
|
snapshot
2014-04-14
AlOa
Add possibility to use OpenBlas
commit
|
commitdiff
|
tree
|
snapshot
2014-04-13
Evan Shelhamer
Merge pull request #318 from jeffdonahue/blob-copy...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-13
Evan Shelhamer
Merge pull request #319 from jeffdonahue/sigmoid-optimi...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-12
Jeff Donahue
sigmoid layer backward pass optimization: don't recompu...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-12
Jeff Donahue
change Adopt -> Share as suggested by kloudkl
commit
|
commitdiff
|
tree
|
snapshot
2014-04-12
Jeff Donahue
add Adopt{Data,Diff} methods to blobs to enable "virtua...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-12
Jeff Donahue
add unit tests for cpu/gpu copy functions
commit
|
commitdiff
|
tree
|
snapshot
2014-04-12
Jeff Donahue
change some unnecessary TYPED_TESTs to TEST_Fs
commit
|
commitdiff
|
tree
|
snapshot
2014-04-11
Jeff Donahue
fix lint errors by adding 'explicit' to new single...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-11
Evan Shelhamer
polished ignore
commit
|
commitdiff
|
tree
|
snapshot
2014-04-10
Evan Shelhamer
Back-merge docs and example image changes from `master...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Evan Shelhamer
Merge pull request #310 from jeffdonahue/clang-test...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
add using std::isnan and use this-> when calling Test...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Evan Shelhamer
fix osx 10.9 condition in Makefile
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Evan Shelhamer
include vecLib BLAS dir on osx
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Evan Shelhamer
Merge pull request #286 from longjon/pycaffe-solver
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
change true_std to intended bernoulli_std
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Evan Shelhamer
Merge pull request #297 from jeffdonahue/rng-bug
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
more rng test cleanup
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Evan Shelhamer
re-time imagenet example on k20, instead of my laptop
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
change *Plus* tests to *Times* tests because the Plus...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
add analogous caffe_gpu_rng_* functions for gaussian...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
have rng_stream initialize RNG if not already initialized
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
make RNG function outputs the last argument per Google...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
make RNG function names more similar to other caffe...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
gpu_hamming_distance fails unit test with fixed RNG...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
cleanup RNG unit tests
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
make rng_ a private member of Generator
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
cleanup test_math_functions
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
comment to explain the purpose of Caffe::set_generator
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
fix bernoulli*bernoulli test, now all pass
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
call caffe_set_rng at the end of each vRng function...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
add bernoulli*bernoulli test
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
cleanup log messages
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
add analogous test for uniform instead of gaussian
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
add test demonstrating weird boost RNG issue when sampl...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-09
Jeff Donahue
Merge pull request #305 from shelhamer/install-doc...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
Merge pull request #309 from shelhamer/comment-matlab...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Evan Shelhamer
Comment out MATLAB by default in Makefile.config
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Evan Shelhamer
rename doc deploy script for better tab completion
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Evan Shelhamer
Drop Lena image in favor of a cute cat photo
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Evan Shelhamer
auto-configure linux/osx build differences
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Evan Shelhamer
trivial makefile grooming
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
Merge pull request #273 from jeffdonahue/lrn-map-layer
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
update proto field IDs from placeholder values
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
cleanup power layer test suite
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
minor unit test cleanup
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
cleanup extra LRN method names
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
don't recompute pre_pad
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
remove unnecessary local variables from EltwiseProductLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
minor polishing
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
replace old cifar full with within channel LRN (per...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
merge LRNMapLayer into LRNLayer with norm_region proto...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
fix some param bugs
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
add cifar example using LRN_MAP (just like the cuda...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
use bvlc copyright
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
use split layer in LRNMapLayer
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
bug fix: average pooling already divides by N^2
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
add padding for average pooling
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
use average pool instead of conv
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
add unit tests for new layer types
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Jeff Donahue
add LRN within map layer and dependencies (eltwise...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-08
Evan Shelhamer
blas install docs, other install polish
commit
|
commitdiff
|
tree
|
snapshot
next