platform/upstream/caffeonacl.git
2014-06-16 leelurchAdd comment for how to set the CUDA path when cuda...
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-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
2014-05-24 SergioAdded test for maxpool layer followed by dropout
2014-05-24 SergioUse loops in GPU again to avoid over-writting of bottom...
2014-05-24 SergioFixed parameter order
2014-05-24 SergioCleaned prints from test_pooling_layer.cpp
2014-05-24 SergioSet bottom_diff to 0 and remove Async memcopy
2014-05-24 SergioRemove top_data from backward Max Pooling
2014-05-24 SergioUse mask_idx to compute backward Max Pooling
2014-05-24 SergioAdded test for Pooling layer GPU
2014-05-24 SergioAdded max_idx to Pooling layer GPU
2014-05-24 Sergio GuadarramaDefault mask idx is -1
2014-05-24 SergioAdded max_idx to Pooling layer CPU
2014-05-23 Jeff Donahueadd convert_imageset option to resize images; use in
2014-05-23 Evan Shelhamerfollow-up on #443 to invert k channels (instead of 3)
next