summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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-18improved to load RGB image as grayscale imagetishibas671-1/+1
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
2015-02-18[pycaffe] switch examples to TransformerEvan Shelhamer3-38/+48
2015-02-18[pycaffe] take pre-processing from Net and give to TransformerEvan Shelhamer2-219/+260
2015-02-18[pycaffe] import newline cleanupEvan Shelhamer1-2/+1
2015-02-18Changing CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE/BINARY_DIRphilkr1-6/+6
2015-02-17[pycaffe] give phase to NetEvan Shelhamer4-13/+23
2015-02-16switch to V2 proto definitions for pytestEvan Shelhamer2-8/+9
2015-02-16[pytest] basic test of Python layerJonathan L Long1-0/+62
2015-02-16[pytest] test that get_solver runsJonathan L Long1-0/+2
2015-02-16[pycaffe] allow Layer to be extended from PythonJonathan L Long1-4/+11