platform/upstream/caffeonacl.git
2014-03-20 Ross Girshickadd window data layer
2014-03-19 Evan ShelhamerMerge pull request #221 from jamt9000/fix-dump-network
2014-03-19 Evan ShelhamerMerge pull request #242 from kloudkl/script
2014-03-19 Kai LiFile naming convention requires that two words be split...
2014-03-19 Kai LiWget should never be quiet
2014-03-19 Kai LiFix shell script current dir bad substition errors
2014-03-19 James ThewlisRemove cudaSetDevice(1)
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 #236 from jeffdonahue/test-all-bin...
2014-03-19 Jeff Donahuealso fix for runtest
2014-03-19 Jeff Donahueadd libcaffe.a to TEST_ALL_BIN dependencies in Makefile
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 Evan Shelhamerdrop models/ in favor of examples/
2014-03-18 Evan Shelhamerfix README links to presentation and development section
2014-03-18 Sergey Karayevbuild_docs script
2014-03-18 Evan Shelhamergroom docs, move Caffe presentation to dropbox
2014-03-18 Evan ShelhamerMerge pull request #234 from sergeyk/updating_docs
2014-03-18 Sergey Karayevminor fixes suggested by evan
2014-03-18 Sergey Karayevremoving notebooks in docs, updating instructions
2014-03-18 Sergey Karayevminor fix to caffe model DL script
2014-03-18 Sergey KarayevMerge pull request #230 from kloudkl/get_model_script
2014-03-18 James ThewlisSet phase to TRAIN when performing backward pass
2014-03-18 Evan ShelhamerMerge pull request #229 from kloudkl/minor_change
2014-03-18 Kai LiAdd support for md5 checksum on OS X
2014-03-18 Kai LiAvoid repeatedly downloading caffe reference imagenet...
2014-03-18 Kai LiDisplay total num of processed files after computing...
2014-03-18 Evan Shelhamerminor mnist example update
2014-03-18 Evan Shelhamerlink draft CIFAR-10 example
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 Shelhamerproofreading
2014-03-18 Evan ShelhamerMerge pull request #226 from longjon/imagenet-vis
2014-03-18 Evan ShelhamerDraft CIFAR-10 doc and cleanup example
2014-03-18 Evan ShelhamerMerge pull request #228 from longjon/pycaffe-exceptions
2014-03-18 Jonathan L... Raise Python exceptions if CaffeNet input files don...
2014-03-18 Jonathan L... Add comment explaining placement of system headers...
2014-03-18 longjonMerge pull request #227 from shelhamer/padding-deprecation
2014-03-18 Jonathan L... Add the feature and filter visualization example (Lena...
2014-03-18 Jonathan L... Add ImageNet Lena filter visualization example
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 Jonathan L... Move semicolon to appease lint
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 Jeff Donahuemake runtest with TEST_ALL_BIN obey TEST_GPUID
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-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 Karayevreadme.md updated with more info about development
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-15 Jonathan L... Fix indentation in C++ Python module
2014-03-15 Jonathan L... Add extra comment on vector_indexing_suite to _caffe.cpp
2014-03-15 Jonathan L... Remove spurious constructors from CaffeBlob and CaffeBl...
2014-03-15 Jonathan L... Add names to the blobs returned by CaffeLayer
2014-03-15 Jonathan L... Expose caffe.Net.params as an OrderedDict
2014-03-15 Jonathan L... Expose layers and remove now-redundant params in Python...
2014-03-15 Evan Shelhameradd hdf5 dependency to install guide
2014-03-14 Evan ShelhamerPublish the Caffe presentation, pi day edition
2014-03-14 Evan Shelhamernote CUDA lib without CUDA driver install for CPU mode
2014-03-14 Evan Shelhamerfix wrapper example paths
2014-03-13 Eric TzengMore documentation on running tests (including --gtest_...
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 Jonathan L... Update imagenet/wrapper.py to use the new Net interface
2014-03-13 Jonathan L... Update detector.py to use the new Net/blobs interface
2014-03-13 Jonathan L... Use an OrderedDict for caffe.Net.blobs
2014-03-13 Jonathan L... Add a pass-through Python wrapper of _caffe.CaffeNet
2014-03-13 Jonathan L... Rename pycaffe.cpp -> _caffe.cpp in preparation for...
2014-03-13 Jonathan L... pycaffe: blobs and params are properties, not methods
2014-03-13 Evan ShelhamerMerge pull request #191 from sguada/print_memory
2014-03-13 Sergey KarayevMerge pull request #200 from longjon/pycaffe-forwardpre...
2014-03-11 Jonathan L... pycaffe: expose ForwardPrefilled
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-03-06 Jeff DonahueUpdate README.md to fix missing } in bibtex
2014-03-06 Sergio GuadarramaChanged display top shape to include num and count...
2014-03-06 sguadaLog memory usage while loading a Net
next