platform/upstream/caffeonacl.git
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 Shelhameronly dynamically link the tests
2015-02-17 Evan Shelhamerdynamic linking
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 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
2015-02-07 manueleMemoryDataLayer now correctly consumes batch_size elements
2015-02-07 manueleMemoryDataLayer now accepts dynamic batch_size
2015-02-07 manueleAdded opencv vector<Mat> to memory data layer with...
2015-02-07 Evan ShelhamerMerge pull request #1789 from SaganBolliger/softmax_los...
2015-02-06 Sagan BolligerAdded GPU implementation of SoftmaxWithLossLayer.
2015-02-06 Jeff DonahueMerge pull request #1837 from shelhamer/image-fail-die
2015-02-06 Jeff DonahueMerge pull request #1840 from shelhamer/fix-power-test
2015-02-06 Evan Shelhamerreduce step size in PowerLayer gradient checks: fix...
2015-02-06 Evan Shelhamerbuild with libc++ on Yosmite with CUDA 7
2015-02-06 Jeff DonahueMerge pull request #1836 from jeffdonahue/loss-param...
2015-02-06 Jeff Donahuefix for layer-type-str: loss_param and DECONVOLUTION...
2015-02-06 Evan Shelhamerdie on inputs to IMAGE_DATA that fail to load
2015-02-06 Jeff DonahueMerge pull request #1694 from jeffdonahue/layer-type-str
2015-02-05 Jeff DonahueUpgrade existing nets using upgrade_net_proto_text...
2015-02-05 Jeff Donahuestart layer parameter field IDs at 100
2015-02-05 Jeff Donahueget rid of NetParameterPrettyPrint as layer is now...
2015-02-05 Jeff Donahueadd message ParamSpec to replace param name, blobs_lr...
2015-02-05 Jeff Donahueadd test that all V1 layer type enum values upgrade...
2015-02-05 Jeff Donahueadd v1 to v2 upgrade tests
2015-02-05 Jeff Donahuerestore test_upgrade_proto to dev version
2015-02-05 Jeff Donahueautomagic upgrade for v1->v2
2015-02-05 Jeff Donahuerestore upgrade_proto
2015-02-05 Jeff Donahue'layers' -> 'layer'
2015-02-05 Jeff DonahueAdd unit test for LayerRegistry::CreateLayer
2015-02-05 Jeff DonahueDataLayer and HDF5OutputLayer can be constructed and...
2015-02-05 Jeff DonahueLayer type is a string
2015-02-04 Evan Shelhamerfix Nesterov typo found by @bamos
2015-02-04 Pannousfixed small bug: output label_file -> label_filename
2015-02-02 Jeff Donahueadd space after "Loading mean file from"
2015-02-02 Evan Shelhamerfix GoogLeNet license overwritten by back-merge (see...
2015-02-01 Evan ShelhamerMerge pull request #1615 from longjon/deconv-layer
2015-01-30 Evan ShelhamerMerge pull request #1748 from longjon/db-wrappers
2015-01-30 Evan ShelhamerMerge pull request #1794 from shelhamer/no-dump-net
2015-01-30 Evan ShelhamerMerge pull request #1654 from longjon/softmax-missing...
2015-01-30 Jeff DonahueMerge pull request #1753 from jeffdonahue/enhance-debug...
2015-01-30 Jeff Donahuedebug_info in NetParameter so it can be enabled outside...
2015-01-30 Jeff Donahuedebug_info: print param (and gradient) stats for whole...
2015-01-30 Jeff DonahueAdd BlobMathTest with unit tests for sumsq and asum
2015-01-30 Jeff DonahueBlob: add sumsq_{data,diff} methods
2015-01-30 Jeff DonahueEnhancements for debug_info to display more information.
2015-01-27 Jonathan L... [test] gradient checks for softmax ignore_label and...
2015-01-27 Jonathan L... document the loss_param options to SoftmaxWithLossLayer
2015-01-27 Jonathan L... [test] simple test for DeconvolutionLayer
2015-01-27 Jonathan L... document DeconvolutionLayer
2015-01-26 Evan ShelhamerMerge pull request #1555 from drdan14/draw-net-improvements
2015-01-26 Evan ShelhamerMerge pull request #1632 from 7hil/cifar_lmdb
2015-01-26 Evan ShelhamerMerge pull request #1746 from dj1989/mat_hdf5_demo
2015-01-26 Evan ShelhamerMerge pull request #1755 from jeffdonahue/softmax-optim...
2015-01-26 Evan Shelhamer[pycaffe] de-dupe imports
2015-01-26 Evan Shelhamer[example] lenet early stopping -> mnist examples
2015-01-25 Jeff DonahueMerge pull request #1754 from jeffdonahue/softmax-loss-fix
2015-01-24 Evan Shelhamerdrop dump_network tool
next