platform/upstream/caffeonacl.git
2014-04-26 Jeff Donahueset seed in neuron and power layer tests for determinis...
2014-04-26 Jeff DonahueMerge pull request #367 from shelhamer/randomize-test...
2014-04-26 Jeff DonahueMerge pull request #303 from longjon/hinge-loss-layer
2014-04-26 Jeff DonahueMerge pull request #368 from shelhamer/fix-data-layer...
2014-04-26 Evan Shelhamerscope data layer sequence tests to avoid leveldb contention
2014-04-26 Evan Shelhamerset phase in dropout tests
2014-04-26 Evan Shelhamerrandomize order of test execution by make runtest
2014-04-26 Jeff DonahueMerge pull request #366 from shelhamer/test-phase-fix
2014-04-26 Evan Shelhamerset TRAIN in CommonTest.TestPhase
2014-04-26 Jonathan L... test HingeLossLayer
2014-04-25 Jonathan L... make gradient checker's kink use feature absolute value
2014-04-25 Jonathan L... add HingeLossLayer for one-vs-all hinge loss
2014-04-25 Evan ShelhamerMerge pull request #365 from longjon/pycaffe-empty...
2014-04-25 Jonathan L... pycaffe: add unary CaffeNet constructor for uninitializ...
2014-04-25 Evan ShelhamerMerge pull request #363 from jeffdonahue/speedup-gradie...
2014-04-25 Jeff Donahueeltwise gradient checker
2014-04-25 Jeff Donahuemove analytic gradient computation outside loop and...
2014-04-25 Evan ShelhamerMerge pull request #364 from niuzhiheng/dev
2014-04-25 Evan Shelhamernote pydot dependency of model visualization
2014-04-25 ZhiHeng NIUUpdate the drawnet.py to reflect the recent revised...
2014-04-24 Evan ShelhamerMerge pull request #352 from jeffdonahue/solver-seed
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 caffe/random_fn lint rule to check for use of rand...
2014-04-23 Jeff Donahuereplace std::shuffle with version using prefetch rng...
2014-04-23 Jeff Donahuereplace remaining uses of rand() with caffe_rng_rand()
2014-04-23 Jeff Donahueprefetch_rng in window_data_layer
2014-04-23 Jeff Donahueprefetch_rng in ImageDataLayer
2014-04-23 Jeff Donahuetest scale param
2014-04-23 Jeff Donahuemake seed test pass by setting up new layer to generate...
2014-04-23 Jeff Donahuecleanup data_layer, add prefetch_rng_ field to it and...
2014-04-23 Jeff Donahueadd tests for random crop sequence -- currently both...
2014-04-23 Jeff Donahueadd data layer crop tests
2014-04-23 Jeff Donahueadd random_seed field to SolverParameter and have solve...
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
next