platform/upstream/caffeonacl.git
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-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
2014-06-10 Evan Shelhamerfix old detect.py default
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 Jeff Donahuefix ArgMaxLayer bug in num bottom blobs decl. pointed...
2014-06-09 Evan ShelhamerMerge pull request #479 from jeffdonahue/declare-layer...
2014-06-09 Evan Shelhameradd fish bike example image
2014-06-09 Jeff Donahuemove MemoryDataLayer decl. from vision_layers.hpp to...
2014-06-09 Jeff Donahuelayers declare their names and number of input/output...
2014-06-09 Jeff Donahuefix Makefile build dir link upgrade bug reported by...
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
next