2014-09-04 |
Sergey Karayev | [docs] default setting for layout |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | Merge pull request #1033 from qipeng/dev |
commit | commitdiff | tree | snapshot |
2014-09-03 |
qipeng | [example] convert mnist name fix (crashes xcode compiler) |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Evan Shelhamer | [example] drop stale mentions of glog env var |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Evan Shelhamer | Merge pull request #1031 from CellScope/mnist-tutorial... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Daniel Golden | Inline latest lenet_solver.prototxt |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Daniel Golden | Correct reference to lenet_train_test.prototxt |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Daniel Golden | Point to local file, not github file |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Daniel Golden | Update paths |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Evan Shelhamer | Merge pull request #955 from kloudkl/data-layers |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Evan Shelhamer | [example] upgrade fine-tuning example to new transforma... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Evan Shelhamer | Merge pull request #973 from shelhamer/tutorial-docs |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Evan Shelhamer | [docs] configure doxygen + docs script for docs/doxygen... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Evan Shelhamer | update doxygen config to stop warnings |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Evan Shelhamer | [docs] suggest the CVPR14 deep learning tutorial for... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Evan Shelhamer | [docs] draft data |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | wrap up solver.md -- add update info for all solvers... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | net.hpp: Doxygen-format docs |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | solver.hpp: add \briefs |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | syncedmem.hpp: \brief and todo |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | blob.hpp: a little Doxygen-style documentation |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | filler.hpp: add brief filler descriptions |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | vision_layers.hpp: Doxygen \brief & TODO stubs. |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | data_layers: Doxygen \brief & TODO stubs. |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | common_layers.hpp: Doxygen \brief & TODO stubs. |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | neuron_layers.hpp: Doxygen-style documentation |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | loss_layers.hpp: Doxygen-style documentation |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | layer.hpp: Doxygen-style documentation |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | .Doxyfile: don't warn if undocumented (maybe someday...) |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | .Doxyfile: modify to generate C++ docs, excluding tests |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | .gitignore doxygen-generated documentation |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | add "make {docs,doxygen}" targets to build doxygen... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | add .Doxyfile: the default Doxygen config file from... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | [wip] vision layers, start convolution |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Jeff Donahue | use kramdown for markdown syntax; add mathjax |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Evan Shelhamer | [docs] add note on Caffe convolution |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Evan Shelhamer | [docs] draft tutorial subjects |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Evan Shelhamer | [docs] skeleton documentation subjects |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Initialize the transformer rng in the base data layer |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Correct the datum size checking conditions of the data... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Add and transform Datum vector in the MemeoryDataLayer |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Place InternalThreadEntry lower in the {,Image,Window... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Add leveldb header back to util/io.cpp |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Remove OpenCV stuffs from the memory data layer and... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Add lint rule for caffe data layer setup |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Fix conflict between nvcc and boost for cmake |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Move the rest duplicate codes of the data layers into... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Test adding images w/o resizing to the memory data... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Move transform param one level up in the proto to reduc... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Remove pthread which has been replaced with boost thread |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Add transformer to the memory data layer |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Implement Forward_gpu in the base prefetching data... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | The BasePrefetchingDataLayer shouldn't join the thread |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Simplify the WindowDataLayer using the base class |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Remove duplicate codes from the ImageDataLayer |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Extract common data layer functionalities out of the... |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Kai Li | Create base data layer and base prefetching data layer |
commit | commitdiff | tree | snapshot |
2014-09-02 |
Evan Shelhamer | Merge pull request #1025 from mohomran/minor_fix_to_mni... |
commit | commitdiff | tree | snapshot |
2014-09-02 |
Mohamed Omran | fixed relative path and prefix for adagrad-optimised... |
commit | commitdiff | tree | snapshot |
2014-09-02 |
Evan Shelhamer | Merge pull request #1023 from longjon/unbreak-pycaffe |
commit | commitdiff | tree | snapshot |
2014-09-02 |
Jonathan L... | [pycaffe] use _blob_names, _layer_names instead of... |
commit | commitdiff | tree | snapshot |
2014-09-02 |
Jonathan L... | [pycaffe] expose Net.blob_names and Net.layer_names |
commit | commitdiff | tree | snapshot |
2014-09-02 |
Jonathan L... | [pycaffe] add converter for vector<string> used by... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Jeff Donahue | add CUDA 6.5 error CUBLAS_STATUS_LICENSE_ERROR to cubla... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Jeff Donahue | revert tools/train_net.cpp to previous, depecated version |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Jeff Donahue | Merge branch 'qipeng-solvers' into dev |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Jeff Donahue | make MNIST autoencoder solvers start from base_lr 0... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Jeff Donahue | make adagrad/nesterov train scripts follow new "run... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Jeff Donahue | Add "test-on-train" stage to test accuracy on the train... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Jeff Donahue | mnist_autoencoder: always compute both cross-entropy... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | hot fix for warning |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | lint |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | Re-added solver switch into the new caffe main excutabl... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | lint |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | Added sanity check for AdaGradSolver; added MNIST examp... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Jeff Donahue | Merge Test{SGD,AdaGrad,Nesterov}Solver; they become... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Jeff Donahue | cleanup caffe.proto |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | added unit test for solvers and fixed solver bugs |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | proto conflit, lint, and math_functions (compiler compl... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | fixes after rebase |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | Addressed Yangqing's comments |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | fixed caffe.proto after a mistaken rebase |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | Added L1 regularization support for the weights |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | bugfixes for AdaGrad |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | improved numerical stability for AdaGrad |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | fixed solver constructor in train_net.cpp |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | converted pointers to shared_ptr |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | restored vituals in solver.hpp |
commit | commitdiff | tree | snapshot |
2014-09-01 |
qipeng | Solver switching support & implementation of Nesterov... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Jeff Donahue | use LMDB in mnist autoencoder examples |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Evan Shelhamer | make no GPU error in CPU-only mode a little clearer |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Evan Shelhamer | include comment on CPU mode fine-tuning for Flickr... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Evan Shelhamer | Merge pull request #1014 from longjon/cleaner-pycaffe |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Evan Shelhamer | Merge pull request #1008 from mohomran/mnist_with_lmdb |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Evan Shelhamer | Merge pull request #1015 from mohomran/fixing_parse_log... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Mohamed Omran | parse_log.sh adapted to new training log format + fixed... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Mohamed Omran | updated lenet_train_test.prototxt + minor correction... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Mohamed Omran | minor changes to variable names and error messages... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Mohamed Omran | data now written to backend in batches |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Mohamed Omran | mnist demo now works with lmdb and leveldb (set paramet... |
commit | commitdiff | tree | snapshot |
next |