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-05-11
python: PEP8; changed docstring documentation style to NumPyDoc style
Martin Thoma
8
-83
/
+103
2015-05-11
This imports the wrong io module in Python 3.
Gustav Larsson
1
-1
/
+1
2015-03-27
Merge pull request #2192 from lukeyeager/remove-scikit-learn
Evan Shelhamer
1
-1
/
+0
2015-03-25
Downgrade Pillow pip requirement
Luke Yeager
1
-1
/
+1
2015-03-24
Remove scikit-learn dependency
Luke Yeager
1
-1
/
+0
2015-03-18
improved to load RGB image as grayscale image
tishibas67
1
-1
/
+1
2015-03-16
Fix invalid syntax
Kenta Shoji
1
-1
/
+1
2015-03-08
[pycaffe] classifier + detector only have one input
Evan Shelhamer
2
-2
/
+2
2015-03-08
[pycaffe] fix CPU / GPU switch in example scripts
Evan Shelhamer
3
-12
/
+17
2015-03-08
[pycaffe] make classify.py print input + output file paths
ariandyy
2
-2
/
+8
2015-03-08
[pycaffe] no need to squeeze output after #1970
Evan Shelhamer
1
-1
/
+1
2015-03-06
Merge pull request #2010 from danielhamngren/update_python_requirements
Evan Shelhamer
1
-0
/
+1
2015-03-06
Merge pull request #2037 from shelhamer/expose-solver-restore
Evan Shelhamer
1
-1
/
+2
2015-03-04
[pycaffe] add missing import sys
Jonathan L Long
1
-0
/
+1
2015-03-04
expose Solver::Restore() as public and Solver.restore() in pycaffe
Evan Shelhamer
1
-1
/
+2
2015-03-04
[pycaffe] check mean channels for transformation
Evan Shelhamer
1
-2
/
+5
2015-03-04
Add error checking for image mean
Luke Yeager
1
-4
/
+9
2015-03-04
Merge pull request #1966 from philkr/python_fixes
Jon Long
2
-3
/
+3
2015-03-03
[pytest] use non-4d blobs in test_python_layer
Jonathan L Long
1
-13
/
+11
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
2
-7
/
+30
2015-03-01
Added Pillow to requirements.txt
Daniel Hamngren
1
-0
/
+1
2015-02-25
Fixing two bugs related to python3 and PROJECT_SOURCE_DIR
philkr
2
-3
/
+3
2015-02-24
Merge pull request #1923 from philkr/python3_master
Jon Long
6
-8
/
+20
2015-02-24
Making python3 work with cmake and the new python wrapper
philkr
6
-8
/
+20
2015-02-22
fixed bug in install-tree: _caffe.so installed by install(TARGET ...) was ove...
Anatoly Baksheev
1
-5
/
+9
2015-02-19
Merge pull request #1899 from philkr/project_source_dir
Evan Shelhamer
1
-6
/
+6
2015-02-18
[pycaffe] switch examples to Transformer
Evan Shelhamer
3
-38
/
+48
2015-02-18
[pycaffe] take pre-processing from Net and give to Transformer
Evan Shelhamer
2
-219
/
+260
2015-02-18
[pycaffe] import newline cleanup
Evan Shelhamer
1
-2
/
+1
2015-02-18
Changing CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE/BINARY_DIR
philkr
1
-6
/
+6
2015-02-17
[pycaffe] give phase to Net
Evan Shelhamer
4
-13
/
+23
2015-02-16
switch to V2 proto definitions for pytest
Evan Shelhamer
2
-8
/
+9
2015-02-16
[pytest] basic test of Python layer
Jonathan L Long
1
-0
/
+62
2015-02-16
[pytest] test that get_solver runs
Jonathan L Long
1
-0
/
+2
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
2
-1
/
+34
2015-02-16
[pycaffe] re-expose Layer
Jonathan L Long
2
-1
/
+10
2015-02-16
[pycaffe] re-expose Blob
Jonathan L Long
1
-0
/
+52
2015-02-16
[pycaffe] re-expose Net
Jonathan L Long
2
-0
/
+117
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
2
-381
/
+7
2015-02-16
[pycaffe] enable numpy API deprecation warnings
Jonathan L Long
1
-0
/
+3
2015-02-16
Merge pull request #1667 from Nerei/feature/cmake_well_done
Evan Shelhamer
1
-54
/
+26
2015-02-16
cmake 2.8.7. support
Anatoly Baksheev
1
-3
/
+6
2015-02-16
improve CMake build
Anatoly Baksheev
1
-54
/
+23
2015-02-16
Fix `draw` to support new protobuf format
Takuya Narihira
1
-8
/
+8
2015-02-16
Fix Draw Net Problem #1709
James Steven Supancic III
1
-10
/
+2
2015-01-25
Merge pull request #1555 from drdan14/draw-net-improvements
Evan Shelhamer
2
-26
/
+142
2015-01-25
[pycaffe] de-dupe imports
Evan Shelhamer
2
-4
/
+2
[prev]
[next]