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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-03
fix detect.py (invalid model path)
René Scheibe
1
-1
/
+1
2015-10-30
Merge pull request #3082 from gustavla/pycaffe-snapshot
Evan Shelhamer
2
-2
/
+12
2015-10-22
diff.ndim != 4 is outdated
Rodrigo Benenson
1
-2
/
+0
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-10-16
Merge pull request #3190 from DrSleep/master
Evan Shelhamer
1
-3
/
+3
2015-10-15
Allow old-style shape in blobproto_to_array
Luke Yeager
2
-2
/
+50
2015-10-14
Fixed drawing problems with repeated convolution
Vladimir
1
-3
/
+3
2015-10-09
Remove the 4D constraint of blobproto IO in python
sh1r0
1
-8
/
+4
2015-10-05
Add pycaffe test for solver.snapshot()
Gustav Larsson
1
-1
/
+10
2015-09-29
Fix a typo
Yang Song
1
-1
/
+1
2015-09-17
Expose `Snapshot` to pycaffe
Gustav Larsson
1
-1
/
+2
2015-09-17
Separate IO dependencies
Tea
1
-0
/
+1
2015-09-15
removed bug in caffe.io.resize_image when applied to Nd images
Mohamed Omran
1
-1
/
+1
2015-09-04
Merge pull request #3024 from danielgordon10/python-solver-fix
Evan Shelhamer
3
-2
/
+12
2015-09-04
enabling the alternate solvers to be accessed by the python interface
Daniel Gordon
3
-2
/
+12
2015-09-03
NetSpec: don't require lists to specify single-element repeated fields
Jeff Donahue
2
-4
/
+9
2015-09-01
Cleanup: Fixup capitalisation of Caffe_POSTFIX.
Darren Garvey
1
-1
/
+1
2015-08-26
No need to squeeze the output of the network
Marco Castelluccio
1
-1
/
+1
2015-08-26
Merge pull request #2944 from philkr/python_layer_param
Jon Long
2
-1
/
+71
2015-08-26
Draw Deconvolution layers like Convolution layers
Jonas Maaskola
1
-3
/
+3
2015-08-25
Python parameter test added
philkr
2
-2
/
+60
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
3
-1
/
+13
2015-08-20
Expose LayerFactory::LayerTypeList in pycaffe
Luke Yeager
3
-1
/
+13
2015-08-14
Exposing blob loss weight to python
philkr
2
-0
/
+14
2015-08-10
Update net_spec.py
Russell Stewart
1
-1
/
+1
2015-08-07
Merge pull request #2813 from longjon/net-spec-imp
Evan Shelhamer
2
-13
/
+38
2015-08-07
Merge pull request #2877 from jeffdonahue/pycaffe-shape-accessor
Jon Long
1
-0
/
+5
2015-08-07
pycaffe: add shape accessor
Jeff Donahue
1
-0
/
+5
2015-08-06
PythonLayer takes parameters by string
Takuya Narihira
1
-0
/
+59
2015-08-06
[pytest] open exception file with mode for python3
Evan Shelhamer
1
-1
/
+1
2015-08-06
Merge pull request #2462 from longjon/correct-python-exceptions
Evan Shelhamer
1
-0
/
+22
2015-07-23
[pytest] simple test of top-less layers
Jonathan L Long
1
-0
/
+15
2015-07-23
[pycaffe] net spec layers can have ntop=0
Jonathan L Long
1
-1
/
+3
2015-07-23
[pycaffe] allow layers to have names different from their first tops
Jonathan L Long
1
-3
/
+11
2015-07-23
[pycaffe] add Top._to_proto convenience function
Jonathan L Long
1
-2
/
+5
2015-07-23
[pycaffe] use a Counter instead of a dict for counting net spec names
Jonathan L Long
1
-5
/
+4
2015-07-23
[pycaffe] remove dead code
Jonathan L Long
1
-2
/
+0
2015-07-20
Travis scripts for python3 and pytest for cmake. Also fixes CUDA CMake build ...
philkr
4
-9
/
+12
2015-07-08
Making the net_spec python3 compatible
philkr
2
-5
/
+7
2015-06-30
[pytest] minimal testing of net specification
Jonathan L Long
1
-0
/
+67
2015-06-30
[pycaffe] basic net specification
Jonathan L Long
2
-0
/
+204
2015-06-09
Small platform-specific bugfix for draw.py
Luke Yeager
1
-1
/
+1
2015-05-30
Merge pull request #2522 from MartinThoma/moose
Evan Shelhamer
2
-67
/
+109
2015-05-27
python/draw_net.py and python/caffe/draw.py: Simplified code; added more docs...
Martin Thoma
2
-67
/
+109
2015-05-21
Update python/requirements.txt to have ipython>=3.0.0
Sebastián Ramírez
1
-1
/
+1
2015-05-15
Python: Formatted docstrings to numpydoc (Take, Give -> Parameters, Returns)
Martin Thoma
3
-64
/
+86
2015-05-14
[pytest] check that Python receives (correct) exceptions from Python layers
Jonathan L Long
1
-0
/
+22
2015-05-11
Merge pull request #2441 from gustavla/py3-fix
Jon Long
1
-1
/
+1
[prev]
[next]