summaryrefslogtreecommitdiff
path: root/python/caffe/_caffe.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-13Solver_add_nccl accepts any kind of Solverfolz1-1/+1
2017-01-06Python layers should build on multiprocess & solver_cnt; enable with bindingsMarian Gläser1-0/+1
2017-01-06Python Multi-GPUCyprien Noel1-5/+91
2017-01-06Logging from python, e.g. for lower log level on multi-GPU workersCyprien Noel1-0/+16
2016-07-11Merge pull request #4351 from nitnelave/python/set_random_seedEvan Shelhamer1-0/+3
2016-07-11add set_random_seed to the python interfaceValentin Tolmer1-0/+3
2016-07-10Merge pull request #4348 from nitnelave/python/clear_paramsEvan Shelhamer1-0/+1
2016-07-10Merge pull request #3863 from lukeyeager/bvlc/expose-all-netstate-optionsEvan Shelhamer1-8/+36
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 Yeager1-8/+36
2016-06-02Exposing load_hdf5 and save_hdf5 to pythonphilkr1-1/+11
2016-04-28Suppress boost registration warnings in pycaffe (Based on #3960)Sean Bell1-4/+17
2016-03-03Merge pull request #3575 from errord/fix-boost-shared_ptr-caffe-Blob-float-no...Evan Shelhamer1-0/+3
2016-01-22Version 1.0.0-rc3Luke Yeager1-0/+3
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 pythonphilkr1-0/+4
2015-12-01dismantle layer headersEvan Shelhamer1-1/+2
2015-10-30Merge pull request #3082 from gustavla/pycaffe-snapshotEvan Shelhamer1-1/+2
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-09-17Expose `Snapshot` to pycaffeGustav Larsson1-1/+2
2015-09-04enabling the alternate solvers to be accessed by the python interfaceDaniel Gordon1-0/+9
2015-08-25Python parameter test addedphilkr1-2/+6
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 Donahue1-0/+2
2015-08-20Expose LayerFactory::LayerTypeList in pycaffeLuke Yeager1-0/+2
2015-08-14Exposing blob loss weight to pythonphilkr1-0/+4
2015-08-07pycaffe: add shape accessorJeff Donahue1-0/+5
2015-03-04expose Solver::Restore() as public and Solver.restore() in pycaffeEvan Shelhamer1-1/+2
2015-03-03[pycaffe] expose Blob.reshape as *args functionJonathan L Long1-20/+12
2015-03-03PyBlobs support generalized axesJeff Donahue1-5/+30
2015-02-24Making python3 work with cmake and the new python wrapperphilkr1-1/+3
2015-02-17[pycaffe] give phase to NetEvan Shelhamer1-9/+18
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 Long1-0/+33
2015-02-16[pycaffe] re-expose LayerJonathan L Long1-0/+9
2015-02-16[pycaffe] re-expose BlobJonathan L Long1-0/+52
2015-02-16[pycaffe] re-expose NetJonathan L Long1-0/+108
2015-02-16[pycaffe] expose global ("Caffe::") functionsJonathan L Long1-0/+16
2015-02-16[pycaffe] strike down wrappers, momentarily gut all functionalityJonathan L Long1-183/+7
2015-02-16[pycaffe] enable numpy API deprecation warningsJonathan L Long1-0/+3
2015-01-21Back-merge fixes + docsEvan Shelhamer1-5/+7
2015-01-14set mode, phase, device in pycaffe; fix #1700Evan Shelhamer1-5/+7
2015-01-02[pycaffe] expose SGDSolver.stepJonathan L Long1-1/+2
2014-10-10Merge pull request #1195 from longjon/python-copy-fromEvan Shelhamer1-0/+2
2014-10-03Merge pull request #1070 from sguada/move_data_meanSergio Guadarrama1-2/+2
2014-10-03[fix] include Python.h instead of re-ordering for pycaffe build on OS XEvan Shelhamer1-1/+3
2014-10-03[fix] bend pycaffe to the whims of OS X header orderEvan Shelhamer1-1/+1