platform/upstream/caffeonacl.git
2014-04-24 Evan ShelhamerMerge pull request #357 from jeffdonahue/test-on-iter-0
2014-04-24 Jeff Donahuetest on "0th iteration" -- before doing any training
2014-04-23 Jeff Donahueadd forward tests (via reference impl) for SigmoidCross...
2014-04-22 Evan ShelhamerMerge pull request #350 from longjon/finicky-exhaustive
2014-04-22 Jonathan L... make CheckGradientExhaustive fail for topless layers
2014-04-22 Evan ShelhamerMerge pull request #348 from jeffdonahue/datalayer...
2014-04-22 Jeff Donahuedo the same as prev commit for ImageDataLayer
2014-04-22 Jeff Donahuefix bug where DataLayerPrefetch creates its own Caffe...
2014-04-21 Evan ShelhamerComment current forward/backward responsibilities
2014-04-21 Evan ShelhamerProofread install docs
2014-04-20 Evan ShelhamerMerge pull request #339 from sergeyk/dev
2014-04-20 Sergey Karayevinstallation doc update
2014-04-19 Evan ShelhamerMerge pull request #336 from jeffdonahue/fix-rng-segfault
2014-04-18 Evan Shelhamerfix examples path in mnist leveldb sh
2014-04-18 Jeff DonahueMerge pull request #332 from jeffdonahue/share-trained...
2014-04-18 Jeff Donahueremove now unused set_generator and related code
2014-04-18 Jeff Donahuepass caffe rng ref into variate_generator constructor...
2014-04-18 Jeff Donahueremove unnecessary return from void set_generator
2014-04-16 Jeff Donahueadd ShareTrainedLayersWith method and use for test...
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...
next