platform/upstream/caffeonacl.git
2014-09-05 Evan Shelhamer[docs] fix br code
2014-09-05 Evan Shelhamer[docs] link tutorial
2014-09-05 Evan Shelhamer[docs] add titles
2014-09-05 Evan ShelhamerMerge pull request #1036 from longjon/test-initializati...
2014-09-05 Evan ShelhamerMerge pull request #1039 from sergeyk/dev
2014-09-05 Evan ShelhamerMerge pull request #1040 from qipeng/solver-test-fix
2014-09-05 qipengGradient-based solver test fix
2014-09-05 Sergey Karayevadded a two-layer network that gets higher accuracy
2014-09-04 Jeff Donahue[docs] fix formatting and other errors in loss & solver
2014-09-04 Evan Shelhamer[fix] stop cloc complaint about cu type
2014-09-04 Evan Shelhamerfix fine-tuning example: paths, test acc., and total...
2014-09-04 Sergey KarayevHDF5 classification example
2014-09-04 Evan ShelhamerMerge pull request #917 from sergeyk/model_zoo
2014-09-04 Evan Shelhamer[example] update ImageNet timing for K40
2014-09-04 Evan Shelhamerfix model download advice and prototxt name for fine...
2014-09-04 Jeff DonahueMerge pull request #624 from jeffdonahue/squash-layer
2014-09-04 Jeff Donahueadd SILENCE layer -- takes one or more inputs and produ...
2014-09-04 Jonathan L... add test_initialization option to allow skipping initia...
2014-09-04 Sergey Karayevscript to upload/update model info as gist
2014-09-04 Sergey Karayevflickr style fine-tuning model (separated from example...
2014-09-04 Sergey Karayevminor fixes to docs
2014-09-04 Sergey Karayevremoved mention of getting_pretrained_models page and...
2014-09-04 Sergey Karayevupdating feature extraction example
2014-09-04 Sergey KarayevRenaming CaffeNet model prototxts and unignoring models/*
2014-09-04 Sergey Karayevremoving unneeded scripts from imagenet example
2014-09-04 Evan Shelhamerproofread model zoo
2014-09-04 Evan Shelhamersnapshot model with caffemodel extension
2014-09-04 Sergey Karayev[models] adding zoo readme; caffenet, alexnet, and...
2014-09-04 Evan ShelhamerMerge pull request #1034 from sergeyk/dev
2014-09-04 Sergey Karayev[docs] default setting for layout
2014-09-03 Jeff DonahueMerge pull request #1033 from qipeng/dev
2014-09-03 qipeng[example] convert mnist name fix (crashes xcode compiler)
2014-09-03 Evan Shelhamer[example] drop stale mentions of glog env var
2014-09-03 Evan ShelhamerMerge pull request #1031 from CellScope/mnist-tutorial...
2014-09-03 Daniel GoldenInline latest lenet_solver.prototxt
2014-09-03 Daniel GoldenCorrect reference to lenet_train_test.prototxt
2014-09-03 Daniel GoldenPoint to local file, not github file
2014-09-03 Daniel GoldenUpdate paths
2014-09-03 Evan ShelhamerMerge pull request #955 from kloudkl/data-layers
2014-09-03 Evan Shelhamer[example] upgrade fine-tuning example to new transforma...
2014-09-03 Evan ShelhamerMerge pull request #973 from shelhamer/tutorial-docs
2014-09-03 Evan Shelhamer[docs] configure doxygen + docs script for docs/doxygen...
2014-09-03 Evan Shelhamerupdate doxygen config to stop warnings
2014-09-03 Evan Shelhamer[docs] suggest the CVPR14 deep learning tutorial for...
2014-09-03 Evan Shelhamer[docs] draft data
2014-09-03 Jeff Donahuewrap up solver.md -- add update info for all solvers...
2014-09-03 Jeff Donahuenet.hpp: Doxygen-format docs
2014-09-03 Jeff Donahuesolver.hpp: add \briefs
2014-09-03 Jeff Donahuesyncedmem.hpp: \brief and todo
2014-09-03 Jeff Donahueblob.hpp: a little Doxygen-style documentation
2014-09-03 Jeff Donahuefiller.hpp: add brief filler descriptions
2014-09-03 Jeff Donahuevision_layers.hpp: Doxygen \brief & TODO stubs.
2014-09-03 Jeff Donahuedata_layers: Doxygen \brief & TODO stubs.
2014-09-03 Jeff Donahuecommon_layers.hpp: Doxygen \brief & TODO stubs.
2014-09-03 Jeff Donahueneuron_layers.hpp: Doxygen-style documentation
2014-09-03 Jeff Donahueloss_layers.hpp: Doxygen-style documentation
2014-09-03 Jeff Donahuelayer.hpp: Doxygen-style documentation
2014-09-03 Jeff Donahue.Doxyfile: don't warn if undocumented (maybe someday...)
2014-09-03 Jeff Donahue.Doxyfile: modify to generate C++ docs, excluding tests
2014-09-03 Jeff Donahue.gitignore doxygen-generated documentation
2014-09-03 Jeff Donahueadd "make {docs,doxygen}" targets to build doxygen...
2014-09-03 Jeff Donahueadd .Doxyfile: the default Doxygen config file from...
2014-09-03 Jeff Donahue[wip] vision layers, start convolution
2014-09-03 Jeff Donahueuse kramdown for markdown syntax; add mathjax
2014-09-03 Evan Shelhamer[docs] add note on Caffe convolution
2014-09-03 Evan Shelhamer[docs] draft tutorial subjects
2014-09-03 Evan Shelhamer[docs] skeleton documentation subjects
2014-09-03 Kai LiInitialize the transformer rng in the base data layer
2014-09-03 Kai LiCorrect the datum size checking conditions of the data...
2014-09-03 Kai LiAdd and transform Datum vector in the MemeoryDataLayer
2014-09-03 Kai LiPlace InternalThreadEntry lower in the {,Image,Window...
2014-09-03 Kai LiAdd leveldb header back to util/io.cpp
2014-09-03 Kai LiRemove OpenCV stuffs from the memory data layer and...
2014-09-03 Kai LiAdd lint rule for caffe data layer setup
2014-09-03 Kai LiFix conflict between nvcc and boost for cmake
2014-09-03 Kai LiMove the rest duplicate codes of the data layers into...
2014-09-03 Kai LiTest adding images w/o resizing to the memory data...
2014-09-03 Kai LiMove transform param one level up in the proto to reduc...
2014-09-03 Kai LiRemove pthread which has been replaced with boost thread
2014-09-03 Kai LiAdd transformer to the memory data layer
2014-09-03 Kai LiImplement Forward_gpu in the base prefetching data...
2014-09-03 Kai LiThe BasePrefetchingDataLayer shouldn't join the thread
2014-09-03 Kai LiSimplify the WindowDataLayer using the base class
2014-09-03 Kai LiRemove duplicate codes from the ImageDataLayer
2014-09-03 Kai LiExtract common data layer functionalities out of the...
2014-09-03 Kai LiCreate base data layer and base prefetching data layer
2014-09-02 Evan ShelhamerMerge pull request #1025 from mohomran/minor_fix_to_mni...
2014-09-02 Mohamed Omranfixed relative path and prefix for adagrad-optimised...
2014-09-02 Evan ShelhamerMerge pull request #1023 from longjon/unbreak-pycaffe
2014-09-02 Jonathan L... [pycaffe] use _blob_names, _layer_names instead of...
2014-09-02 Jonathan L... [pycaffe] expose Net.blob_names and Net.layer_names
2014-09-02 Jonathan L... [pycaffe] add converter for vector<string> used by...
2014-09-01 Jeff Donahueadd CUDA 6.5 error CUBLAS_STATUS_LICENSE_ERROR to cubla...
2014-09-01 Jeff Donahuerevert tools/train_net.cpp to previous, depecated version
2014-09-01 Jeff DonahueMerge branch 'qipeng-solvers' into dev
2014-09-01 Jeff Donahuemake MNIST autoencoder solvers start from base_lr 0...
2014-09-01 Jeff Donahuemake adagrad/nesterov train scripts follow new "run...
2014-09-01 Jeff DonahueAdd "test-on-train" stage to test accuracy on the train...
2014-09-01 Jeff Donahuemnist_autoencoder: always compute both cross-entropy...
2014-09-01 qipenghot fix for warning
next