platform/upstream/caffeonacl.git
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 Evan Shelhameradd fish bike example image
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-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)
2014-05-23 James ThewlisCorrectly invert the swapping of colour channels
2014-05-23 Evan Shelhamerfollow-up on #443 to invert k channels (instead of 3)
2014-05-23 Evan ShelhamerMerge pull request #443 from jamt9000/correct-deprocess
2014-05-23 James ThewlisCorrectly invert the swapping of colour channels
2014-05-23 Evan ShelhamerMerge pull request #433 from shelhamer/eltwise
2014-05-23 Evan Shelhamercommment, lint
2014-05-23 Evan Shelhamerweight elementwise sum with per-blob coefficients
2014-05-23 Evan Shelhamerlink presentation on dropbox (was self-hosted during...
2014-05-23 Sergey Karayevlink to demo
2014-05-23 Evan Shelhamermake sum the default eltwise operation
2014-05-22 Evan Shelhamerfix layer name in logging
2014-05-22 Evan ShelhamerMerge pull request #435 from shelhamer/v1-models
2014-05-22 Evan Shelhamerfix draw_net python script
2014-05-22 Evan Shelhamerrelease v1 model defs + weights
2014-05-22 Evan ShelhamerMerge pull request #434 from shelhamer/little-cat
2014-05-22 Evan Shelhamerreduce example image size
2014-05-22 Evan Shelhamerpoint out @niuzhiheng's work on the Windows port
2014-05-22 Evan Shelhameradd EltwiseLayer docstring
2014-05-22 Evan ShelhamerElementwise layer learns summation
2014-05-22 Evan Shelhameradd caffe_gpu_add() and caffe_gpu_sub()
2014-05-22 Evan ShelhamerEltwiseProductLayer -> EltwiseLayer for generality
2014-05-21 Evan Shelhamerfix test_all path in docs
2014-05-21 Evan ShelhamerRevert "setting canonical random seed"
2014-05-21 Sergey KarayevMerge pull request #421 from sguada/argmax_layer
2014-05-21 Sergey Karayevsetting canonical random seed
2014-05-21 Sergey KarayevFixed lint errors due to ArgmaxLayer
2014-05-21 Sergey KarayevDocumented ArgMax layer in vision_layers.hpp
2014-05-21 Sergey Karayevcorrected the caffe.proto ids
2014-05-21 Sergio GuadarramaChange ArgMaxLayerParam to ArgMaxParam for consitency
next