platform/upstream/caffeonacl.git
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 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 Shelhamermake sum the default eltwise operation
2014-05-22 Evan Shelhamerfix layer name in logging
2014-05-22 Evan ShelhamerMerge pull request #434 from shelhamer/little-cat
2014-05-22 Evan Shelhamerreduce example image size
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 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
2014-05-21 Sergio GuadarramaChange ThresholdLayer to ArgMaxLayer in test_argmax
2014-05-21 Sergio GuadarramaFixed name of blob_bottom_
2014-05-21 Sergio GuadarramaFixed name of ArgMaxLayerParameter
2014-05-21 Sergio GuadarramaAdded missing ;
2014-05-21 Sergio GuadarramaAdded FLT_MAX to argmax layer
2014-05-21 Sergio GuadarramaFix types of ArgMax Layers params
2014-05-21 Sergio GuadarramaFixed numbers in proto and name of ArgMaxParameter
2014-05-21 SergioAdded Test for ArgMax Layer
2014-05-21 Sergio GuadarramaAdded ArgMax Layer
2014-05-20 Evan ShelhamerMerge pull request #404 from jeffdonahue/net-param...
2014-05-20 Evan Shelhamerlink canonical bvlc site
2014-05-20 Evan Shelhamerfix detection notebook link
2014-05-20 Evan ShelhamerMerge pull request #429 from shelhamer/next
2014-05-20 Evan ShelhamerBack-merge changes in master
2014-05-20 Evan ShelhamerMerge pull request #311 from shelhamer/python-fixes
2014-05-20 Evan Shelhamerupdate notebook examples with new wrapper usage, re...
2014-05-20 Evan Shelhamerpreprocess single inputs instead of lists
2014-05-20 Evan Shelhamerwindowed detection in python
2014-05-20 Evan Shelhamersquash infuriating loop assignment bug in batching
2014-05-20 Evan Shelhamerimage classification in python
2014-05-20 Evan Shelhamerfix padding for the last batch
2014-05-20 Evan Shelhamersplit drawnet into module code and script
2014-05-20 Evan Shelhameradd caffe.io submodule for conversions, image loading...
2014-05-20 Evan Shelhamerfix python mean subtraction
2014-05-19 Sergey KarayevMerge pull request #376 from sergeyk/layer_reorg
2014-05-19 Sergey KarayevIncorporated Evan’s comments for neuron layers
2014-05-19 Sergey KarayevCosmetic change in ConcatLayer
2014-05-19 Sergey KarayevLil’ more docstring, and cosmetic change in EuclideanLo...
2014-05-19 Sergey Karayevfwd/back math docs for neuron layers
2014-05-16 Evan Shelhamerdrop cute names in favor of Net.{pre,de}process() for...
2014-05-16 Evan ShelhamerNet.caffeinate() and Net.decaffeinate() format/unformat...
2014-05-16 Evan Shelhamertake blob args as ndarrays and assign on the python...
2014-05-16 Sergey KarayevCosmetic change in prep for data layer work
2014-05-16 Sergey KarayevSplit all loss layers into own .cpp files
2014-05-16 Sergey Karayevlayer definition reorganization and documentation
2014-05-15 Evan Shelhamerresize to input dimensions when formatting in python
2014-05-15 Evan Shelhamerreplace iterator with indices for consistency
2014-05-15 Evan Shelhamerpython style
2014-05-15 Evan Shelhamerfix accidental revert of Init() from f5c28581
2014-05-15 Evan Shelhamerbatch inputs in python by forward_all() and forward_bac...
2014-05-15 Evan Shelhamerdon't squeeze blob arrays for python
2014-05-15 Evan Shelhamerpython forward() and backward() extract any blobs and...
2014-05-14 Evan Shelhamerpython Net.backward() helper and Net.BackwardPrefilled()
2014-05-14 Evan Shelhamerbad forward/backward inputs throw exceptions instead...
2014-05-14 Evan Shelhamerpycaffe Net.forward() helper
2014-05-14 Evan Shelhamerset input preprocessing per blob in python
2014-05-14 Evan Shelhamerexpose input and output blob names to python as lists
2014-05-14 Jeff DonahueMerge pull request #417 from shelhamer/create-and-write...
2014-05-14 Evan Shelhamerfix workaround in net prototxt upgrade
2014-05-14 Evan ShelhamerWrite/create/truncate prototxt when saving to fix #341
2014-05-14 Evan Shelhamerpycaffe comments, lint
2014-05-14 Evan Shelhameradd python io getters, mean helper, and image caffeinat...
2014-05-14 Evan Shelhamermake python wrapper mean match binaryproto dimensions
2014-05-14 Evan Shelhamermatch existing python formatting
2014-05-14 Evan ShelhamerMerge pull request #414 from shelhamer/net-output-blobs
2014-05-14 Evan Shelhamernet knows output blobs
2014-05-13 Evan ShelhamerMerge pull request #413 from shelhamer/cublas-status...
2014-05-13 Evan Shelhameradd cublas status in cuda 6 to fix warning
2014-05-11 Jeff DonahueMerge pull request #406 from jeffdonahue/makefile-inclu...
2014-05-11 Jeff Donahuefix Makefile bug - HXX_SRCS was things that don't end...
2014-05-10 Jeff Donahuerequire either train_net or train_net_param to be specified
2014-05-10 Jeff Donahuefix proto comment for multiple test nets
2014-05-10 Jeff Donahueadd script to run lenet_consolidated_solver and add...
next