summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2015-11-03fix detect.py (invalid model path)René Scheibe1-1/+1
2015-10-30Merge pull request #3082 from gustavla/pycaffe-snapshotEvan Shelhamer2-2/+12
2015-10-22diff.ndim != 4 is outdatedRodrigo Benenson1-2/+0
2015-10-16Add automatic upgrade for solver typeRonghang Hu1-2/+2
2015-10-16Split solver code into one file per solver classRonghang Hu1-0/+1
2015-10-16Merge pull request #3190 from DrSleep/masterEvan Shelhamer1-3/+3
2015-10-15Allow old-style shape in blobproto_to_arrayLuke Yeager2-2/+50
2015-10-14Fixed drawing problems with repeated convolutionVladimir1-3/+3
2015-10-09Remove the 4D constraint of blobproto IO in pythonsh1r01-8/+4
2015-10-05Add pycaffe test for solver.snapshot()Gustav Larsson1-1/+10
2015-09-29Fix a typoYang Song1-1/+1
2015-09-17Expose `Snapshot` to pycaffeGustav Larsson1-1/+2
2015-09-17Separate IO dependenciesTea1-0/+1
2015-09-15removed bug in caffe.io.resize_image when applied to Nd imagesMohamed Omran1-1/+1
2015-09-04Merge pull request #3024 from danielgordon10/python-solver-fixEvan Shelhamer3-2/+12
2015-09-04enabling the alternate solvers to be accessed by the python interfaceDaniel Gordon3-2/+12
2015-09-03NetSpec: don't require lists to specify single-element repeated fieldsJeff Donahue2-4/+9
2015-09-01Cleanup: Fixup capitalisation of Caffe_POSTFIX.Darren Garvey1-1/+1
2015-08-26No need to squeeze the output of the networkMarco Castelluccio1-1/+1
2015-08-26Merge pull request #2944 from philkr/python_layer_paramJon Long2-1/+71
2015-08-26Draw Deconvolution layers like Convolution layersJonas Maaskola1-3/+3
2015-08-25Python parameter test addedphilkr2-2/+60
2015-08-25Allow the python layer have weight/parameter blobs.philkr1-2/+14
2015-08-20Merge pull request #2930 from lukeyeager/pycaffe-layer_type_listJeff Donahue3-1/+13
2015-08-20Expose LayerFactory::LayerTypeList in pycaffeLuke Yeager3-1/+13
2015-08-14Exposing blob loss weight to pythonphilkr2-0/+14
2015-08-10Update net_spec.pyRussell Stewart1-1/+1
2015-08-07Merge pull request #2813 from longjon/net-spec-impEvan Shelhamer2-13/+38
2015-08-07Merge pull request #2877 from jeffdonahue/pycaffe-shape-accessorJon Long1-0/+5
2015-08-07pycaffe: add shape accessorJeff Donahue1-0/+5
2015-08-06PythonLayer takes parameters by stringTakuya Narihira1-0/+59
2015-08-06[pytest] open exception file with mode for python3Evan Shelhamer1-1/+1
2015-08-06Merge pull request #2462 from longjon/correct-python-exceptionsEvan Shelhamer1-0/+22
2015-07-23[pytest] simple test of top-less layersJonathan L Long1-0/+15
2015-07-23[pycaffe] net spec layers can have ntop=0Jonathan L Long1-1/+3
2015-07-23[pycaffe] allow layers to have names different from their first topsJonathan L Long1-3/+11
2015-07-23[pycaffe] add Top._to_proto convenience functionJonathan L Long1-2/+5
2015-07-23[pycaffe] use a Counter instead of a dict for counting net spec namesJonathan L Long1-5/+4
2015-07-23[pycaffe] remove dead codeJonathan L Long1-2/+0
2015-07-20Travis scripts for python3 and pytest for cmake. Also fixes CUDA CMake build ...philkr4-9/+12
2015-07-08Making the net_spec python3 compatiblephilkr2-5/+7
2015-06-30[pytest] minimal testing of net specificationJonathan L Long1-0/+67
2015-06-30[pycaffe] basic net specificationJonathan L Long2-0/+204
2015-06-09Small platform-specific bugfix for draw.pyLuke Yeager1-1/+1
2015-05-30Merge pull request #2522 from MartinThoma/mooseEvan Shelhamer2-67/+109
2015-05-27python/draw_net.py and python/caffe/draw.py: Simplified code; added more docs...Martin Thoma2-67/+109
2015-05-21Update python/requirements.txt to have ipython>=3.0.0Sebastián Ramírez1-1/+1
2015-05-15Python: Formatted docstrings to numpydoc (Take, Give -> Parameters, Returns)Martin Thoma3-64/+86
2015-05-14[pytest] check that Python receives (correct) exceptions from Python layersJonathan L Long1-0/+22
2015-05-11Merge pull request #2441 from gustavla/py3-fixJon Long1-1/+1