platform/upstream/caffeonacl.git
2015-03-03 Jeff DonahueSplitLayer: change Reshape(n,h,c,w) to ReshapeLike...
2015-03-03 Jeff DonahueSoftmaxLossLayer generalized like SoftmaxLayer
2015-03-03 Jeff DonahueCuDNNSoftmaxLayer: generalized Blob axes
2015-03-03 Jeff DonahueSoftmaxLayer: generalized Blob axes
2015-03-03 Jeff DonahueSliceLayer: generalized Blob axes
2015-03-03 Jeff DonahueConcatLayer: generalized Blob axes
2015-03-03 Jeff DonahueTestConcatLayer: add forward/gradient tests for concate...
2015-03-03 Jeff DonahueTestConcatLayer: fix style errors
2015-03-03 Jeff Donahuecommon_layers.hpp: remove unused "Blob col_bob_"
2015-03-03 Jeff DonahueFlattenLayer: generalized Blob axes
2015-03-03 Jeff DonahueEltwiseLayer need not assume old 4D dim names
2015-03-03 Jeff DonahueTest{Net,Solver} fixes for AccuracyLayer generalization
2015-03-03 Jeff DonahueAccuracyLayer generalized to N instance axes
2015-03-03 Jeff DonahueAccuracyLayer output is 0D (scalar)
2015-03-03 Jeff DonahueLossLayer output is 0D (scalar)
2015-03-03 Jeff DonahueConvLayer biases are 1D
2015-03-03 Jeff DonahueInnerProductLayer can multiply along any axis
2015-03-03 Jeff DonahueFix sparse GaussianFiller for new IPLayer weight axes
2015-03-03 Jeff DonahueInnerProductLayer weights are 2D; biases are 1D
2015-03-03 Jeff DonahueTestBlob: test that legacy BlobProtos are correctly...
2015-03-03 Jeff Donahueadd offset, {data,diff}_at nd blob accessors
2015-03-03 Jeff DonahueAdd BlobShape message; use for Net input shapes
2015-03-03 Jeff DonahueBlobs are ND arrays (for N not necessarily equals 4).
2015-02-27 Jon LongMerge pull request #1999 from boechat107/patch-2
2015-02-26 Evan ShelhamerMerge pull request #1955 from philkr/reshaping_encoded
2015-02-25 Andre Ambrosio... Small fix (visualization) on SLICE layer's documentation
2015-02-25 Jon LongMerge pull request #1960 from gustavla/makefile_fix
2015-02-25 Evan ShelhamerMerge pull request #1961 from sergeyk/master
2015-02-25 Sergey KarayevMakefile fix for OS X 10.10
2015-02-25 Gustav LarssonReplaced illegal tab in Makefile with spaces.
2015-02-25 forrestifixed matcaffe printout to specify num of args (now...
2015-02-25 philkrDecoding the datum before feeding it into the reshaping...
2015-02-24 Jon LongMerge pull request #1923 from philkr/python3_master
2015-02-24 philkrMaking python3 work with cmake and the new python wrapper
2015-02-24 Jon LongMerge pull request #1926 from shelhamer/test-caffe...
2015-02-24 Jon LongMerge pull request #1941 from jsupancic/cpp_lint_python2
2015-02-24 Jon LongMerge pull request #1948 from spmallick/patch-1
2015-02-24 spmallickAPPLE was misspelled. in Line 27
2015-02-22 Evan ShelhamerMerge pull request #1939 from Nerei/bugfix/install_rpat...
2015-02-22 James Supancic IIIcpp_lint.py fails silently with Python3 (which is the...
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-21 Evan Shelhamercheck caffe tool runs in runtest
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
next