platform/upstream/caffeonacl.git
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
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-06 Jeff DonahueMerge pull request #471 from jeffdonahue/debug-release...
2014-06-03 Evan ShelhamerMerge pull request #466 from robcurrie/dev
2014-06-03 Jeff Donahueupdate .gitignore appropriately for separate debug...
2014-06-03 Jeff Donahuecompile debug/release into separate directories so...
2014-06-02 Jerod WeinmanAdded an iscolor flag to io.cpp method ReadImageToDatum...
2014-05-29 Rob CurrieUpdate docs on building boost on OSX for the python...
2014-05-29 Evan Shelhamerfix OSX 10.9 homebrew CXX doc
2014-05-27 Sergio GuadarramaMerge pull request #422 from sguada/threshold_layer
2014-05-27 SergioUn comment Test GPUs cases, fixed ThresholdLayer.cu
2014-05-27 SergioComment Test GPUs cases
2014-05-27 SergioMake lint happy
2014-05-27 SergioFixed call to ThresholdForward in ThresholdLayer.cu
2014-05-27 SergioFixed type in ThresholdLayer.cu
2014-05-27 SergioFixed typo in Threshold Layer definition
2014-05-27 SergioAdded ForwardGPU to ThresholdLayer and to the tests
2014-05-27 SergioAdded Threshold layer to neuron_layers.hpp
2014-05-27 Sergio GuadarramaCorrected conditions in test_threshold
2014-05-27 Sergio GuadarramaFix typo in test_threshold ThresholdParameter
2014-05-27 Sergio GuadarramaAdded the code for threshold_layer to the repo
2014-05-27 Sergio GuadarramaAdded NeuronLayer<Dtype>::SetUp(bottom, top) to Thresho...
2014-05-27 Sergio GuadarramaAdded threshold setting test
2014-05-27 Sergio GuadarramaFixed name of blob_bottom_
2014-05-27 Sergio GuadarramaFixed name of threshold_ var
2014-05-27 SergioFixed ThresholdParam
2014-05-27 SergioTest for Threshold layer
2014-05-27 Evan ShelhamerMerge pull request #459 from shelhamer/python-net-prepr...
2014-05-27 Evan ShelhamerMerge pull request #459 from shelhamer/python-net-prepr...
2014-05-27 Evan Shelhamercaffe.Net preprocessing members belong to object, not...
2014-05-26 Evan ShelhamerMerge pull request #445 from jeffdonahue/convert_images...
2014-05-26 Evan Shelhamerconvert imageset comment fixup
2014-05-26 Evan ShelhamerMerge pull request #456 from longjon/spurious-ldflags
2014-05-26 Jonathan L... don't pass LDFLAGS when only compiling
2014-05-25 Evan Shelhamer10.9 install doc formatting
2014-05-25 Evan ShelhamerBack-merge recent fixes from master to dev
2014-05-25 Evan Shelhamerfix OSX 10.9 compiler/stdlib override for latest homebrew
2014-05-25 Sergio GuadarramaMerge pull request #448 from jeffdonahue/sguada-fix_max...
2014-05-25 Jeff Donahuemerge caffe_set definitions; define for int as well
2014-05-25 Jeff Donahueadd tests for maxpooling layer forward, and for maxpool...
2014-05-25 Jeff Donahueoptionally output the mask to a top blob instead of...
2014-05-25 Jeff Donahuemake a Blob<unsigned int> and use in dropout layer
2014-05-25 Jeff Donahueuse a Blob<int> instead of a SyncedMemory to store...
2014-05-25 Jeff Donahuebugfix: setting count to the top count in backward...
2014-05-25 Jeff Donahuemask should be const in backward pass
2014-05-25 Jeff Donahueremove commented out code
2014-05-25 Jeff Donahuelint and make compilable (using static_cast's found...
2014-05-24 SergioAdapted to V1 proto definition, test don't pass
2014-05-24 SergioCommented Atomic Add, back to loop in GPU MaxPoolBackward
2014-05-24 SergioAttempt to use AtomicAdd but it seems slower
next