2014-06-17 |
Sergio Guadarrama | Merge pull request #507 from longjon/set-device-early |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Jonathan L... | in Caffe::SetDevice, call cudaSetDevice before Get |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Sergey Karayev | Merge pull request #431 from mavenlin/lmdb |
commit | commitdiff | tree | snapshot |
2014-06-14 |
linmin | fix string compare error |
commit | commitdiff | tree | snapshot |
2014-06-14 |
linmin | add lmdb support for compute_image_mean |
commit | commitdiff | tree | snapshot |
2014-06-14 |
linmin | add lmdb support for convert_imageset |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Evan Shelhamer | Merge pull request #495 from jeffdonahue/refactor-net |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Evan Shelhamer | add net surgery link to docs (+ drop old comment) |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Jeff Donahue | unify data layer tests: was copied four times for all... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Jeff Donahue | unify test_data_layer tests |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Jeff Donahue | lint |
commit | commitdiff | tree | snapshot |
2014-06-13 |
linmin | fixed cpplint error |
commit | commitdiff | tree | snapshot |
2014-06-13 |
linmin | add tests for lmdb of datalayer (copied from test_data_... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
linmin | add option for lmdb |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Evan Shelhamer | Merge pull request #455 from shelhamer/pycaffe-save |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Jeff Donahue | refactor Net::Init to call helpers AppendBottom and... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Jeff Donahue | make Net::Init loop indices clearer |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Jeff Donahue | Merge pull request #496 from jeffdonahue/test-net-use... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Jeff Donahue | make test_net use DUMMY_DATA instead of leveldb |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Evan Shelhamer | make notebook for net surgery of fully-convolutional... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Evan Shelhamer | define fully-convolutional imagenet model |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Evan Shelhamer | save from python for net surgery |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Evan Shelhamer | Merge pull request #482 from shelhamer/rcnn-detector... |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Evan Shelhamer | Merge pull request #469 from weinman/grayscale-io-convert |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Evan Shelhamer | pycaffe: leave grayscale images gray according to arg |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Evan Shelhamer | drop learning rates and decays from deploy model |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Evan Shelhamer | groom install docs |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Jeff Donahue | fix clang compilation problem w/ DummyDataLayer |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Evan Shelhamer | finish R-CNN detection example |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Evan Shelhamer | make selective search proposals with R-CNN configuration |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Evan Shelhamer | edit detection example, include R-CNN NMS |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Evan Shelhamer | make R-CNN the Caffe detection example |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Evan Shelhamer | pycaffe Detector crops with surrounding context |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Evan Shelhamer | fix old detect.py default |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Jeff Donahue | lint dummy data layer |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Jeff Donahue | Merge pull request #480 from jeffdonahue/dummy-data... |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Jeff Donahue | add DummyDataLayer tests |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Jeff Donahue | add DummyDataLayer |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Jeff Donahue | fix ArgMaxLayer bug in num bottom blobs decl. pointed... |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Evan Shelhamer | Merge pull request #479 from jeffdonahue/declare-layer... |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Evan Shelhamer | add fish bike example image |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Jeff Donahue | move MemoryDataLayer decl. from vision_layers.hpp to... |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Jeff Donahue | layers declare their names and number of input/output... |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Jeff Donahue | fix Makefile build dir link upgrade bug reported by... |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Jerod Weinman | Changed variable name: iscolor to is_color. |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Jeff Donahue | Merge pull request #473 from shelhamer/pad-max-pooling |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Jeff Donahue | check the last pooling in padding and add padded max... |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Evan Shelhamer | padding for max pooling |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Evan Shelhamer | Merge pull request #475 from jeffdonahue/tanh-fixes |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Jeff Donahue | Make TanH cleaner, more efficient, and possible to... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Jeff Donahue | Merge pull request #471 from jeffdonahue/debug-release... |
commit | commitdiff | tree | snapshot |
2014-06-03 |
Evan Shelhamer | Merge pull request #466 from robcurrie/dev |
commit | commitdiff | tree | snapshot |
2014-06-03 |
Jeff Donahue | update .gitignore appropriately for separate debug... |
commit | commitdiff | tree | snapshot |
2014-06-03 |
Jeff Donahue | compile debug/release into separate directories so... |
commit | commitdiff | tree | snapshot |
2014-06-02 |
Jerod Weinman | Added an iscolor flag to io.cpp method ReadImageToDatum... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Rob Currie | Update docs on building boost on OSX for the python... |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Evan Shelhamer | fix OSX 10.9 homebrew CXX doc |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio Guadarrama | Merge pull request #422 from sguada/threshold_layer |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio | Un comment Test GPUs cases, fixed ThresholdLayer.cu |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio | Comment Test GPUs cases |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio | Make lint happy |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio | Fixed call to ThresholdForward in ThresholdLayer.cu |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio | Fixed type in ThresholdLayer.cu |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio | Fixed typo in Threshold Layer definition |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio | Added ForwardGPU to ThresholdLayer and to the tests |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio | Added Threshold layer to neuron_layers.hpp |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio Guadarrama | Corrected conditions in test_threshold |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio Guadarrama | Fix typo in test_threshold ThresholdParameter |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio Guadarrama | Added the code for threshold_layer to the repo |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio Guadarrama | Added NeuronLayer<Dtype>::SetUp(bottom, top) to Thresho... |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio Guadarrama | Added threshold setting test |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio Guadarrama | Fixed name of blob_bottom_ |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio Guadarrama | Fixed name of threshold_ var |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio | Fixed ThresholdParam |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Sergio | Test for Threshold layer |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Evan Shelhamer | Merge pull request #459 from shelhamer/python-net-prepr... |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Evan Shelhamer | Merge pull request #459 from shelhamer/python-net-prepr... |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Evan Shelhamer | caffe.Net preprocessing members belong to object, not... |
commit | commitdiff | tree | snapshot |
2014-05-26 |
Evan Shelhamer | Merge pull request #445 from jeffdonahue/convert_images... |
commit | commitdiff | tree | snapshot |
2014-05-26 |
Evan Shelhamer | convert imageset comment fixup |
commit | commitdiff | tree | snapshot |
2014-05-26 |
Evan Shelhamer | Merge pull request #456 from longjon/spurious-ldflags |
commit | commitdiff | tree | snapshot |
2014-05-26 |
Jonathan L... | don't pass LDFLAGS when only compiling |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Evan Shelhamer | 10.9 install doc formatting |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Evan Shelhamer | Back-merge recent fixes from master to dev |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Evan Shelhamer | fix OSX 10.9 compiler/stdlib override for latest homebrew |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Sergio Guadarrama | Merge pull request #448 from jeffdonahue/sguada-fix_max... |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Jeff Donahue | merge caffe_set definitions; define for int as well |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Jeff Donahue | add tests for maxpooling layer forward, and for maxpool... |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Jeff Donahue | optionally output the mask to a top blob instead of... |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Jeff Donahue | make a Blob<unsigned int> and use in dropout layer |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Jeff Donahue | use a Blob<int> instead of a SyncedMemory to store... |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Jeff Donahue | bugfix: setting count to the top count in backward... |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Jeff Donahue | mask should be const in backward pass |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Jeff Donahue | remove commented out code |
commit | commitdiff | tree | snapshot |
2014-05-25 |
Jeff Donahue | lint and make compilable (using static_cast's found... |
commit | commitdiff | tree | snapshot |
2014-05-24 |
Sergio | Adapted to V1 proto definition, test don't pass |
commit | commitdiff | tree | snapshot |
2014-05-24 |
Sergio | Commented Atomic Add, back to loop in GPU MaxPoolBackward |
commit | commitdiff | tree | snapshot |
2014-05-24 |
Sergio | Attempt to use AtomicAdd but it seems slower |
commit | commitdiff | tree | snapshot |
2014-05-24 |
Sergio | Added test for maxpool layer followed by dropout |
commit | commitdiff | tree | snapshot |
2014-05-24 |
Sergio | Use loops in GPU again to avoid over-writting of bottom... |
commit | commitdiff | tree | snapshot |
next |