index
:
platform/upstream/caffeonacl
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_unified
armcl-v18.11
master
sandbox/daeinki/armcl-v18.08
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
Domain: Machine Learning / ML Framework; Licenses: BSD-2-Clause;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
caffe
/
_caffe.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-13
Solver_add_nccl accepts any kind of Solver
folz
1
-1
/
+1
2017-01-06
Python layers should build on multiprocess & solver_cnt; enable with bindings
Marian Gläser
1
-0
/
+1
2017-01-06
Python Multi-GPU
Cyprien Noel
1
-5
/
+91
2017-01-06
Logging from python, e.g. for lower log level on multi-GPU workers
Cyprien Noel
1
-0
/
+16
2016-07-11
Merge pull request #4351 from nitnelave/python/set_random_seed
Evan Shelhamer
1
-0
/
+3
2016-07-11
add set_random_seed to the python interface
Valentin Tolmer
1
-0
/
+3
2016-07-10
Merge pull request #4348 from nitnelave/python/clear_params
Evan Shelhamer
1
-0
/
+1
2016-07-10
Merge pull request #3863 from lukeyeager/bvlc/expose-all-netstate-options
Evan Shelhamer
1
-8
/
+36
2016-06-21
add clear_param_diffs to the python net interface
Valentin Tolmer
1
-0
/
+1
2016-06-17
Exposing solver callbacks to python
philkr
1
-0
/
+22
2016-06-03
Add level and stages to pycaffe
Luke Yeager
1
-8
/
+36
2016-06-02
Exposing load_hdf5 and save_hdf5 to python
philkr
1
-1
/
+11
2016-04-28
Suppress boost registration warnings in pycaffe (Based on #3960)
Sean Bell
1
-4
/
+17
2016-03-03
Merge pull request #3575 from errord/fix-boost-shared_ptr-caffe-Blob-float-no...
Evan Shelhamer
1
-0
/
+3
2016-01-22
Version 1.0.0-rc3
Luke Yeager
1
-0
/
+3
2016-01-21
add register Net and Solver
biluochun
1
-0
/
+2
2016-01-20
fixbug #issues/3494 No to_python (by-value) converter found for C++ type: boo...
biluochun
1
-0
/
+1
2016-01-04
Exposing layer top and bottom names to python
philkr
1
-0
/
+4
2015-12-01
dismantle layer headers
Evan Shelhamer
1
-1
/
+2
2015-10-30
Merge pull request #3082 from gustavla/pycaffe-snapshot
Evan Shelhamer
1
-1
/
+2
2015-10-16
Add automatic upgrade for solver type
Ronghang Hu
1
-2
/
+2
2015-10-16
Split solver code into one file per solver class
Ronghang Hu
1
-0
/
+1
2015-09-17
Expose `Snapshot` to pycaffe
Gustav Larsson
1
-1
/
+2
2015-09-04
enabling the alternate solvers to be accessed by the python interface
Daniel Gordon
1
-0
/
+9
2015-08-25
Python parameter test added
philkr
1
-2
/
+6
2015-08-25
Allow the python layer have weight/parameter blobs.
philkr
1
-2
/
+14
2015-08-20
Merge pull request #2930 from lukeyeager/pycaffe-layer_type_list
Jeff Donahue
1
-0
/
+2
2015-08-20
Expose LayerFactory::LayerTypeList in pycaffe
Luke Yeager
1
-0
/
+2
2015-08-14
Exposing blob loss weight to python
philkr
1
-0
/
+4
2015-08-07
pycaffe: add shape accessor
Jeff Donahue
1
-0
/
+5
2015-03-04
expose Solver::Restore() as public and Solver.restore() in pycaffe
Evan Shelhamer
1
-1
/
+2
2015-03-03
[pycaffe] expose Blob.reshape as *args function
Jonathan L Long
1
-20
/
+12
2015-03-03
PyBlobs support generalized axes
Jeff Donahue
1
-5
/
+30
2015-02-24
Making python3 work with cmake and the new python wrapper
philkr
1
-1
/
+3
2015-02-17
[pycaffe] give phase to Net
Evan Shelhamer
1
-9
/
+18
2015-02-16
[pycaffe] allow Layer to be extended from Python
Jonathan L Long
1
-4
/
+11
2015-02-16
[pycaffe] re-expose SGDSolver, and expose other solvers
Jonathan L Long
1
-0
/
+33
2015-02-16
[pycaffe] re-expose Layer
Jonathan L Long
1
-0
/
+9
2015-02-16
[pycaffe] re-expose Blob
Jonathan L Long
1
-0
/
+52
2015-02-16
[pycaffe] re-expose Net
Jonathan L Long
1
-0
/
+108
2015-02-16
[pycaffe] expose global ("Caffe::") functions
Jonathan L Long
1
-0
/
+16
2015-02-16
[pycaffe] strike down wrappers, momentarily gut all functionality
Jonathan L Long
1
-183
/
+7
2015-02-16
[pycaffe] enable numpy API deprecation warnings
Jonathan L Long
1
-0
/
+3
2015-01-21
Back-merge fixes + docs
Evan Shelhamer
1
-5
/
+7
2015-01-14
set mode, phase, device in pycaffe; fix #1700
Evan Shelhamer
1
-5
/
+7
2015-01-02
[pycaffe] expose SGDSolver.step
Jonathan L Long
1
-1
/
+2
2014-10-10
Merge pull request #1195 from longjon/python-copy-from
Evan Shelhamer
1
-0
/
+2
2014-10-03
Merge pull request #1070 from sguada/move_data_mean
Sergio Guadarrama
1
-2
/
+2
2014-10-03
[fix] include Python.h instead of re-ordering for pycaffe build on OS X
Evan Shelhamer
1
-1
/
+3
2014-10-03
[fix] bend pycaffe to the whims of OS X header order
Evan Shelhamer
1
-1
/
+1
[next]