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
2014-08-17
cmake build configuration for travis-ci
Adam Kosiorek
1
-1
/
+1
2014-08-17
cmake build system
Adam Kosiorek
1
-0
/
+20
2014-08-09
default raw_scale in python scripts to ImageNet model value
Evan Shelhamer
2
-2
/
+4
2014-08-06
LICENSE governs the whole project so strip file headers
Evan Shelhamer
1
-1
/
+0
2014-08-05
drop np.asarray() in favor of declaration (~1.75x speedup)
Evan Shelhamer
2
-8
/
+16
2014-08-05
fix pycaffe context cropping with or without mean
Evan Shelhamer
1
-6
/
+13
2014-08-05
take array in pycaffe `Net.set_mean()` instead of file path
Evan Shelhamer
5
-17
/
+25
2014-08-05
fix pycaffe input processing
Evan Shelhamer
7
-36
/
+88
2014-08-05
define caffe.Net input preprocessing members by boost::python
Evan Shelhamer
2
-23
/
+27
2014-07-28
Merge pull request #733 from longjon/pycaffe-tweaks
Evan Shelhamer
1
-14
/
+12
2014-07-18
pycaffe: test channel_order and input_scale against None
Jonathan L Long
1
-4
/
+4
2014-07-18
pycaffe: reorder exceptions
Jonathan L Long
1
-4
/
+4
2014-07-18
pycaffe: allow unspecified mean. Fixes #671.
Jonathan L Long
1
-6
/
+4
2014-07-18
pycaffe: expose Forward/Backward From/To as kwargs start and end
Jonathan L Long
2
-13
/
+38
2014-06-12
Merge pull request #455 from shelhamer/pycaffe-save
Evan Shelhamer
1
-1
/
+9
2014-06-12
save from python for net surgery
Evan Shelhamer
1
-1
/
+9
2014-06-11
Merge pull request #482 from shelhamer/rcnn-detector-example
Evan Shelhamer
2
-11
/
+98
2014-06-11
pycaffe: leave grayscale images gray according to arg
Evan Shelhamer
1
-3
/
+8
2014-06-09
make selective search proposals with R-CNN configuration
Evan Shelhamer
1
-1
/
+4
2014-06-09
pycaffe Detector crops with surrounding context
Evan Shelhamer
2
-8
/
+92
2014-06-09
fix old detect.py default
Evan Shelhamer
1
-2
/
+2
2014-05-26
caffe.Net preprocessing members belong to object, not class
Evan Shelhamer
1
-6
/
+7
2014-05-23
follow-up on #443 to invert k channels (instead of 3)
Evan Shelhamer
1
-1
/
+2
2014-05-23
Correctly invert the swapping of colour channels
James Thewlis
1
-1
/
+2
2014-05-22
fix draw_net python script
Evan Shelhamer
1
-2
/
+2
2014-05-20
preprocess single inputs instead of lists
Evan Shelhamer
3
-42
/
+38
2014-05-20
windowed detection in python
Evan Shelhamer
5
-462
/
+262
2014-05-19
squash infuriating loop assignment bug in batching
Evan Shelhamer
1
-1
/
+1
2014-05-19
image classification in python
Evan Shelhamer
5
-129
/
+206
2014-05-19
fix padding for the last batch
Evan Shelhamer
1
-3
/
+4
2014-05-19
split drawnet into module code and script
Evan Shelhamer
2
-15
/
+25
2014-05-19
add caffe.io submodule for conversions, image loading and resizing
Evan Shelhamer
3
-12
/
+89
2014-05-19
fix python mean subtraction
Evan Shelhamer
1
-7
/
+9
2014-05-16
drop cute names in favor of Net.{pre,de}process() for input formatting
Evan Shelhamer
1
-44
/
+45
2014-05-16
Net.caffeinate() and Net.decaffeinate() format/unformat lists
Evan Shelhamer
1
-41
/
+46
2014-05-16
take blob args as ndarrays and assign on the python side
Evan Shelhamer
2
-184
/
+72
2014-05-15
resize to input dimensions when formatting in python
Evan Shelhamer
1
-0
/
+7
2014-05-15
replace iterator with indices for consistency
Evan Shelhamer
1
-6
/
+6
2014-05-15
python style
Evan Shelhamer
2
-254
/
+249
2014-05-15
fix accidental revert of Init() from f5c28581
Evan Shelhamer
1
-2
/
+1
2014-05-14
batch inputs in python by forward_all() and forward_backward_all()
Evan Shelhamer
2
-2
/
+102
2014-05-14
don't squeeze blob arrays for python
Evan Shelhamer
1
-2
/
+2
2014-05-14
python forward() and backward() extract any blobs and diffs
Evan Shelhamer
1
-18
/
+32
2014-05-14
python Net.backward() helper and Net.BackwardPrefilled()
Evan Shelhamer
2
-2
/
+40
2014-05-14
bad forward/backward inputs throw exceptions instead of crashing python
Evan Shelhamer
1
-13
/
+14
2014-05-14
pycaffe Net.forward() helper
Evan Shelhamer
1
-0
/
+36
2014-05-14
set input preprocessing per blob in python
Evan Shelhamer
1
-22
/
+64
2014-05-14
expose input and output blob names to python as lists
Evan Shelhamer
1
-0
/
+20
2014-05-13
pycaffe comments, lint
Evan Shelhamer
1
-11
/
+11
2014-05-13
add python io getters, mean helper, and image caffeinator/decaffeinator
Evan Shelhamer
1
-0
/
+73
[next]