platform/upstream/caffeonacl.git
2015-08-09 Cyprien NoelChange the way threads are started and stopped
2015-08-09 Cyprien NoelThread-local Caffe
2015-08-09 Cyprien NoelAdd BlockingQueue for inter-thread communication
2015-08-09 Evan ShelhamerMerge pull request #2887 from shelhamer/solver-test...
2015-08-09 Ronghang HuUse net_->learnable_params() instead of net_->params...
2015-08-09 Ronghang HuMerge pull request #2888 from ronghanghu/rms-prop-fix...
2015-08-09 Ronghang HuEncapsulate kRMSDecay in solver tests
2015-08-09 Ronghang HuMerge pull request #2867 from ronghanghu/rms-prop
2015-08-09 Eren GolgeImplement RMSProp Solver
2015-08-08 Evan ShelhamerTestGradientBasedSolver: replace dummy data with hdf5
2015-08-08 Evan ShelhamerTestGradientBasedSolver: drop doubled seed inititialization
2015-08-08 Evan ShelhamerMerge pull request #2813 from longjon/net-spec-imp
2015-08-08 Jeff DonahueMerge pull request #2886 from jeffdonahue/master
2015-08-08 Jeff Donahuetemporarily switch the snapshot_format default back...
2015-08-07 Jon LongMerge pull request #2877 from jeffdonahue/pycaffe-shape...
2015-08-07 Jeff DonahueMerge pull request #2866 from jeffdonahue/fix-weight...
2015-08-07 Jeff DonahueNet: add learnable_params_ used by solvers to correctly...
2015-08-07 Jeff DonahueTestGradientBasedSolver: make tests across solver types...
2015-08-07 Jeff DonahueTestGradientBasedSolver: restore Gaussian filler to...
2015-08-07 Jeff DonahueMerge pull request #2836 from erictzeng/hdf5_snapshot
2015-08-07 Eric TzengUpdate example bash scripts to expect .h5, new extensio...
2015-08-07 Eric TzengTestSnapshot expects .h5 snapshots, explicitly checks...
2015-08-07 Eric TzengSnapshot model weights/solver state to HDF5 files.
2015-08-07 Jeff Donahuepycaffe: add shape accessor
2015-08-07 Jon LongMerge pull request #2884 from tianzhi0549/patch-1
2015-08-07 Jeff DonahueTestGradientBasedSolver: add TestSnapshot to verify...
2015-08-07 Jeff Donahueadd double_data, double_diff to BlobProto for weights...
2015-08-07 Jeff DonahueMerge pull request #2634 from mlopezantequera/patch-2
2015-08-07 Tian Zhiadd [] to "delete pixels".
2015-08-07 Evan ShelhamerMerge pull request #2880 from koki0702/typo
2015-08-07 koki1.saitohFix typo
2015-08-07 Evan ShelhamerMerge pull request #2871 from shelhamer/python-layer-arg
2015-08-07 Takuya NarihiraPythonLayer takes parameters by string
2015-08-06 Evan ShelhamerMerge pull request #2876 from shelhamer/fix-py-include
2015-08-06 Evan Shelhamer[pytest] open exception file with mode for python3
2015-08-06 Evan Shelhamer[pycaffe,build] include Python first in caffe tool
2015-08-06 Evan ShelhamerMerge pull request #2462 from longjon/correct-python...
2015-08-04 Evan ShelhamerMerge pull request #2859 from philkr/image_data
2015-08-04 philkrImageData layer default batch size of 1, and check...
2015-08-03 Jeff DonahueMerge pull request #2583 from lukeyeager/fix-log-levels
2015-08-03 Luke YeagerChange log levels in upgrade_proto
2015-08-02 Jon LongMerge pull request #2837 from longjon/contributing...
2015-07-30 Jonathan L... [docs] add CONTRIBUTING.md which will appear on GitHub...
2015-07-30 Evan Shelhamer[docs] fix contrastive loss eq
2015-07-28 Evan Shelhamer[docs] fix lmdb fetch url and path
2015-07-27 Evan Shelhamer[docs] clear up PYTHONPATH confusion
2015-07-24 Jonathan L... [pytest] simple test of top-less layers
2015-07-24 Jonathan L... [pycaffe] net spec layers can have ntop=0
2015-07-24 Jonathan L... [pycaffe] allow layers to have names different from...
2015-07-24 Jonathan L... [pycaffe] add Top._to_proto convenience function
2015-07-24 Jonathan L... [pycaffe] use a Counter instead of a dict for counting...
2015-07-24 Jonathan L... [pycaffe] remove dead code
2015-07-23 Jon LongMerge pull request #2807 from Franck-Dernoncourt/patch-1
2015-07-23 Franck DernoncourtFix path to mnist_autoencoder.prototxt
2015-07-22 Eric Zeiberg[docs] set lmdb url to github mirror
2015-07-21 Evan Shelhamer[docs] matlab 2015a compatible
2015-07-21 Evan ShelhamerMerge pull request #2740 from philkr/travis_python3
2015-07-21 philkrTravis scripts for python3 and pytest for cmake. Also...
2015-07-17 Evan Shelhamer[examples] fix link to point to new tutorial notebook
2015-07-16 Jon LongMerge pull request #2762 from kashefy/fix_method_doc
2015-07-14 Youssef Kasheftiny fix in Layer::Backward documentation
2015-07-13 Jon LongMerge pull request #2739 from AdamStelmaszczyk/patch-2
2015-07-13 Jon LongMerge pull request #2748 from glebm/patch-1
2015-07-13 Jon LongMerge pull request #2750 from yosssi/patch-1
2015-07-12 Keiji YoshidaUpdate net_layer_blob.md
2015-07-12 Gleb Mazovetskiyexamples/imagenet: fix broken link
2015-07-11 Jeff DonahueMerge pull request #2742 from philkr/absval_warning
2015-07-11 philkrRemoves a unused variable warning
2015-07-10 AdamStelmaszczykOne command less
2015-07-10 Jeff DonahueMerge pull request #2712 from semitrivial/master
2015-07-08 Jon LongMerge pull request #2714 from philkr/python3_netspec
2015-07-08 philkrMaking the net_spec python3 compatible
2015-07-08 Evan ShelhamerMerge pull request #2716 from lukeyeager/cmake-typos
2015-07-08 Luke YeagerFix CMake typos
2015-07-07 semitrivialList protobuf-compiler dependency in the correct place...
2015-07-02 Evan ShelhamerMerge pull request #2676 from lukeyeager/update-docs...
2015-07-01 Luke YeagerUpdate installation docs for boost - close #2454
2015-07-01 Evan ShelhamerMerge pull request #2213 from tnarihi/bilinear-upsampli...
2015-07-01 Takuya Narihirabilinear filler -- useful for interpolation with Deconv...
2015-06-30 Evan ShelhamerMerge pull request #2667 from BVLC/tutorial
2015-06-30 Evan Shelhamer[examples] add Euclidean loss PythonLayer
2015-06-30 Evan Shelhamer[examples] sequence and revise notebooks
2015-06-30 Yangqing Jia[examples] flickr fine-tuning notebook
2015-06-30 Jonathan L... [examples] draft Python solving example
2015-06-30 Evan ShelhamerMerge pull request #2086 from longjon/python-net-spec
2015-06-30 Jonathan L... [pytest] minimal testing of net specification
2015-06-30 Jonathan L... [examples] caffenet python spec
2015-06-30 Jonathan L... [pycaffe] basic net specification
2015-06-23 Evan ShelhamerMerge pull request #2611 from dpaiton/test_net_bugfix
2015-06-23 Evan Shelhamercopyright 2015
2015-06-23 Evan ShelhamerMerge pull request #2579 from lukeyeager/draw-fix
2015-06-22 Sergio GuadarramaMerge pull request #2636 from berleon/master
2015-06-22 berleonfixed _force_color check, fixes #2635
2015-06-22 ManuelUpdate parse_log.py
2015-06-19 Evan ShelhamerMerge pull request #2609 from lukeyeager/doc-fixes
2015-06-17 Dylan Paitonfixed two bugs with prototext format
2015-06-16 Luke YeagerFix HTML display for docs
2015-06-16 Jeff DonahueMerge pull request #2605 from ajschumacher/patch-2
2015-06-15 Aaron Schumachertypo: "a fixed steps" to "at fixed steps"
2015-06-15 Sergio GuadarramaMerge pull request #2278 from sguada/db_split
next