platform/upstream/caffeonacl.git
2015-05-26 Nick Carlevaris... Added MSRAFiller, an Xavier-like filler designed for...
2015-02-22 Evan ShelhamerMerge pull request #1939 from Nerei/bugfix/install_rpat...
2015-02-22 Anatoly Baksheevminor cmake sumamry log fix
2015-02-22 Anatoly Baksheevfixed bug in install-tree: _caffe.so installed by insta...
2015-02-22 Anatoly Baksheevset proper CMAKE_INSTALL_RPATH for _caffe.so and tools
2015-02-22 Anatoly Baksheevignore pycharm files
2015-02-20 Evan ShelhamerMerge pull request #1921 from shelhamer/fix-tool-linking
2015-02-20 Evan Shelhamer[build] fix dynamic linking of tools
2015-02-20 Evan ShelhamerMerge pull request #1914 from eerwitt/master
2015-02-20 e3Updated the path for get_ilsvrc_aux.sh to match what...
2015-02-20 Evan ShelhamerMerge pull request #1849 from BVLC/next
2015-02-20 Brandon AmosCorrect 'epochs' to 'iterations'
2015-02-20 Andre Ambrosio... Brief explanation of SLICE layer's attributes
2015-02-20 Evan Shelhamer[docs] add check mode hint to CPU-only mode error
2015-02-20 Evan Shelhamer[docs] send API link to class list
2015-02-20 Evan Shelhamer[build] fix rpath for examples
2015-02-20 Evan ShelhamerMerge pull request #1910 from philkr/encoded
2015-02-20 Evan ShelhamerRepeal revert of #1878
2015-02-20 Evan Shelhamer[docs] add gitter chat badge
2015-02-20 philkradded a force_encoded_color flag to the data layer...
2015-02-19 Evan ShelhamerRevert "Merge pull request #1878 from philkr/encoded"
2015-02-19 Evan ShelhamerMerge pull request #1907 from shelhamer/memory-warn...
2015-02-19 Evan Shelhamerrelax MemoryData transform check to warning
2015-02-19 Evan ShelhamerMerge pull request #1899 from philkr/project_source_dir
2015-02-19 Evan ShelhamerMerge pull request #1902 from shelhamer/py-stopgap
2015-02-19 Evan Shelhamer[pycaffe] switch examples to Transformer
2015-02-19 Evan Shelhamer[pycaffe] take pre-processing from Net and give to...
2015-02-19 Evan Shelhamer[pycaffe] import newline cleanup
2015-02-18 philkrChanging CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE...
2015-02-18 Jonathan L... comment fix: Decaf -> Caffe
2015-02-17 Jonathan L... [pycaffe] fix bug in Python layer setup
2015-02-17 Evan ShelhamerMerge pull request #1790 from shelhamer/net-phase
2015-02-17 Evan Shelhamer[matcaffe] give phase to Net
2015-02-17 Evan Shelhamer[pycaffe] give phase to Net
2015-02-17 Evan Shelhamertools make net with phase
2015-02-17 Evan Shelhamerconstruct Net from file and phase
2015-02-17 Evan Shelhamerno phase for the solver to orchestrate
2015-02-17 Evan Shelhamerpass phase to transformer through layer
2015-02-17 Evan Shelhamergive phase to Net and Layer
2015-02-17 Evan ShelhamerMerge pull request #1703 from longjon/pyreformation
2015-02-17 Evan ShelhamerMerge pull request #1887 from shelhamer/docs
2015-02-17 Jonathan L... [make] link libcaffe.so before dependencies
2015-02-17 Evan Shelhamer[docs] explain one true branch and dev workflow
2015-02-17 Evan Shelhamer[docs] update and split installation
2015-02-17 Evan Shelhamerswitch to V2 proto definitions for pytest
2015-02-17 Jonathan L... [travis] enable Python layer for testing
2015-02-17 Evan Shelhamerexcept PythonLayer from layer factory test
2015-02-17 Jonathan L... add WITH_PYTHON_LAYER build option to include Python...
2015-02-17 Jonathan L... [pytest] basic test of Python layer
2015-02-17 Jonathan L... [pytest] test that get_solver runs
2015-02-17 Jonathan L... [pycaffe] allow Layer to be extended from Python
2015-02-17 Jonathan L... LayerRegistry uses shared_ptr instead of raw pointers
2015-02-17 Jonathan L... [pycaffe] re-expose SGDSolver, and expose other solvers
2015-02-17 Jonathan L... [pycaffe] re-expose Layer
2015-02-17 Jonathan L... [pycaffe] re-expose Blob
2015-02-17 Jonathan L... [pycaffe] re-expose Net
2015-02-17 Jonathan L... [pycaffe] expose global ("Caffe::") functions
2015-02-17 Jonathan L... [pycaffe] strike down wrappers, momentarily gut all...
2015-02-17 Jonathan L... [pycaffe] enable numpy API deprecation warnings
2015-02-17 Evan ShelhamerMerge pull request #1842 from shelhamer/dynamic-linking
2015-02-17 Evan Shelhamer[docs] groom index and zoo for highlights
2015-02-17 Evan Shelhamer[docs] Caffe is by the BVLC, created by Yangqing, and...
2015-02-17 Evan Shelhamer[docs] include caffeine favicon for site
2015-02-17 Evan Shelhameronly dynamically link the tests
2015-02-17 Evan Shelhamerdynamic linking
2015-02-17 Evan Shelhamer[docs] README dispatch
2015-02-17 Evan ShelhamerMerge pull request #1878 from philkr/encoded
2015-02-17 Evan Shelhamer[docs] note new CMake build
2015-02-17 Evan ShelhamerMerge pull request #1667 from Nerei/feature/cmake_well_done
2015-02-17 Anatoly Baksheevcmake 2.8.7. support
2015-02-17 Anatoly Baksheev[travis] proper cmake params
2015-02-17 Anatoly Baksheevopencv 3.0 compilation (replace #1714)
2015-02-17 Anatoly Baksheevimprove CMake build
2015-02-17 Anatoly Baksheevignore qtcreator files
2015-02-17 philkrCleaning up the encoded flag. Allowing any image (cropp...
2015-02-17 Evan ShelhamerMerge pull request #1313 from shelhamer/reshape-data...
2015-02-17 Evan Shelhamertest reshaping DATA and IMAGE_DATA
2015-02-17 Evan Shelhamerreshape DATA + IMAGE_DATA for inputs of varying dimension
2015-02-17 Evan ShelhamerMerge pull request #1884 from tnarihi/fix-python-draw
2015-02-17 Takuya NarihiraFix `draw` to support new protobuf format
2015-02-16 Sergio GuadarramaMerge pull request #1879 from bamos/patch-1
2015-02-16 Brandon AmosCorrect 'epochs' to 'iterations'
2015-02-16 James Steven... Fix Draw Net Problem #1709
2015-02-16 Jeff DonahueMerge pull request #1874 from jeffdonahue/blob-math...
2015-02-16 Jeff DonahueBlobMathTest: fixes for numerical precision issues
2015-02-14 Jeff DonahueMerge pull request #1757 from jeffdonahue/clip-grads
2015-02-14 Jeff DonahueAdd gradient clipping -- limit L2 norm of parameter...
2015-02-14 Jeff Donahueadd Net::param_owners accessor for param sharing info
2015-02-14 Jeff DonahueBlob: add scale_{data,diff} methods and tests
2015-02-14 Jeff DonahueSoftmaxWithLossLayer fix: takes exactly 2 bottom blobs...
2015-02-10 Evan ShelhamerMerge pull request #1841 from shelhamer/no-memory-or...
2015-02-10 Evan ShelhamerMerge pull request #1851 from jeffdonahue/cudnn-layer...
2015-02-10 Jeff DonahueFixes for CuDNN layers: only destroy handles if setup
2015-02-09 Jon LongMerge pull request #1838 from DmitryUlyanov/dev
2015-02-07 Evan ShelhamerHDF5_DATA + MEMORY_DATA refuse loudly to transform
2015-02-07 Dmitry UlyanovAllow using arrays with n_ * size_ > 2^31
2015-02-07 Evan ShelhamerMerge pull request #1416 from mtamburrano/matVector
2015-02-07 Evan Shelhamergroom #1416
2015-02-07 manueleremoved needs_reshape_ and ChangeBatchSize is now set_b...
2015-02-07 manuelesmall fixes
next