summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2016-07-13Merge pull request #4343 from nitnelave/python/top_namesJon Long2-15/+38
2016-07-12add test for top/bottom namesValentin Tolmer1-0/+13
2016-07-12improve top_names and bottom_names in pycaffeValentin Tolmer1-15/+25
2016-07-11Merge pull request #4351 from nitnelave/python/set_random_seedEvan Shelhamer2-1/+4
2016-07-11add set_random_seed to the python interfaceValentin Tolmer2-1/+4
2016-07-10Merge pull request #4348 from nitnelave/python/clear_paramsEvan Shelhamer2-0/+12
2016-07-10Merge pull request #2984 from marco-c/dont_squeezeEvan Shelhamer1-1/+1
2016-07-10Merge pull request #4433 from lukeyeager/bvlc/cmake-install-pythonJon Long1-8/+14
2016-07-10Merge pull request #4408 from cdoersch/draw_net_phaseEvan Shelhamer2-6/+41
2016-07-10Merge pull request #3863 from lukeyeager/bvlc/expose-all-netstate-optionsEvan Shelhamer2-9/+263
2016-07-08Fix Python installation with CMake install targetLuke Yeager1-8/+14
2016-07-05Add phase support for draw netCarl Doersch2-6/+41
2016-06-21add unit test for clear_param_diffsValentin Tolmer1-0/+11
2016-06-21add clear_param_diffs to the python net interfaceValentin Tolmer1-0/+1
2016-06-17Exposing solver callbacks to pythonphilkr1-0/+22
2016-06-03Add level and stages to pycaffeLuke Yeager2-9/+263
2016-06-02Exposing load_hdf5 and save_hdf5 to pythonphilkr2-1/+25
2016-05-13fixed typo in io.pyKyle Mills1-1/+1
2016-05-04Merge pull request #3995 from ZhouYzzz/python-phaseJon Long1-0/+26
2016-05-04Add test for attribute "phase" in python layerZhouYzzz1-0/+26
2016-05-03Merge pull request #3977 from tpwrules/masterJon Long1-1/+1
2016-05-03Merge pull request #4065 from drewabbot/masterJon Long1-0/+1
2016-04-29draw_net: accept prototxt without nameMuneyuki Noguchi1-1/+1
2016-04-28Suppress boost registration warnings in pycaffe (Based on #3960)Sean Bell1-4/+17
2016-04-27avoid non-integer array indicesDrew Abbot1-0/+1
2016-04-20Merge pull request #3749 from lukeyeager/bvlc/array_to_datum-default-labelEvan Shelhamer2-2/+18
2016-04-11Fix protobuf message generationThomas1-1/+1
2016-04-01Merge pull request #3891 from danielgordon10/pycaffe-multi-instantiation-fixJon Long1-7/+21
2016-03-30Use lazy initialization to reuse orderd dict/list creations to save time on r...Daniel Gordon1-7/+21
2016-03-04[pycaffe] test coord_mapEvan Shelhamer1-0/+192
2016-03-04[pycaffe] align coord_map and #3570 Crop layerEvan Shelhamer1-4/+5
2016-03-04[pycaffe] document, style, and complete coord_mapEvan Shelhamer1-15/+104
2016-03-04[pycaffe] add coord_map.py for computing induced coordinate transformJonathan L Long1-0/+95
2016-03-03Merge pull request #3575 from errord/fix-boost-shared_ptr-caffe-Blob-float-no...Evan Shelhamer1-0/+3
2016-03-02Merge pull request #3716 from ttdt/masterJon Long1-10/+12
2016-02-29Don't force datum.label=0 in array_to_datumLuke Yeager2-2/+18
2016-02-29NetSpec: allow setting blob names by stringAnatoly Baksheev1-0/+6
2016-02-29Use 'six' library to ensure python3 compliance.Thibault Deregnaucourt1-10/+12
2016-02-23removing all references to Blob.num property (that assumes Blob is 4D). Repla...shai1-3/+3
2016-01-26Merge pull request #2144 from tishibas/load_image-improvedJeff Donahue1-1/+1
2016-01-26Merge pull request #3581 from Austriker/draw-python3Jeff Donahue1-1/+10
2016-01-25Updated import to make it work with pydotplusHugo Serrat1-1/+10
2016-01-22Version 1.0.0-rc3Luke Yeager2-0/+4
2016-01-21add register Net and Solverbiluochun1-0/+2
2016-01-20fixbug #issues/3494 No to_python (by-value) converter found for C++ type: boo...biluochun1-0/+1
2016-01-04Exposing layer top and bottom names to pythonphilkr2-0/+22
2015-12-01dismantle layer headersEvan Shelhamer1-1/+2
2015-11-18Skip python layer tests if WITH_PYTHON_LAYER unsetLuke Yeager2-0/+4
2015-11-14Fix outs and diffs being overwritten in forward_backward_all.Alex Lee1-2/+2
2015-11-05Correct transposition & channel_swap in deprocessernest-tg1-2/+2