summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2017-08-26add support acl batch normal,direct conv, local connect, concat layershonggui3-0/+0
2017-03-13Solver_add_nccl accepts any kind of Solverfolz1-1/+1
2017-02-16Merge pull request #4609 from intelfx/BVLC-work-buildsystemEvan Shelhamer1-3/+3
2017-02-16Merge pull request #5010 from ngaloppo/fix_drawnetEvan Shelhamer1-3/+3
2017-02-16Merge pull request #4347 from nitnelave/python/layer_dictEvan Shelhamer2-0/+18
2017-01-18Merge pull request #4842 from willyd/pytest-fixEvan Shelhamer1-9/+9
2017-01-06Python layers should build on multiprocess & solver_cnt; enable with bindingsMarian Gläser3-3/+5
2017-01-06Python Multi-GPUCyprien Noel4-8/+193
2017-01-06Logging from python, e.g. for lower log level on multi-GPU workersCyprien Noel2-1/+17
2016-11-21Fix Python net drawing scriptNico Galoppo1-3/+3
2016-10-15pytest fix: Files created with NamedTemporary files cannot be opened on WindowsGuillaume Dumont1-9/+9
2016-08-31cmake: refactor deps detection, specify all dependencies in the exported caff...Ivan Shapovalov1-3/+3
2016-07-13Merge pull request #4343 from nitnelave/python/top_namesJon Long2-15/+38
2016-07-12add test for top/bottom namesValentin Tolmer1-0/+13
2016-07-12improve top_names and bottom_names in pycaffeValentin Tolmer1-15/+25
2016-07-11Merge pull request #4351 from nitnelave/python/set_random_seedEvan Shelhamer2-1/+4
2016-07-11add set_random_seed to the python interfaceValentin Tolmer2-1/+4
2016-07-10Merge pull request #4348 from nitnelave/python/clear_paramsEvan Shelhamer2-0/+12
2016-07-10Merge pull request #2984 from marco-c/dont_squeezeEvan Shelhamer1-1/+1
2016-07-10Merge pull request #4433 from lukeyeager/bvlc/cmake-install-pythonJon Long1-8/+14
2016-07-10Merge pull request #4408 from cdoersch/draw_net_phaseEvan Shelhamer2-6/+41
2016-07-10Merge pull request #3863 from lukeyeager/bvlc/expose-all-netstate-optionsEvan Shelhamer2-9/+263
2016-07-08Fix Python installation with CMake install targetLuke Yeager1-8/+14
2016-07-05Add phase support for draw netCarl Doersch2-6/+41
2016-06-21add tests for pycaffe's layer_dictValentin Tolmer1-0/+7
2016-06-21add unit test for clear_param_diffsValentin Tolmer1-0/+11
2016-06-21add clear_param_diffs to the python net interfaceValentin Tolmer1-0/+1
2016-06-21add layer_dict to the python interfaceValentin Tolmer1-0/+11
2016-06-17Exposing solver callbacks to pythonphilkr1-0/+22
2016-06-03Add level and stages to pycaffeLuke Yeager2-9/+263
2016-06-02Exposing load_hdf5 and save_hdf5 to pythonphilkr2-1/+25
2016-05-13fixed typo in io.pyKyle Mills1-1/+1
2016-05-04Merge pull request #3995 from ZhouYzzz/python-phaseJon Long1-0/+26
2016-05-04Add test for attribute "phase" in python layerZhouYzzz1-0/+26
2016-05-03Merge pull request #3977 from tpwrules/masterJon Long1-1/+1
2016-05-03Merge pull request #4065 from drewabbot/masterJon Long1-0/+1
2016-04-29draw_net: accept prototxt without nameMuneyuki Noguchi1-1/+1
2016-04-28Suppress boost registration warnings in pycaffe (Based on #3960)Sean Bell1-4/+17
2016-04-27avoid non-integer array indicesDrew Abbot1-0/+1
2016-04-20Merge pull request #3749 from lukeyeager/bvlc/array_to_datum-default-labelEvan Shelhamer2-2/+18
2016-04-11Fix protobuf message generationThomas1-1/+1
2016-04-01Merge pull request #3891 from danielgordon10/pycaffe-multi-instantiation-fixJon Long1-7/+21
2016-03-30Use lazy initialization to reuse orderd dict/list creations to save time on r...Daniel Gordon1-7/+21
2016-03-04[pycaffe] test coord_mapEvan Shelhamer1-0/+192
2016-03-04[pycaffe] align coord_map and #3570 Crop layerEvan Shelhamer1-4/+5
2016-03-04[pycaffe] document, style, and complete coord_mapEvan Shelhamer1-15/+104
2016-03-04[pycaffe] add coord_map.py for computing induced coordinate transformJonathan L Long1-0/+95
2016-03-03Merge pull request #3575 from errord/fix-boost-shared_ptr-caffe-Blob-float-no...Evan Shelhamer1-0/+3
2016-03-02Merge pull request #3716 from ttdt/masterJon Long1-10/+12
2016-02-29Don't force datum.label=0 in array_to_datumLuke Yeager2-2/+18