Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-26 | add support acl batch normal,direct conv, local connect, concat layers | honggui | 3 | -0/+0 | |
2017-03-13 | Solver_add_nccl accepts any kind of Solver | folz | 1 | -1/+1 | |
2017-02-16 | Merge pull request #4609 from intelfx/BVLC-work-buildsystem | Evan Shelhamer | 1 | -3/+3 | |
[cmake] Improvements to the build system | |||||
2017-02-16 | Merge pull request #5010 from ngaloppo/fix_drawnet | Evan Shelhamer | 1 | -3/+3 | |
[fix] pycaffe net draw needs default pooling values | |||||
2017-02-16 | Merge pull request #4347 from nitnelave/python/layer_dict | Evan Shelhamer | 2 | -0/+18 | |
[pycaffe] add layer_dict to the python interface | |||||
2017-01-18 | Merge pull request #4842 from willyd/pytest-fix | Evan Shelhamer | 1 | -9/+9 | |
fix pytest temporary files on Windows | |||||
2017-01-06 | Python layers should build on multiprocess & solver_cnt; enable with bindings | Marian Gläser | 3 | -3/+5 | |
2017-01-06 | Python Multi-GPU | Cyprien Noel | 4 | -8/+193 | |
2017-01-06 | Logging from python, e.g. for lower log level on multi-GPU workers | Cyprien Noel | 2 | -1/+17 | |
2016-11-21 | Fix Python net drawing script | Nico Galoppo | 1 | -3/+3 | |
2016-10-15 | pytest fix: Files created with NamedTemporary files cannot be opened on Windows | Guillaume Dumont | 1 | -9/+9 | |
2016-08-31 | cmake: refactor deps detection, specify all dependencies in the exported ↵ | Ivan Shapovalov | 1 | -3/+3 | |
caffe target This is the first step towards "modern" IMPORTED-targets-only CMake setup. The find_package modules still need to be rewritten and upstreamed in form of config exports where possible. | |||||
2016-07-13 | Merge pull request #4343 from nitnelave/python/top_names | Jon Long | 2 | -15/+38 | |
improve top_names and bottom_names in pycaffe | |||||
2016-07-12 | add test for top/bottom names | Valentin Tolmer | 1 | -0/+13 | |
2016-07-12 | improve top_names and bottom_names in pycaffe | Valentin Tolmer | 1 | -15/+25 | |
2016-07-11 | Merge pull request #4351 from nitnelave/python/set_random_seed | Evan Shelhamer | 2 | -1/+4 | |
[pycaffe] add set_random_seed to the python interface | |||||
2016-07-11 | add set_random_seed to the python interface | Valentin Tolmer | 2 | -1/+4 | |
2016-07-10 | Merge pull request #4348 from nitnelave/python/clear_params | Evan Shelhamer | 2 | -0/+12 | |
Add clear_param_diffs to the python net interface | |||||
2016-07-10 | Merge pull request #2984 from marco-c/dont_squeeze | Evan Shelhamer | 1 | -1/+1 | |
No need to squeeze the output of the network in detector.py | |||||
2016-07-10 | Merge pull request #4433 from lukeyeager/bvlc/cmake-install-python | Jon Long | 1 | -8/+14 | |
Fix Python installation with CMake install target | |||||
2016-07-10 | Merge pull request #4408 from cdoersch/draw_net_phase | Evan Shelhamer | 2 | -6/+41 | |
Add phase support for draw net | |||||
2016-07-10 | Merge pull request #3863 from lukeyeager/bvlc/expose-all-netstate-options | Evan Shelhamer | 2 | -9/+263 | |
Expose all netstate options (for all-in-one nets) | |||||
2016-07-08 | Fix Python installation with CMake install target | Luke Yeager | 1 | -8/+14 | |
2016-07-05 | Add phase support for draw net | Carl Doersch | 2 | -6/+41 | |
2016-06-21 | add tests for pycaffe's layer_dict | Valentin Tolmer | 1 | -0/+7 | |
2016-06-21 | add unit test for clear_param_diffs | Valentin Tolmer | 1 | -0/+11 | |
2016-06-21 | add clear_param_diffs to the python net interface | Valentin Tolmer | 1 | -0/+1 | |
2016-06-21 | add layer_dict to the python interface | Valentin Tolmer | 1 | -0/+11 | |
2016-06-17 | Exposing solver callbacks to python | philkr | 1 | -0/+22 | |
2016-06-03 | Add level and stages to pycaffe | Luke Yeager | 2 | -9/+263 | |
Uses Boost.Python's pattern matching to differentiate between constructors Also adds Python tests for all-in-one nets | |||||
2016-06-02 | Exposing load_hdf5 and save_hdf5 to python | philkr | 2 | -1/+25 | |
2016-05-13 | fixed typo in io.py | Kyle Mills | 1 | -1/+1 | |
2016-05-04 | Merge pull request #3995 from ZhouYzzz/python-phase | Jon Long | 1 | -0/+26 | |
Allow the python layer have attribute "phase" | |||||
2016-05-04 | Add test for attribute "phase" in python layer | ZhouYzzz | 1 | -0/+26 | |
2016-05-03 | Merge pull request #3977 from tpwrules/master | Jon Long | 1 | -1/+1 | |
Fix protobuf message generation | |||||
2016-05-03 | Merge pull request #4065 from drewabbot/master | Jon Long | 1 | -0/+1 | |
avoid non-integer array indices | |||||
2016-04-29 | draw_net: accept prototxt without name | Muneyuki Noguchi | 1 | -1/+1 | |
Fixes #3819 | |||||
2016-04-28 | Suppress boost registration warnings in pycaffe (Based on #3960) | Sean Bell | 1 | -4/+17 | |
2016-04-27 | avoid non-integer array indices | Drew Abbot | 1 | -0/+1 | |
2016-04-20 | Merge pull request #3749 from lukeyeager/bvlc/array_to_datum-default-label | Evan Shelhamer | 2 | -2/+18 | |
Don't force datum.label=0 in array_to_datum | |||||
2016-04-11 | Fix protobuf message generation | Thomas | 1 | -1/+1 | |
The latest versions of protobuf do not reveal empty message fields with dir(). This uses the documented way of determining all of a message's fields and so is compatible with past and future versions of protobuf. | |||||
2016-04-01 | Merge pull request #3891 from danielgordon10/pycaffe-multi-instantiation-fix | Jon Long | 1 | -7/+21 | |
Use lazy initialization to reuse ordered dict/list creations to save… | |||||
2016-03-30 | Use lazy initialization to reuse orderd dict/list creations to save time on ↵ | Daniel Gordon | 1 | -7/+21 | |
repeated calls. | |||||
2016-03-04 | [pycaffe] test coord_map | Evan Shelhamer | 1 | -0/+192 | |
- test known mappings: conv-pool-deconv stack, ReLU and 1x1 conv - test effects of padding - test rectangular/anisotropic coordinate mapping, test N-D - catch error cases: negative crop, scale mismatch, tops that are not spatially connected | |||||
2016-03-04 | [pycaffe] align coord_map and #3570 Crop layer | Evan Shelhamer | 1 | -4/+5 | |
- crop -> offset - adjust crop axis by 1 | |||||
2016-03-04 | [pycaffe] document, style, and complete coord_map | Evan Shelhamer | 1 | -15/+104 | |
- document by docstring and comment - pep8 - add latest layers and alphabetize - respect default crop params - handle graphs with compositions of crops by walking only the first, cropped bottom of Crop layers - make python3 happy by replacing arg tuple unpacking | |||||
2016-03-04 | [pycaffe] add coord_map.py for computing induced coordinate transform | Jonathan L Long | 1 | -0/+95 | |
This provides a framework for automatically aligning different layers of a net despite up/downsampling, padding, and output size rounding. | |||||
2016-03-03 | Merge pull request #3575 from ↵ | Evan Shelhamer | 1 | -0/+3 | |
errord/fix-boost-shared_ptr-caffe-Blob-float-no-register [pycaffe] fix boost 1.60 compatibility issue; close #3494 | |||||
2016-03-02 | Merge pull request #3716 from ttdt/master | Jon Long | 1 | -10/+12 | |
Use six library to ensure pycaffe.py python3 compliance | |||||
2016-02-29 | Don't force datum.label=0 in array_to_datum | Luke Yeager | 2 | -2/+18 | |