2014-09-14 |
bhack | Fix comments |
commit | commitdiff | tree | snapshot |
2014-09-12 |
bhack | Add ppa for gflag and glog |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Jeff Donahue | Merge pull request #1051 from jeffdonahue/travis-red... |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Jeff Donahue | add -fPIC flag to CMake build |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Jeff Donahue | restore "red X" build failures in Travis |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Jeff Donahue | Merge pull request #1067 from bhack/lmdb |
commit | commitdiff | tree | snapshot |
2014-09-10 |
bhack | Fix lmbdb travis with openldap |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Jeff Donahue | Merge pull request #1053 from jeffdonahue/to3i-elem_max... |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Jeff Donahue | lint & reduce gradient check stepsize to pass checks |
commit | commitdiff | tree | snapshot |
2014-09-08 |
to3i | Implemented elementwise max layer |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Evan Shelhamer | Back-merge to dev for slides |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Evan Shelhamer | Merge pull request #1052 from shelhamer/caffe-presentation |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Evan Shelhamer | [docs] replace intro slides with caffe tutorial |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Jeff Donahue | Revert "call __signbit for CUDA >= 6.5 implementation... |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Jeff Donahue | Merge pull request #1050 from jeffdonahue/linecount... |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Jeff Donahue | Merge pull request #1044 from jeffdonahue/no-tmpnam |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Jeff Donahue | linecount counts more dirs than just src/ |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Evan Shelhamer | [lint] cuDNN conv declaration |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Evan Shelhamer | Merge pull request #1046 from shelhamer/cudnn |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Jeff Donahue | Merge pull request #1049 from niuzhiheng/dev |
commit | commitdiff | tree | snapshot |
2014-09-08 |
ZhiHeng NIU | Fixed CMake script of FindOpenBLAS. |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Jeff Donahue | Merge pull request #1045 from akosiorek/origin/dev |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Jeff Donahue | Merge pull request #1048 from jyegerlehner/conv_layer... |
commit | commitdiff | tree | snapshot |
2014-09-08 |
J Yegerlehner | Fix more lint. |
commit | commitdiff | tree | snapshot |
2014-09-08 |
J Yegerlehner | Repair crash in conv_layer due to weight pointer being... |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | [docs] include cuDNN in installation and performance... |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | report cuDNN error string |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | CUDNN_CHECK |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | strategize cuDNN softmax |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | strategize cuDNN activations: ReLU, Sigmoid, TanH |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | strategize cuDNN pooling |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | strategize cuDNN convolution |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | call __signbit for CUDA >= 6.5 implementation |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Evan Shelhamer | add cuDNN to build |
commit | commitdiff | tree | snapshot |
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 | add <cuda>/lib64 only if exists to suppress linker... |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Jeff Donahue | remove uses of tmpnam |
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 |
next |