Wget should never be quiet
[platform/upstream/caffeonacl.git] / src /
2014-03-19 Evan ShelhamerMerge pull request #231 from BVLC/next
2014-03-19 Evan Shelhamerarrange example images, update paths, bring back imagen...
2014-03-19 Jeff DonahueMerge pull request #240 from jeffdonahue/rm-cuda-kernel...
2014-03-19 Jeff Donahueuse CUDA_KERNEL_LOOP in padding layer
2014-03-19 Jeff Donahuefix remaining lint errors
2014-03-19 Jeff Donahuefix remaining issues related to CUDA_KERNEL_LOOP
2014-03-19 Jeff DonahueMerge pull request #239 from jeffdonahue/fix-kernel...
2014-03-19 Jeff Donahuefix kernel loop bugs, compiles and passes all tests
2014-03-19 blackballaddd CUDA_KERNEL_LOOP macro
2014-03-18 Evan Shelhamerlint, except for rand/rand_r
2014-03-18 Sergey KarayevMerge pull request #230 from kloudkl/get_model_script
2014-03-18 Evan ShelhamerMerge pull request #229 from kloudkl/minor_change
2014-03-18 Evan Shelhamersort layer factory's list alphabetically
2014-03-18 Evan Shelhamerfix style bugs in new layers' proto fields
2014-03-18 Evan ShelhamerBack-merge documentation and historical PRs to master
2014-03-18 Evan ShelhamerMerge pull request #226 from longjon/imagenet-vis
2014-03-18 longjonMerge pull request #227 from shelhamer/padding-deprecation
2014-03-18 Evan Shelhamerstyle: line continuation spacing
2014-03-18 Evan Shelhamerbring back padding test and lint it
2014-03-18 Evan Shelhamerbring back padding layer with deprecation notice
2014-03-18 Sergio GuadarramaMerge pull request #203 from sergeyk/hdf5_data
2014-03-18 Evan ShelhamerMerge pull request #199 from longjon/pycaffe-ordereddict
2014-03-17 Sergey Karayevminor
2014-03-17 Sergey KarayevLint errors fixed, except still using stream.
2014-03-17 Evan ShelhamerMerge pull request #222 from jeffdonahue/test-all-bin...
2014-03-17 Sergey KarayevMaking HDF5 blob data non-mutable for copy (minor)
2014-03-17 Evan Shelhamerrelax timing checks for commodity GPUs
2014-03-17 Evan ShelhamerMerge pull request #179 from erictzeng/test_all
2014-03-17 Eric TzengFix a test assuming CPU mode without explicitly setting it.
2014-03-17 Sergey KarayevHDF5 data now loaded into Blobs; cleaner interface
2014-03-17 Sergey KarayevHDF5DataLayer source is now a list of filenames
2014-03-17 Sergey KarayevDRYing and documenting HDF5 loading code.
2014-03-17 Sergey KarayevMerge pull request #217 from tdomhan/multidhdf5
2014-03-16 Tobias Domhansupport for more than 2 dimensions in hdf5 files
2014-03-13 Eric TzengCompile a binary to run all tests at once.
2014-03-13 Evan ShelhamerMerge pull request #120 from sguada/images_layer
2014-03-13 Evan ShelhamerMerge pull request #136 from kloudkl/cuda_timing
2014-03-13 Evan ShelhamerMerge pull request #184 from chyojn/cifar10_model_script
2014-03-13 Evan ShelhamerMerge pull request #191 from sguada/print_memory
2014-03-06 Sergio GuadarramaChanged display top shape to include num and count...
2014-03-06 sguadaLog memory usage while loading a Net
2014-03-04 Kai LiFix the cpplint errors for benchmark Timer
2014-03-04 Kai LiAdd state machine, boost::posix_time based cpu timer...
2014-03-04 Kai LiAdd Timer to wrap CPU clock_t and GPU cudaEvent_t based...
2014-02-28 Evan ShelhamerBack-merge documentation updates from master
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 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 ShelhamerMerge pull request #172 from erictzeng/split_cuda
2014-02-27 Eric TzengSplitting source files between CUDA and CPU code.
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 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 Donahuemake test_gradient_check_util methods use pointers...
2014-02-26 Jeff Donahuefix most linter errors
2014-02-26 Sergey KarayevMerge pull request #147 from sergeyk/hdf5_data
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 linminremove padding_layer and its test
2014-02-26 linminunified to padding aware version
2014-02-26 linminremove the pad=0 case in conv_layer and im2col_layer
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 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 Aravindh MahendranAdded a test for the tanh layer.
2014-02-26 Aravindh MahendranAdded tanh activation function layer.
2014-02-26 tabeFix error message typo in SoftmaxWithLossLayer
2014-02-26 Sergio GuadarramaSet leveldb options.max_open_files = 100. Fix #13 and #38
2014-02-21 Sergey KarayevMerge pull request #123 from longjon/master
2014-02-18 Evan ShelhamerRevert "Merge pull request #114 from jeffdonahue/dags...
next