summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-11python: PEP8; changed docstring documentation style to NumPyDoc styleMartin Thoma8-83/+103
2015-05-11This imports the wrong io module in Python 3.Gustav Larsson1-1/+1
2015-03-27Merge pull request #2192 from lukeyeager/remove-scikit-learnEvan Shelhamer1-1/+0
2015-03-25Downgrade Pillow pip requirementLuke Yeager1-1/+1
2015-03-24Remove scikit-learn dependencyLuke Yeager1-1/+0
2015-03-16Fix invalid syntaxKenta Shoji1-1/+1
2015-03-08[pycaffe] classifier + detector only have one inputEvan Shelhamer2-2/+2
2015-03-08[pycaffe] fix CPU / GPU switch in example scriptsEvan Shelhamer3-12/+17
2015-03-08[pycaffe] make classify.py print input + output file pathsariandyy2-2/+8
2015-03-08[pycaffe] no need to squeeze output after #1970Evan Shelhamer1-1/+1
2015-03-06Merge pull request #2010 from danielhamngren/update_python_requirementsEvan Shelhamer1-0/+1
2015-03-06Merge pull request #2037 from shelhamer/expose-solver-restoreEvan Shelhamer1-1/+2
2015-03-04[pycaffe] add missing import sysJonathan L Long1-0/+1
2015-03-04expose Solver::Restore() as public and Solver.restore() in pycaffeEvan Shelhamer1-1/+2
2015-03-04[pycaffe] check mean channels for transformationEvan Shelhamer1-2/+5
2015-03-04Add error checking for image meanLuke Yeager1-4/+9
2015-03-04Merge pull request #1966 from philkr/python_fixesJon Long2-3/+3
2015-03-03[pytest] use non-4d blobs in test_python_layerJonathan L Long1-13/+11
2015-03-03[pycaffe] expose Blob.reshape as *args functionJonathan L Long1-20/+12
2015-03-03PyBlobs support generalized axesJeff Donahue2-7/+30
2015-03-01Added Pillow to requirements.txtDaniel Hamngren1-0/+1
2015-02-25Fixing two bugs related to python3 and PROJECT_SOURCE_DIRphilkr2-3/+3
2015-02-24Merge pull request #1923 from philkr/python3_masterJon Long6-8/+20
2015-02-24Making python3 work with cmake and the new python wrapperphilkr6-8/+20
2015-02-22fixed bug in install-tree: _caffe.so installed by install(TARGET ...) was ove...Anatoly Baksheev1-5/+9
2015-02-19Merge pull request #1899 from philkr/project_source_dirEvan Shelhamer1-6/+6