2014-09-07 |
Adam Kosiorek | added common.cpp explicitly to tests |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Adam Kosiorek | cpp and cu files processed separately in test build |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Adam Kosiorek | enabled object file reusing in test builds |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Jeff Donahue | fix transform_param in mnist_autoencoder.prototxt |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Jonathan L... | [docs] tutorial/layers: fix inner product sample |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Jonathan L... | [docs] tutorial/layers: describe some more data layers |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Jonathan L... | [docs] tutorial/layers: clean up sample markdown |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Jonathan L... | [docs] tutorial/layers: brief descriptions of some... |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Jonathan L... | [docs] in tutorial/layers, Options -> Parameters |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Jonathan L... | [docs] split layer params in required/optional |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Jonathan L... | [docs] add LRN layer to tutorial/layers |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Jonathan L... | [docs] fix pooling markdown and add some comments in... |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Jonathan L... | [doc] minor edits to convolution layer in tutorial |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Jonathan L... | [docs] fixup the MathJax notation in tutorial/layers |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | Merge pull request #1022 from shelhamer/engine |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | revert separate strategies: engines will extend the... |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | revert engine switch for build to always include caffe... |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | default engine to Caffe in case config is missing |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | default engine to Caffe according to compile flag |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | grooming: drop pointless overrides, stub layer comments |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | strategize softmax |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | strategize relu, sigmoid, tanh |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | strategize pooling |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | strategize Caffe convolution |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | ifdef engine default |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | add engine parameter for multiple computational strategies |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | groom proto: sort layer type parameters, put loss_weigh... |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | shift CUDA code out of common |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Sergio | Added initial Hinge Loss |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Yangqing Jia | more layers |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Yangqing Jia | conv and pooling |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Yangqing Jia | neuron layers doc |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Yangqing Jia | update net |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Yangqing Jia | fix leaky relu |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Yangqing Jia | more blob details |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Yangqing Jia | relu,sigmoid,tanh |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Evan Shelhamer | [docs] fix br code |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Evan Shelhamer | [docs] link tutorial |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Evan Shelhamer | [docs] add titles |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Evan Shelhamer | Merge pull request #1036 from longjon/test-initializati... |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Evan Shelhamer | Merge pull request #1039 from sergeyk/dev |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Evan Shelhamer | Merge pull request #1040 from qipeng/solver-test-fix |
commit | commitdiff | tree | snapshot |
2014-09-05 |
qipeng | Gradient-based solver test fix |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Sergey Karayev | added a two-layer network that gets higher accuracy |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Jeff Donahue | [docs] fix formatting and other errors in loss & solver |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Evan Shelhamer | [fix] stop cloc complaint about cu type |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Evan Shelhamer | fix fine-tuning example: paths, test acc., and total... |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Sergey Karayev | HDF5 classification example |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Evan Shelhamer | Merge pull request #917 from sergeyk/model_zoo |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Evan Shelhamer | [example] update ImageNet timing for K40 |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Evan Shelhamer | fix model download advice and prototxt name for fine... |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Jeff Donahue | Merge pull request #624 from jeffdonahue/squash-layer |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Jeff Donahue | add SILENCE layer -- takes one or more inputs and produ... |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Jonathan L... | add test_initialization option to allow skipping initia... |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Sergey Karayev | script to upload/update model info as gist |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Sergey Karayev | flickr style fine-tuning model (separated from example... |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Sergey Karayev | minor fixes to docs |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Sergey Karayev | removed mention of getting_pretrained_models page and... |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Sergey Karayev | updating feature extraction example |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Sergey Karayev | Renaming CaffeNet model prototxts and unignoring models/* |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Sergey Karayev | removing unneeded scripts from imagenet example |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Evan Shelhamer | proofread model zoo |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Evan Shelhamer | snapshot model with caffemodel extension |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Sergey Karayev | [models] adding zoo readme; caffenet, alexnet, and... |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Evan Shelhamer | Merge pull request #1034 from sergeyk/dev |
commit | commitdiff | tree | snapshot |
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 |
next |