Update caffe.proto
[platform/upstream/caffeonacl.git] / src /
2014-07-04 Ronghang HuUpdate caffe.proto
2014-06-30 Evan ShelhamerMerge pull request #545 from jamt9000/im2col-kernel...
2014-06-28 Evan Shelhamerlint
2014-06-28 Sergio GuadarramaMerge pull request #502 from sguada/fix_dropout_backward
2014-06-28 SergioRemove Cuda.major >= 2 check on Dropout test
2014-06-28 SergioCheck that pointers are different before copying in...
2014-06-28 SergioAdded test to Dropout to check gradients during Test...
2014-06-28 SergioFix var names in Dropout.cu
2014-06-28 SergioModify Dropout to allow backward pass in TEST phase
2014-06-27 Evan ShelhamerMerge pull request #510 from crizCraig/patch-1
2014-06-27 Evan ShelhamerMerge pull request #531 from flickr/dev-top-k-accuracy
2014-06-27 Rob HessComment-fix.
2014-06-27 Rob HessUpdate name of last added param.
2014-06-27 Rob HessAdd unit test for accuracy layer.
2014-06-27 cypofNext LayerParameter proto id
2014-06-27 Rob HessUse vectors instead of arrays.
2014-06-27 Rob HessCompute top-k accuracy in AccuracyLayer.
2014-06-27 Rob HessIncorporate top_k param into AccuracyLayer and check...
2014-06-27 Rob HessAdd parameter for AccuracyLayer in proto.
2014-06-27 James ThewlisTest for im2col kernel
2014-06-27 Evan ShelhamerMerge pull request #511 from kloudkl/extract_multiple_f...
2014-06-26 Jeff DonahueMerge pull request #546 from BVLC/weight-sharing
2014-06-26 Evan Shelhamerrename layer -> param mapping for clarity
2014-06-26 Evan Shelhamerchange weight blob field name to param
2014-06-26 Jeff Donahueweight sharing
2014-06-26 Evan ShelhamerMerge pull request #497 from jeffdonahue/fix-backward...
2014-06-26 Jeff Donahueforce_backward works properly with non-backproppable...
2014-06-26 Jeff Donahuechange Backward interface: propagate_down is a vector...
2014-06-26 Evan ShelhamerMerge pull request #522 from sguada/accuracy_without_loss
2014-06-26 Evan ShelhamerMerge pull request #488 from longjon/wall-werror
2014-06-26 Evan Shelhamerfix test data layer post-lmdb
2014-06-25 Evan ShelhamerMerge pull request #478 from kloudkl/cpu_only_tests
2014-06-25 Jonathan L Longinitialize and comment variables that the compiler...
2014-06-25 Jonathan L Longmove CUDA 6.0 check into switch statement itself
2014-06-25 Jonathan L Longremove unused variables from tests
2014-06-25 Jonathan L Longremove unused variables
2014-06-25 Jonathan L Longinitialize in declared order in tests
2014-06-25 Jonathan L Longinitialize in declared order
2014-06-25 Jonathan L Longcheck if window file is empty in WindowDataLayer
2014-06-25 Jonathan L Longactually check status values from all HDF5 calls
2014-06-25 Evan ShelhamerMerge pull request #427 from jamt9000/fix-kernel-index
2014-06-25 Evan Shelhamerfix SOFTMAX_LOSS to work with loss top blob interface
2014-06-23 Yangqing JiaMerge pull request #508 from kloudkl/ImageDataLayer...
2014-06-21 Jonathan L LongMerge pull request #398 from sguada/L2_hinge_loss
2014-06-21 Jonathan L Longexplicitly name L1 hinge test
2014-06-21 Jonathan L Longfix whitespace error in HingeLossLayer
2014-06-21 SergioChange hinge_norm to norm in test_hinge_loss
2014-06-21 SergioRemove C_ mentions, extra spaces and change hinge_norm...
2014-06-21 SergioNow AccuracyLayer only computes accuracy, one should...
2014-06-21 SergioUnify L1 and L2 Hinge_Loss to follow convention
2014-06-21 SergioFix the loss to follow the convention
2014-06-21 SergioFixed switch and test l2hingeloss
2014-06-21 SergioRemove spaces and merge tests into one file
2014-06-21 SergioRemoved L2HingeLoss class now a case within HingeLoss...
2014-06-21 SergioMerge HingeLoss and L2HingeLoss by adding hinge_norm...
2014-06-20 Kai LiVerify the result of memtest in SyncedMemoryTest::TestG...
2014-06-20 Kai LiRename curand_availability_logged according to the...
2014-06-20 Kai LiRevert the namespace ending comment to the same line...
2014-06-20 Kai LiSuppress redundant log messages of unavailable curand
2014-06-20 Kai LiSeparate TestForward into Test{CPU, GPU}Forward in...
2014-06-20 Kai LiExtract GPU code out of SyncedMemoryTest::TestCPUWrite
2014-06-20 Kai LiInitialize the RNG generator with an orthogonally newed...
2014-06-20 Kai LiFix the condition prefetch_needs_rand in the ImageDataLayer
2014-06-20 Jonathan L Longremove erroneous comment in ArgMaxLayer
2014-06-20 Sergey KarayevMerge pull request #521 from sguada/set_device_id_at_init
2014-06-19 SergioModified test_net to check loss layer with top
2014-06-19 SergioNow Loss layers would return the loss in the top blob...
2014-06-19 SergioSet device_id at the begining of Solver.Init() to avoid...
2014-06-19 Yangqing JiaMerge pull request #504 from leelurch/Config-Example...
2014-06-17 Sergio GuadarramaMerge pull request #507 from longjon/set-device-early
2014-06-16 Jonathan L Longin Caffe::SetDevice, call cudaSetDevice before Get
2014-06-16 Sergey KarayevMerge pull request #431 from mavenlin/lmdb
2014-06-13 Evan ShelhamerMerge pull request #495 from jeffdonahue/refactor-net
2014-06-13 Jeff Donahueunify data layer tests: was copied four times for all...
2014-06-13 Jeff Donahueunify test_data_layer tests
2014-06-13 Jeff Donahuelint
2014-06-13 linminfixed cpplint error
2014-06-13 linminadd tests for lmdb of datalayer (copied from test_data_...
2014-06-13 linminadd option for lmdb
2014-06-12 Evan ShelhamerMerge pull request #455 from shelhamer/pycaffe-save
2014-06-12 Jeff Donahuerefactor Net::Init to call helpers AppendBottom and...
2014-06-12 Jeff Donahuemake Net::Init loop indices clearer
2014-06-12 Jeff DonahueMerge pull request #496 from jeffdonahue/test-net-use...
2014-06-12 Jeff Donahuemake test_net use DUMMY_DATA instead of leveldb
2014-06-11 Evan ShelhamerMerge pull request #482 from shelhamer/rcnn-detector...
2014-06-11 Evan ShelhamerMerge pull request #469 from weinman/grayscale-io-convert
2014-06-10 Jeff Donahuefix clang compilation problem w/ DummyDataLayer
2014-06-09 Jeff Donahuelint dummy data layer
2014-06-09 Jeff DonahueMerge pull request #480 from jeffdonahue/dummy-data...
2014-06-09 Jeff Donahueadd DummyDataLayer tests
2014-06-09 Jeff Donahueadd DummyDataLayer
2014-06-09 Evan ShelhamerMerge pull request #479 from jeffdonahue/declare-layer...
2014-06-09 Jeff Donahuelayers declare their names and number of input/output...
2014-06-08 Jerod WeinmanChanged variable name: iscolor to is_color.
2014-06-08 Jeff DonahueMerge pull request #473 from shelhamer/pad-max-pooling
2014-06-08 Jeff Donahuecheck the last pooling in padding and add padded max...
2014-06-08 Evan Shelhamerpadding for max pooling
2014-06-08 Evan ShelhamerMerge pull request #475 from jeffdonahue/tanh-fixes
2014-06-06 Jeff DonahueMake TanH cleaner, more efficient, and possible to...
2014-06-02 Jerod WeinmanAdded an iscolor flag to io.cpp method ReadImageToDatum...
next