platform/upstream/caffe.git
2014-03-17 James ThewlisFix wrong argv check for whether a backward pass should...
2014-03-17 James ThewlisPrevent blob from being freed at end of if statement...
2014-03-11 Evan ShelhamerMerge pull request #134 from mavenlin/computemean
2014-03-11 linminmove if outside of forloop
2014-03-11 linmincompute data mean for float_data
2014-02-28 Evan ShelhamerBack-merge documentation updates from master
2014-02-28 Evan ShelhamerDraft development guidelines, link from README
2014-02-28 Evan Shelhamerminor readme polish
2014-02-28 Evan ShelhamerMerge pull request #181 from chyojn/absolute_path_of_script
2014-02-28 Jeff DonahueMerge pull request #125 from sguada/concat_layer
2014-02-28 chyojnuse absolute path in script
2014-02-28 Sergio GuadarramaSplited concat_layer into .cpp and .cu, cleaned lint...
2014-02-28 sguadaFixed test to pass and don't exhaustive search since...
2014-02-28 sguadaAdded Tests for Concat Layer, and passed
2014-02-28 sguadaAdded concat_dim to caffe.proto and ConcatLayer to...
2014-02-28 Sergio GuadarramaCode for concat_layer for concat along num and channels...
2014-02-27 Evan Shelhamerfix include order for pycaffe on osx, override lint
2014-02-27 Evan Shelhameradd hardware notes to installation
2014-02-27 Evan Shelhameroutline pull request etiquette
2014-02-27 Evan ShelhamerMerge pull request #176 from jeffdonahue/osx-make-lint-fix
2014-02-27 Jeff Donahuefix 'make lint' in OSX:
2014-02-27 Evan ShelhamerMerge pull request #172 from erictzeng/split_cuda
2014-02-27 Evan Shelhamerpolish doc build and deploy and allow other remotes
2014-02-27 Evan Shelhamerfix path for mnist leveldb creation
2014-02-27 Evan Shelhamerfix examples shell scripts: too many dollar signs,...
2014-02-27 Evan Shelhamerfix formatting + notebook url of 8c245b5
2014-02-27 Evan Shelhamerupdate detection example post re-arrangement in #124
2014-02-27 Eric TzengSplitting source files between CUDA and CPU code.
2014-02-27 Evan ShelhamerMerge pull request #168 from jeffdonahue/fix-lint-bugs
2014-02-27 Jeff Donahuefix python/matlab wrapper bugs introduced by lint;...
2014-02-27 Jeff Donahuemake lint will not rerun if successful and no source...
2014-02-26 Evan ShelhamerMerge pull request #163 from jeffdonahue/linter
2014-02-26 Jeff Donahuecpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT...
2014-02-26 Jeff Donahueadd new tools dir to linted dir list
2014-02-26 Jeff Donahuefix linter errors in examples
2014-02-26 Jeff Donahueadd examples, python, matlab to NONGEN_CXX_SRCS so...
2014-02-26 Jeff Donahuefix compiler warning for test_hdf5data_layer
2014-02-26 Jeff Donahuefix post-rebase linter errors
2014-02-26 Jeff Donahuelong -> int64_t; all linter errors fixed. woohoo!
2014-02-26 Jeff Donahuehandle linter stream errors
2014-02-26 Jeff Donahueallow TODO without username
2014-02-26 Jeff Donahuemake test_gradient_check_util methods use pointers...
2014-02-26 Jeff Donahuefix most linter errors
2014-02-26 Jeff Donahueadd NOLINT_NEXTLINE to suppress linter errors on nextline
2014-02-26 Jeff Donahueexclude proto generated files from lint
2014-02-26 Jeff Donahueadd hpp to valid cpplint extensions
2014-02-26 Jeff Donahuefix matcaffe and pycaffe linter errors
2014-02-26 Jeff Donahuesuppress linter errors due to not including the directo...
2014-02-26 Kai LiReverse the order of hdf5_hl hdf5 as LIBRARIES in Makefile
2014-02-26 Jeff Donahueadd cpplint.py and "make lint" to run on all c source...
2014-02-26 Sergey KarayevMerge pull request #147 from sergeyk/hdf5_data
2014-02-26 Evan Shelhamername blobs and params for their layers in python wrapper
2014-02-26 Sergey Karayevminor comment edit
2014-02-26 Sergey KarayevHDF5DataLayer, with test.
2014-02-26 Sergey KarayevAdding GPU coverage to the DataLayer test.
2014-02-26 Evan ShelhamerMerge pull request #128 from mavenlin/pad-im2col
2014-02-26 linminremove cuda_timer as is no longer needed
2014-02-26 linminremove padding_layer and its test
2014-02-26 linminunified to padding aware version
2014-02-26 linminremove padding layers in imagenet definitions
2014-02-26 linminremove the pad=0 case in conv_layer and im2col_layer
2014-02-26 linminadd code to measure timing
2014-02-26 linminadd test code to test the padding aware im2col col2im...
2014-02-26 linminimplemented padding aware im2col and col2im functions
2014-02-26 Evan ShelhamerMerge pull request #167 from BVLC/next
2014-02-26 Evan ShelhamerDefine split layer (merge trick)
2014-02-26 Evan ShelhamerMerge pull request #129 from jeffdonahue/dags-by-split
2014-02-26 Jeff Donahueminor cleanup; only get blob_name if needed
2014-02-26 Jeff Donahueadd idempotence test
2014-02-26 Jeff Donahueadd imagenet no split insertion test
2014-02-26 Jeff Donahuefix split layer insertion bug with in-place layers
2014-02-26 Jeff Donahueremove unnecessary include
2014-02-26 Jeff Donahueeliminate some cruft by relying on std::map default...
2014-02-26 Jeff Donahueget rid of messy snprintf string concatenation
2014-02-26 Jeff Donahueget_split_blob_name returns a string to remove some...
2014-02-26 Jeff Donahueremove redundant add_bottom (immediately cleared and...
2014-02-26 Jeff Donahueadd test for layer with two tops that are inputs to...
2014-02-26 Jeff Donahuefix comment typo
2014-02-26 Jeff Donahueremove pointlessly duplicated CheckGradientExhaustive...
2014-02-26 Jeff Donahuechange \" in test_split_layer to ' for readability
2014-02-26 Jeff Donahueallow in place computation of SplitLayer 0th top blob
2014-02-26 Jeff Donahuegive first top split blob same name as bottom blob
2014-02-26 Jeff Donahuechange \n's to less distracting spaces in hard-coded...
2014-02-26 Jeff Donahueeliminate redundant code with get_split_blob_name method
2014-02-26 Jeff Donahuesome cleanup
2014-02-26 Jeff Donahueadd split layer insertion tests; move split insertion...
2014-02-26 Jeff Donahueadd split layer tests
2014-02-26 Jeff Donahueadd split layer tests
2014-02-26 Jeff Donahuemake split_layer backward obey propagate_down
2014-02-26 Evan ShelhamerMerge pull request #116 from aravindhm/tanh
2014-02-26 Aravindh MahendranAdded a test for the tanh layer.
2014-02-26 Aravindh MahendranAdded tanh activation function layer.
2014-02-26 Evan ShelhamerMerge pull request #142 from shelhamer/data-aux
2014-02-26 Evan Shelhamerbring imagenet docs back to reality
2014-02-26 Evan Shelhamerbring mnist docs back to reality
2014-02-26 Evan Shelhamerfix + rename lenet training script
2014-02-26 Evan Shelhamerharmonize imagenet example, name caffe reference model...
2014-02-26 Evan Shelhamerfix mnist, add deploy net example
2014-02-26 Evan ShelhamerTODO cifar example
2014-02-26 Evan Shelhamereverything in its right place
next