summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2015-03-04[pycaffe] add missing import sysJonathan L Long1-0/+1
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-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
2015-02-16[pycaffe] re-expose SGDSolver, and expose other solversJonathan L Long2-1/+34
2015-02-16[pycaffe] re-expose LayerJonathan L Long2-1/+10
2015-02-16[pycaffe] re-expose BlobJonathan L Long1-0/+52
2015-02-16[pycaffe] re-expose NetJonathan L Long2-0/+117
2015-02-16[pycaffe] expose global ("Caffe::") functionsJonathan L Long1-0/+16
2015-02-16[pycaffe] strike down wrappers, momentarily gut all functionalityJonathan L Long2-381/+7
2015-02-16[pycaffe] enable numpy API deprecation warningsJonathan L Long1-0/+3
2015-02-16Merge pull request #1667 from Nerei/feature/cmake_well_doneEvan Shelhamer1-54/+26
2015-02-16cmake 2.8.7. supportAnatoly Baksheev1-3/+6
2015-02-16improve CMake buildAnatoly Baksheev1-54/+23
2015-02-16Fix `draw` to support new protobuf formatTakuya Narihira1-8/+8
2015-02-16Fix Draw Net Problem #1709James Steven Supancic III1-10/+2
2015-01-25Merge pull request #1555 from drdan14/draw-net-improvementsEvan Shelhamer2-26/+142
2015-01-25[pycaffe] de-dupe importsEvan Shelhamer2-4/+2
2015-01-22[fix] align pytest for solver with #1728Evan Shelhamer1-1/+1
2015-01-22Merge pull request #1473 from longjon/pytestEvan Shelhamer2-0/+126
2015-01-21Back-merge fixes + docsEvan Shelhamer7-18/+24
2015-01-15Merge pull request #1662 from seanbell/fix-python-resize_imageEvan Shelhamer1-4/+10
2015-01-14set mode, phase, device in pycaffe; fix #1700Evan Shelhamer6-18/+23
2015-01-06[pycaffe] basic, partial testing of Net and SGDSolverJonathan L Long2-0/+126
2015-01-02[pycaffe] expose SGDSolver.stepJonathan L Long2-1/+3
2014-12-30fixed resize_image for the case of constant imagesSean Bell1-4/+10
2014-12-10Improvements to network drawingDaniel Golden2-26/+142
2014-12-03Update mean file helpDaniel Golden1-2/+2
2014-11-18Update python requirements.txtMichele Pratusevich1-0/+1
2014-10-17back-mergeSergey Karayev1-6/+7
2014-10-11[docs] pip install harderEvan Shelhamer1-7/+7
2014-10-11[docs] pip install packages in order for dependenciesEvan Shelhamer1-0/+1
2014-10-10Merge pull request #1195 from longjon/python-copy-fromEvan Shelhamer2-0/+8