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-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
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
[prev]
[next]