platform/upstream/caffeonacl.git
2014-04-16 Evan ShelhamerMerge pull request #330 from jeffdonahue/mnist-autoenco...
2014-04-16 Jeff Donahuechange to correct next layer id for merge
2014-04-16 Jeff Donahueclear sigmoid top vec at initialization
2014-04-16 Jeff Donahueadd sigmoid cross ent layer unit tests
2014-04-16 Jeff Donahuemnist_autoencoder_solver cleanup
2014-04-16 Jeff Donahuechange lenet dir to 'mnist' in docs
2014-04-15 Jeff Donahuemake solver able to compute and display test loss
2014-04-15 Jeff Donahuemnist autoencoder test proto bugfix: add sigmoid layer...
2014-04-15 Jeff Donahueenable DataLayer to output unlabeled data
2014-04-15 Jeff Donahueadd mnist autoencoder example necessities (sigmoid...
2014-04-15 Jeff Donahuerename lenet dir to mnist
2014-04-15 Evan ShelhamerGive choice of ATLAS, MKL, and OpenBLAS (with option...
2014-04-15 Evan Shelhamerrename python include config var to match lib
2014-04-15 Evan ShelhamerMerge pull request #325 from AlOa/OpenBlas
2014-04-14 AlOaAdd possibility to use OpenBlas
2014-04-13 Evan ShelhamerMerge pull request #318 from jeffdonahue/blob-copy...
2014-04-13 Evan ShelhamerMerge pull request #319 from jeffdonahue/sigmoid-optimi...
2014-04-12 Jeff Donahuesigmoid layer backward pass optimization: don't recompu...
2014-04-12 Jeff Donahuechange Adopt -> Share as suggested by kloudkl
2014-04-12 Jeff Donahueadd Adopt{Data,Diff} methods to blobs to enable "virtua...
2014-04-12 Jeff Donahueadd unit tests for cpu/gpu copy functions
2014-04-12 Jeff Donahuechange some unnecessary TYPED_TESTs to TEST_Fs
2014-04-11 Jeff Donahuefix lint errors by adding 'explicit' to new single...
2014-04-11 Evan Shelhamerpolished ignore
2014-04-10 Evan ShelhamerBack-merge docs and example image changes from `master...
2014-04-09 Evan ShelhamerMerge pull request #310 from jeffdonahue/clang-test...
2014-04-09 Jeff Donahueadd using std::isnan and use this-> when calling Test...
2014-04-09 Evan Shelhamerfix osx 10.9 condition in Makefile
2014-04-09 Evan Shelhamerinclude vecLib BLAS dir on osx
2014-04-09 Evan ShelhamerMerge pull request #286 from longjon/pycaffe-solver
2014-04-09 Jeff Donahuechange true_std to intended bernoulli_std
2014-04-09 Evan ShelhamerMerge pull request #297 from jeffdonahue/rng-bug
2014-04-09 Jeff Donahuemore rng test cleanup
2014-04-09 Evan Shelhamerre-time imagenet example on k20, instead of my laptop
2014-04-09 Jeff Donahuechange *Plus* tests to *Times* tests because the Plus...
2014-04-09 Jeff Donahueadd analogous caffe_gpu_rng_* functions for gaussian...
2014-04-09 Jeff Donahuehave rng_stream initialize RNG if not already initialized
2014-04-09 Jeff Donahuemake RNG function outputs the last argument per Google...
2014-04-09 Jeff Donahuemake RNG function names more similar to other caffe...
2014-04-09 Jeff Donahuegpu_hamming_distance fails unit test with fixed RNG...
2014-04-09 Jeff Donahuecleanup RNG unit tests
2014-04-09 Jeff Donahuemake rng_ a private member of Generator
2014-04-09 Jeff Donahuecleanup test_math_functions
2014-04-09 Jeff Donahuecomment to explain the purpose of Caffe::set_generator
2014-04-09 Jeff Donahuefix bernoulli*bernoulli test, now all pass
2014-04-09 Jeff Donahuecall caffe_set_rng at the end of each vRng function...
2014-04-09 Jeff Donahueadd bernoulli*bernoulli test
2014-04-09 Jeff Donahuecleanup log messages
2014-04-09 Jeff Donahueadd analogous test for uniform instead of gaussian
2014-04-09 Jeff Donahueadd test demonstrating weird boost RNG issue when sampl...
2014-04-09 Jeff DonahueMerge pull request #305 from shelhamer/install-doc...
2014-04-08 Jeff DonahueMerge pull request #309 from shelhamer/comment-matlab...
2014-04-08 Evan ShelhamerComment out MATLAB by default in Makefile.config
2014-04-08 Evan Shelhamerrename doc deploy script for better tab completion
2014-04-08 Evan ShelhamerDrop Lena image in favor of a cute cat photo
2014-04-08 Evan Shelhamerauto-configure linux/osx build differences
2014-04-08 Evan Shelhamertrivial makefile grooming
2014-04-08 Jeff DonahueMerge pull request #273 from jeffdonahue/lrn-map-layer
2014-04-08 Jeff Donahueupdate proto field IDs from placeholder values
2014-04-08 Jeff Donahuecleanup power layer test suite
2014-04-08 Jeff Donahueminor unit test cleanup
2014-04-08 Jeff Donahuecleanup extra LRN method names
2014-04-08 Jeff Donahuedon't recompute pre_pad
2014-04-08 Jeff Donahueremove unnecessary local variables from EltwiseProductLayer
2014-04-08 Jeff Donahueminor polishing
2014-04-08 Jeff Donahuereplace old cifar full with within channel LRN (per...
2014-04-08 Jeff Donahuemerge LRNMapLayer into LRNLayer with norm_region proto...
2014-04-08 Jeff Donahuefix some param bugs
2014-04-08 Jeff Donahueadd cifar example using LRN_MAP (just like the cuda...
2014-04-08 Jeff Donahueuse bvlc copyright
2014-04-08 Jeff Donahueuse split layer in LRNMapLayer
2014-04-08 Jeff Donahuebug fix: average pooling already divides by N^2
2014-04-08 Jeff Donahueadd padding for average pooling
2014-04-08 Jeff Donahueuse average pool instead of conv
2014-04-08 Jeff Donahueadd unit tests for new layer types
2014-04-08 Jeff Donahueadd LRN within map layer and dependencies (eltwise...
2014-04-08 Evan Shelhamerblas install docs, other install polish
2014-04-08 Evan ShelhamerBack-merge documentation and fixes
2014-04-08 Evan Shelhamerformat installation docs, add links
2014-04-08 Evan ShelhamerAdd hdf5 requirements to 10.9 notes, drop cmake (not...
2014-04-08 Jeff Donahuefix im2col height/width bound check bug (issue #284...
2014-04-08 Evan ShelhamerMerge pull request #298 from jeffdonahue/im2col-nonsqua...
2014-04-08 Evan ShelhamerMerge pull request #302 from sguada/protobuf_limit
2014-04-08 Sergio GuadarramaDoubled protobuf Bytes Limit
2014-04-07 Jeff Donahuefix im2col height/width bound check bug (issue #284...
2014-04-07 Jeff Donahueseparate CPU from GPU ConvolutionLayerTests
2014-04-07 Jeff Donahuemake height/width of input dims in conv layer tests...
2014-04-05 Jonathan L... pycaffe: expose SGDSolver.solve
2014-04-05 Jonathan L... pycaffe: introduce CheckFile helper
2014-04-05 Jonathan L... pycaffe: expose SGDSolver.net
2014-04-05 Jonathan L... switch from inheritance to directly overriding methods...
2014-04-05 Jonathan L... make Solver::net return a shared_ptr rather than a...
2014-04-05 Jonathan L... pycaffe: expose SGDSolver
2014-04-05 Jonathan L... add string constructor to Solver (analogous to Net)
2014-04-05 Evan Shelhamerstrip confusing confusing comment about shuffling files
2014-04-05 Evan ShelhamerRevert "Fix segfault." (python)
2014-04-04 Evan ShelhamerMerge pull request #277 from jeffdonahue/makefile-impro...
2014-04-04 Jeff Donahuegitignore python/caffe/proto/; superclean ignore data dir
2014-04-04 Evan Shelhameradd /etc/rc.local hint for boot configuration of gpus
2014-04-04 Evan ShelhamerMerge pull request #287 from robwhess/dev
next