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
/
src
/
caffe
/
util
/
upgrade_proto.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-15
fixing upgrade_proto for BatchNorm layer: be more conservative leave "name" i...
shai
1
-1
/
+7
2016-09-12
batch norm: auto-upgrade old layer definitions w/ param messages
Evan Shelhamer
1
-1
/
+33
2016-02-29
refuse to upgrade net with layer/layers inconsistency
Evan Shelhamer
1
-4
/
+6
2016-02-29
fix input field -> input layer net upgrade: only convert full defs
Evan Shelhamer
1
-20
/
+26
2016-02-29
check all net upgrade conditions
Evan Shelhamer
1
-1
/
+2
2016-02-25
deprecate input fields and upgrade automagically
Evan Shelhamer
1
-0
/
+45
2015-10-16
Add automatic upgrade for solver type
Ronghang Hu
1
-0
/
+74
2015-10-16
rearrange upgrade helpers
Evan Shelhamer
1
-61
/
+61
2015-09-18
Im2col and Convolution layers support N spatial axes
Jeff Donahue
1
-3
/
+3
2015-08-03
Change log levels in upgrade_proto
Luke Yeager
1
-10
/
+10
2015-02-05
fix for layer-type-str: loss_param and DECONVOLUTION type should have
Jeff Donahue
1
-0
/
+6
2015-02-05
get rid of NetParameterPrettyPrint as layer is now after inputs
Jeff Donahue
1
-20
/
+0
2015-02-05
add message ParamSpec to replace param name, blobs_lr, weight_decay, ...
Jeff Donahue
1
-5
/
+13
2015-02-05
automagic upgrade for v1->v2
Jeff Donahue
1
-7
/
+310
2015-02-05
restore upgrade_proto
Jeff Donahue
1
-59
/
+59
2015-02-05
'layers' -> 'layer'
Jeff Donahue
1
-26
/
+26
2015-02-05
Layer type is a string
Jeff Donahue
1
-37
/
+37
2014-09-22
added support for "k" LRN parameter to upgrade_proto
Karen Simonyan
1
-0
/
+8
2014-09-21
include WindowDataLayer in data param upgrade
Evan Shelhamer
1
-0
/
+8
2014-09-03
Move transform param one level up in the proto to reduce redundancy
Kai Li
1
-93
/
+36
2014-08-21
upgrade net parameter data transformation fields automagically
Evan Shelhamer
1
-0
/
+79
2014-08-21
compact net parameter upgrade
Evan Shelhamer
1
-23
/
+12
2014-08-21
Refactor ImageDataLayer to use DataTransformer
TANGUY Arnaud
1
-8
/
+8
2014-08-21
Refactor DataLayer using a new DataTransformer
TANGUY Arnaud
1
-6
/
+8
2014-08-06
LICENSE governs the whole project so strip file headers
Evan Shelhamer
1
-2
/
+0
2014-08-04
Fix header alphabetization lint errors.
Jeff Donahue
1
-3
/
+3
2014-07-22
Correctly apply padding to pooling layers when upgrading from V0
Ross Girshick
1
-5
/
+9
2014-07-18
reapply namespace change
Yangqing Jia
1
-3
/
+0
2014-03-27
move ReadNetParamsFrom{Text,Binary}File into util
Jeff Donahue
1
-0
/
+47
2014-03-27
add NetParameterPrettyPrint so that upgrade tool prints inputs before
Jeff Donahue
1
-0
/
+20
2014-03-27
add support for hdf5 output layer
Jeff Donahue
1
-0
/
+12
2014-03-27
cleaner version of refactoring with fields added to LayerConnection
Jeff Donahue
1
-11
/
+19
2014-03-27
some post rebase fixes -- copyright, hdf5_output layer (still need to
Jeff Donahue
1
-1
/
+1
2014-03-27
rollback previous commit adding version number to NetParameter -- going
Jeff Donahue
1
-1
/
+0
2014-03-27
add NetParameter required version number as breaking change for
Jeff Donahue
1
-0
/
+1
2014-03-27
upgrade images layer
Jeff Donahue
1
-9
/
+57
2014-03-27
incorporate WindowDataLayer into V0Upgrade and add tests
Jeff Donahue
1
-1
/
+70
2014-03-27
fix layertype alphabetization
Jeff Donahue
1
-2
/
+2
2014-03-27
LayerType enum
Jeff Donahue
1
-1
/
+50
2014-03-27
add test for input/input_dim and fix bug, wasn't copying input
Jeff Donahue
1
-0
/
+3
2014-03-27
add upgrade_net_proto tool
Jeff Donahue
1
-1
/
+6
2014-03-27
add test which includes upgraded params
Jeff Donahue
1
-0
/
+3
2014-03-27
add imagenet upgrade test and fix bug in upgrade_proto
Jeff Donahue
1
-1
/
+10
2014-03-27
set correct bottom blob name in upgraded conv layer
Jeff Donahue
1
-3
/
+15
2014-03-27
function to upgrade padding layers
Jeff Donahue
1
-1
/
+48
2014-03-27
make solver use upgrade_proto (by constructing net with a string) and
Jeff Donahue
1
-3
/
+6
2014-03-27
add deprecated protos to PROTO_OBJS in makefile so things compile; other
Jeff Donahue
1
-32
/
+32
2014-03-27
add V0NetParameter and UpgradeV0Net
Jeff Donahue
1
-0
/
+13
2014-03-27
add v0->v1 'bridge' proto and add util that uses it
Jeff Donahue
1
-0
/
+267