platform/upstream/caffeonacl.git
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 James ThewlisFix building tests with parallel make
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 Evan ShelhamerMerge pull request #554 from shelhamer/nvcc-arch-50
2014-06-27 Evan Shelhameradd latest CUDA arch to fix invalid device function...
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 Shelhamerfile SoftmaxWithLoss in with loss layers
2014-06-26 Evan ShelhamerMerge pull request #488 from longjon/wall-werror
2014-06-26 Evan Shelhamercontent ourselves to -Wall without -Werror for now
2014-06-26 Evan Shelhamermake clang++ happy on OSX by not linking with pthread
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... turn off some warnings for older compilers
2014-06-25 Jonathan L... add WARNINGS to CXXFLAGS
2014-06-25 Jonathan L... upgrade warnings to -Wall -Werror -Wno-sign-compare
2014-06-25 Jonathan L... don't end comments with \, so that -Wcomment can be...
2014-06-25 Jonathan L... initialize and comment variables that the compiler...
2014-06-25 Jonathan L... move CUDA 6.0 check into switch statement itself
2014-06-25 Jonathan L... add missing const qualifiers to MemoryDataLayer ExactNu...
2014-06-25 Jonathan L... remove unused variables from tests
2014-06-25 Jonathan L... remove unused variables
2014-06-25 Jonathan L... initialize in declared order in tests
2014-06-25 Jonathan L... initialize in declared order
2014-06-25 Jonathan L... check if window file is empty in WindowDataLayer
2014-06-25 Jonathan L... actually 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-24 Kai LiInit google logging
2014-06-24 Kai LiReplace the raw pointers with shared_ptr to ensure...
2014-06-24 Kai LiNo need to manually delete the pointers which are manag...
2014-06-24 Kai LiProgress should be reported for each feature blob
2014-06-24 Kai LiExtract multiple features in a single Forward pass
2014-06-23 Yangqing JiaMerge pull request #508 from kloudkl/ImageDataLayer...
2014-06-22 Evan ShelhamerMerge pull request #529 from crizCraig/patch-3
2014-06-21 Craig QuiterThere are 256 filters in conv2.
2014-06-21 Jonathan L... Merge pull request #398 from sguada/L2_hinge_loss
2014-06-21 Jonathan L... explicitly name L1 hinge test
2014-06-21 Jonathan L... fix 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... remove 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-17 Craig QuiterAdd comment to Makefile.config.example about DEBUG...
2014-06-16 Jonathan L... in Caffe::SetDevice, call cudaSetDevice before Get
2014-06-16 Sergey KarayevMerge pull request #431 from mavenlin/lmdb
2014-06-16 leelurchAdd comment for how to set the CUDA path when cuda...
2014-06-14 linminfix string compare error
2014-06-14 linminadd lmdb support for compute_image_mean
2014-06-14 linminadd lmdb support for convert_imageset
2014-06-13 Evan ShelhamerMerge pull request #495 from jeffdonahue/refactor-net
2014-06-13 Evan Shelhameradd net surgery link to docs (+ drop old comment)
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
next