platform/upstream/caffeonacl.git
2014-06-27 James ThewlisFix building tests with parallel make
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-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
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-12 Evan Shelhamermake notebook for net surgery of fully-convolutional...
2014-06-12 Evan Shelhamerdefine fully-convolutional imagenet model
2014-06-12 Evan Shelhamersave from python for net surgery
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-11 Evan Shelhamerpycaffe: leave grayscale images gray according to arg
2014-06-11 Evan Shelhamerdrop learning rates and decays from deploy model
2014-06-10 Evan Shelhamergroom install docs
2014-06-10 Jeff Donahuefix clang compilation problem w/ DummyDataLayer
2014-06-10 Evan Shelhamerfinish R-CNN detection example
2014-06-10 Evan Shelhamermake selective search proposals with R-CNN configuration
2014-06-10 Evan Shelhameredit detection example, include R-CNN NMS
2014-06-10 Evan Shelhamermake R-CNN the Caffe detection example
2014-06-10 Evan Shelhamerpycaffe Detector crops with surrounding context
next