platform/upstream/caffe.git
2016-04-29 Muneyuki Noguchidraw_net: accept prototxt without name
2016-04-28 Evan ShelhamerMerge pull request #4069 from seanbell/pycaffe-boost...
2016-04-28 Sean BellSuppress boost registration warnings in pycaffe (Based...
2016-04-27 Evan ShelhamerMerge pull request #4051 from samster25/master
2016-04-27 Sammy Sidhufixed typo in download script command cpp_classification
2016-04-26 Jeff DonahueMerge pull request #4033 from HeGaoYuan/master
2016-04-25 Evan ShelhamerMerge pull request #3731 from lukeyeager/lmdb-map-full
2016-04-23 HeGaoYuanFixed #4029: test the network every 500 iterations...
2016-04-20 Luke YeagerUpdate MNIST example to use new DB classes
2016-04-20 Luke YeagerPrint to stderr for example LMDB code
2016-04-20 Luke YeagerDon't set map_size=1TB in util/db_lmdb
2016-04-20 Evan ShelhamerMerge pull request #4024 from achalddave/finetune-flick...
2016-04-20 Evan ShelhamerMerge pull request #3749 from lukeyeager/bvlc/array_to_...
2016-04-20 Achal DaveExplicitly point out -weights flag in tutorial
2016-04-19 Evan ShelhamerMerge pull request #4007 from lukeyeager/bvlc/docs...
2016-04-18 Luke YeagerTypo in docs/installation.md
2016-04-15 Evan ShelhamerMerge pull request #3993 from shelhamer/fix-crop
2016-04-15 Evan ShelhamerCropLayer: groom comments
2016-04-15 Evan Shelhamer[fix] CropLayer: check dimension bounds only for croppe...
2016-04-15 Evan Shelhamer[test] CropLayer: test dimensions check to reveal bound...
2016-04-14 Evan ShelhamerMerge pull request #3988 from shelhamer/install-docs
2016-04-14 Evan Shelhamer[docs] install: include more lab tested hardware
2016-04-14 Evan Shelhamer[docs] install: be more firm about compute capability...
2016-04-14 Evan Shelhamer[docs] install: include latest versions and platforms...
2016-04-14 Evan Shelhamer[docs] install: CUDA 7+ and cuDNN v4 compatible
2016-04-13 Evan ShelhamerMerge pull request #3982 from mnogu/fix-typo-model...
2016-04-12 Muneyuki NoguchiFix typo in help text for "-model" option
2016-04-08 Jeff DonahueMerge pull request #3937 from emaggiori/exp
2016-04-08 emmanuel maggioriSolving issue with exp layer with base e
2016-04-05 Jeff DonahueMerge pull request #3942 from jeffdonahue/propagate...
2016-04-05 Jeff DonahueNet: setting `propagate_down: true` forces backprop
2016-04-04 Jeff Donahuetest_net.cpp: add TestForcePropagateDown
2016-04-01 Jon LongMerge pull request #3891 from danielgordon10/pycaffe...
2016-03-30 Daniel GordonUse lazy initialization to reuse orderd dict/list creat...
2016-03-29 Evan ShelhamerMerge pull request #3821 from jreniecki/mkl
2016-03-15 JacekRUpdate Makefile: Changed MKL_DIR to MKLROOT
2016-03-09 Evan ShelhamerMerge pull request #3797 from shelhamer/travis-rm-conda
2016-03-09 Andy Feng[build] travis: remove existing conda dir
2016-03-07 Evan ShelhamerMerge pull request #3292 from dgolden1/log-parse-no...
2016-03-06 Jon LongMerge pull request #3590 from junshi15/GPUUtilities
2016-03-06 Jon LongMerge pull request #3588 from junshi15/P2psyncPrepare
2016-03-05 Evan ShelhamerMerge pull request #3613 from longjon/py-coord-map
2016-03-05 Evan ShelhamerMerge pull request #3570 from BlGene/crop-nd
2016-03-05 Jun Shisplit p2psync::run()
2016-03-05 Evan ShelhamerCrop: more tests and test tuning.
2016-03-05 max argusCrop: fixes, tests and negative axis indexing.
2016-03-05 max argusExtend Crop to N-D, changed CropParameter.
2016-03-05 Jonathan L... add CropLayer: crop blob to another blob's dimensions...
2016-03-05 Jun Shiadd check and find GPU device utilities
2016-03-05 Evan Shelhamer[pycaffe] test coord_map
2016-03-05 Evan Shelhamer[pycaffe] align coord_map and #3570 Crop layer
2016-03-05 Evan Shelhamer[pycaffe] document, style, and complete coord_map
2016-03-05 Evan ShelhamerMerge pull request #3770 from BlGene/lint_fix
2016-03-04 Jonathan L... [pycaffe] add coord_map.py for computing induced coordi...
2016-03-04 Jon LongMerge pull request #3773 from longjon/travis-protobuf3-fix
2016-03-04 Jonathan L... [travis] force protobuf 3.0.0b2 for Python 3
2016-03-04 max argusRemoved lint script reference to non-existant caffe_mem...
2016-03-04 Evan ShelhamerMerge pull request #3575 from errord/fix-boost-shared_p...
2016-03-03 Jon LongMerge pull request #3716 from ttdt/master
2016-03-02 Jeff DonahueMerge pull request #3759 from vivkul/patch-1
2016-03-02 Viveka Kulhariaminor mistakes removed
2016-03-01 Evan Shelhamer[example] groom multilabel notebook title, order
2016-03-01 Evan ShelhamerMerge pull request #3755 from shelhamer/fix-upgrade...
2016-03-01 Evan ShelhamerMerge pull request #3471 from beijbom/clean-datalayer...
2016-03-01 Evan ShelhamerMerge pull request #3756 from intelcaffe/mkl-cosmetic...
2016-03-01 Jacek Czaja- doc and cmake update MKL related
2016-03-01 Evan Shelhamerrefuse to upgrade net with layer/layers inconsistency
2016-03-01 Evan Shelhamerfix input field -> input layer net upgrade: only conver...
2016-03-01 Evan Shelhamercheck all net upgrade conditions
2016-03-01 Evan Shelhameroutput all logging from upgrade net tools
2016-03-01 Oscar BeijbomFinalized tutorial. Removed asyncronous layer.
2016-03-01 Evan LezarRefactor and improve code style.
2016-03-01 Oscar BeijbomAdded tutorial on how to use python datalayers and...
2016-02-29 Luke YeagerDon't force datum.label=0 in array_to_datum
2016-02-29 Evan ShelhamerMerge pull request #3747 from Nerei/master
2016-02-29 Anatoly BaksheevNetSpec: allow setting blob names by string
2016-02-29 Thibault DeregnaucourtUse 'six' library to ensure python3 compliance.
2016-02-28 Jeff DonahueMerge pull request #3725 from shaibagon/drop_nd_blobs
2016-02-28 shaisupporting N-D Blobs in Dropout layer Reshape
2016-02-27 Evan ShelhamerMerge pull request #3740 from shelhamer/fix-docker...
2016-02-27 Evan Shelhamerfix flags in #3518 for nvidia-docker
2016-02-27 Evan ShelhamerMerge pull request #3518 from zalando/feature/docker_images
2016-02-27 Evan LezarAdd Dockerfiles for creating Caffe executable images.
2016-02-27 Evan ShelhamerMerge pull request #3211 from shelhamer/input-layer
2016-02-27 Evan ShelhamerDeprecate ForwardPrefilled(), Forward(bottom, loss...
2016-02-26 Evan Shelhamer[examples] switch examples + models to Input layers
2016-02-25 Evan Shelhamercollect Net inputs from Input layers
2016-02-25 Evan Shelhamerdrop Net inputs + Forward with bottoms
2016-02-25 Evan Shelhamerdeprecate input fields and upgrade automagically
2016-02-25 Evan Shelhameradd InputLayer for Net input
2016-02-25 Jeff DonahueMerge pull request #3612 from kashefy/tied_weights_ip_t...
2016-02-25 Evan ShelhamerMerge pull request #3715 from olesalscheider/master
2016-02-25 Evan ShelhamerMerge pull request #3703 from shaibagon/pycaffe_nd_blobs
2016-02-25 Evan ShelhamerMerge pull request #3719 from shelhamer/new-tutorial...
2016-02-24 Niels Ole SalscheiderCMake: Do not include "${PROJECT_BINARY_DIR}/include...
2016-02-24 Jeff Donahue[example] improve brewing logreg notebook
2016-02-24 Jeff Donahue[example] improve fine-tuning notebook
2016-02-24 Jonathan L... [example] improve learning LeNet notebook
2016-02-24 Jonathan L... [data] get_mnist.sh rewrite; prevents prompt in tutoria...
2016-02-24 Jonathan L... [example] improve classification notebook
next