2014-03-18 |
longjon | Merge pull request #227 from shelhamer/padding-deprecation |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Evan Shelhamer | style: line continuation spacing |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Evan Shelhamer | bring back padding test and lint it |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Evan Shelhamer | bring back padding layer with deprecation notice |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Sergio Guadarrama | Merge pull request #203 from sergeyk/hdf5_data |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Evan Shelhamer | Merge pull request #199 from longjon/pycaffe-ordereddict |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Jonathan L... | Move semicolon to appease lint |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Sergey Karayev | minor |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Sergey Karayev | Lint errors fixed, except still using stream. |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Evan Shelhamer | Merge pull request #222 from jeffdonahue/test-all-bin... |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Sergey Karayev | Making HDF5 blob data non-mutable for copy (minor) |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Jeff Donahue | make runtest with TEST_ALL_BIN obey TEST_GPUID |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Evan Shelhamer | relax timing checks for commodity GPUs |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Evan Shelhamer | Merge pull request #179 from erictzeng/test_all |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Eric Tzeng | Fix a test assuming CPU mode without explicitly setting it. |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Sergey Karayev | HDF5 data now loaded into Blobs; cleaner interface |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Sergey Karayev | HDF5DataLayer source is now a list of filenames |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Sergey Karayev | DRYing and documenting HDF5 loading code. |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Sergey Karayev | Merge pull request #217 from tdomhan/multidhdf5 |
commit | commitdiff | tree | snapshot |
2014-03-16 |
Tobias Domhan | support for more than 2 dimensions in hdf5 files |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Jonathan L... | Fix indentation in C++ Python module |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Jonathan L... | Add extra comment on vector_indexing_suite to _caffe.cpp |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Jonathan L... | Remove spurious constructors from CaffeBlob and CaffeBl... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Jonathan L... | Add names to the blobs returned by CaffeLayer |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Jonathan L... | Expose caffe.Net.params as an OrderedDict |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Jonathan L... | Expose layers and remove now-redundant params in Python... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
Evan Shelhamer | add hdf5 dependency to install guide |
commit | commitdiff | tree | snapshot |
2014-03-14 |
Evan Shelhamer | fix wrapper example paths |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Eric Tzeng | More documentation on running tests (including --gtest_... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Eric Tzeng | Compile a binary to run all tests at once. |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Evan Shelhamer | Merge pull request #136 from kloudkl/cuda_timing |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Evan Shelhamer | Merge pull request #184 from chyojn/cifar10_model_script |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Jonathan L... | Update imagenet/wrapper.py to use the new Net interface |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Jonathan L... | Update detector.py to use the new Net/blobs interface |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Jonathan L... | Use an OrderedDict for caffe.Net.blobs |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Jonathan L... | Add a pass-through Python wrapper of _caffe.CaffeNet |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Jonathan L... | Rename pycaffe.cpp -> _caffe.cpp in preparation for... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Jonathan L... | pycaffe: blobs and params are properties, not methods |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Evan Shelhamer | Merge pull request #191 from sguada/print_memory |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Sergey Karayev | Merge pull request #200 from longjon/pycaffe-forwardpre... |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Jonathan L... | pycaffe: expose ForwardPrefilled |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Evan Shelhamer | Merge pull request #134 from mavenlin/computemean |
commit | commitdiff | tree | snapshot |
2014-03-11 |
linmin | move if outside of forloop |
commit | commitdiff | tree | snapshot |
2014-03-11 |
linmin | compute data mean for float_data |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Sergio Guadarrama | Changed display top shape to include num and count... |
commit | commitdiff | tree | snapshot |
2014-03-06 |
sguada | Log memory usage while loading a Net |
commit | commitdiff | tree | snapshot |
2014-03-04 |
Kai Li | Fix the cpplint errors for benchmark Timer |
commit | commitdiff | tree | snapshot |
2014-03-04 |
Kai Li | Add state machine, boost::posix_time based cpu timer... |
commit | commitdiff | tree | snapshot |
2014-03-04 |
Kai Li | Replace CPU timer with newly added Timer to benchmark... |
commit | commitdiff | tree | snapshot |
2014-03-04 |
Kai Li | Add Timer to wrap CPU clock_t and GPU cudaEvent_t based... |
commit | commitdiff | tree | snapshot |
2014-03-04 |
Kai Li | Synchronize GPU before CPU timers start and stop in... |
commit | commitdiff | tree | snapshot |
2014-03-01 |
chyojn | remove specific device id from solver proto |
commit | commitdiff | tree | snapshot |
2014-03-01 |
chyojn | move model's pad layer into conv layer; add script... |
commit | commitdiff | tree | snapshot |
2014-03-01 |
chyojn | add cifar10 80sec and 18pct models, according to convnet |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Evan Shelhamer | Back-merge documentation updates from master |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Evan Shelhamer | Draft development guidelines, link from README |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Evan Shelhamer | minor readme polish |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Evan Shelhamer | Merge pull request #181 from chyojn/absolute_path_of_script |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Jeff Donahue | Merge pull request #125 from sguada/concat_layer |
commit | commitdiff | tree | snapshot |
2014-02-28 |
chyojn | use absolute path in script |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Sergio Guadarrama | Splited concat_layer into .cpp and .cu, cleaned lint... |
commit | commitdiff | tree | snapshot |
2014-02-28 |
sguada | Fixed test to pass and don't exhaustive search since... |
commit | commitdiff | tree | snapshot |
2014-02-28 |
sguada | Added Tests for Concat Layer, and passed |
commit | commitdiff | tree | snapshot |
2014-02-28 |
sguada | Added concat_dim to caffe.proto and ConcatLayer to... |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Sergio Guadarrama | Code for concat_layer for concat along num and channels... |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Evan Shelhamer | fix include order for pycaffe on osx, override lint |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Evan Shelhamer | add hardware notes to installation |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Evan Shelhamer | outline pull request etiquette |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Evan Shelhamer | Merge pull request #176 from jeffdonahue/osx-make-lint-fix |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Jeff Donahue | fix 'make lint' in OSX: |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Evan Shelhamer | Merge pull request #172 from erictzeng/split_cuda |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Evan Shelhamer | polish doc build and deploy and allow other remotes |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Evan Shelhamer | fix path for mnist leveldb creation |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Evan Shelhamer | fix examples shell scripts: too many dollar signs,... |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Evan Shelhamer | fix formatting + notebook url of 8c245b5 |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Evan Shelhamer | update detection example post re-arrangement in #124 |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Eric Tzeng | Splitting source files between CUDA and CPU code. |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Evan Shelhamer | Merge pull request #168 from jeffdonahue/fix-lint-bugs |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Jeff Donahue | fix python/matlab wrapper bugs introduced by lint;... |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Jeff Donahue | make lint will not rerun if successful and no source... |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Evan Shelhamer | Merge pull request #163 from jeffdonahue/linter |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | cpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT... |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | add new tools dir to linted dir list |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | fix linter errors in examples |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | add examples, python, matlab to NONGEN_CXX_SRCS so... |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | fix compiler warning for test_hdf5data_layer |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | fix post-rebase linter errors |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | long -> int64_t; all linter errors fixed. woohoo! |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | handle linter stream errors |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | allow TODO without username |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | make test_gradient_check_util methods use pointers... |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | fix most linter errors |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | add NOLINT_NEXTLINE to suppress linter errors on nextline |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | exclude proto generated files from lint |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | add hpp to valid cpplint extensions |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | fix matcaffe and pycaffe linter errors |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | suppress linter errors due to not including the directo... |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Kai Li | Reverse the order of hdf5_hl hdf5 as LIBRARIES in Makefile |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jeff Donahue | add cpplint.py and "make lint" to run on all c source... |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Sergey Karayev | Merge pull request #147 from sergeyk/hdf5_data |
commit | commitdiff | tree | snapshot |
next |