platform/upstream/caffeonacl.git
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...
2014-05-10 Jeff Donahuelint and two test_iters in lenet_consolidated_solver
2014-05-10 Tobias Domhanmultiple test_iter
2014-05-10 Jeff Donahueadd a lenet example of specifying train/test net direct...
2014-05-10 Jeff Donahueallow multiple test nets
2014-05-10 Jeff Donahuelog {Net,Solver}Parameters on Init
2014-05-10 Jeff Donahuespecify NetParameters directly in the SolverParameter
2014-05-09 Evan ShelhamerMerge pull request #403 from jeffdonahue/solver-mode...
2014-05-09 Jeff Donahuemake solver_mode an enum with CPU and GPU -- fully...
2014-05-07 Jeff DonahueMerge pull request #396 from longjon/math-includes
2014-05-07 Jonathan L... improve includes in util/math_function.hpp
2014-05-06 Jeff Donahuenote bug in cifar10 full with CPU computation
2014-05-06 Evan Shelhamerbundle presentation in gh-pages for now...
2014-05-02 Evan ShelhamerMerge pull request #294 from longjon/memory-data-layer
2014-05-02 Jonathan L... fix lint error in syncedmem.hpp
2014-05-02 Jonathan L... pycaffe: allow 1d labels to be passed to set_input_arrays
2014-05-02 Jonathan L... pycaffe: add Net.set_input_arrays for input from numpy
2014-05-02 Jonathan L... pycaffe: store a shared_ptr<CaffeNet> in SGDSolver
2014-05-02 Jonathan L... pycaffe: let boost pass shared_ptr<CaffeNet>
2014-05-02 Jonathan L... add basic tests for MemoryDataLayer
2014-05-02 Jonathan L... add size accessors to MemoryDataLayer
2014-05-02 Jonathan L... add MemoryDataLayer for reading input from contiguous...
2014-05-02 Jonathan L... add set_cpu_data to Blob and SyncedMemory
2014-04-30 Jeff DonahueMerge pull request #378 from longjon/no-merge-duplicates
2014-04-30 Jonathan L... note the last added layer/params in caffe.proto to...
2014-04-30 Evan ShelhamerMerge pull request #377 from sguada/fix_initial_test
2014-04-30 Sergio GuadarramaKeep uniform test messages for all the test
2014-04-29 Jeff Donahuerollback 8368818, does not build
next