diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6fd45b7..20d4047 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,21 +3,8 @@ - - - - - - - - - - - - - - - + + @@ -35,11 +22,11 @@ - - + + - + @@ -48,29 +35,11 @@ - + - + - - - - - - - - - - - - - - - - - - @@ -115,10 +84,10 @@ - + @@ -133,11 +102,6 @@ - - - - - @@ -206,7 +170,7 @@ - + @@ -335,9 +299,6 @@ - - - @@ -365,12 +326,15 @@ + + + - + @@ -379,7 +343,7 @@ - + @@ -388,7 +352,6 @@ - @@ -397,6 +360,7 @@ + @@ -469,36 +433,30 @@ - + - - + + - - - + - - + + - - + - + - - - - - + + diff --git a/data/images/._000001.jpg b/data/images/._000001.jpg deleted file mode 100644 index 28c3ac3..0000000 Binary files a/data/images/._000001.jpg and /dev/null differ diff --git a/data/images/._dog.jpg b/data/images/._dog.jpg deleted file mode 100644 index 53a6dae..0000000 Binary files a/data/images/._dog.jpg and /dev/null differ diff --git a/data/images/._person.jpg b/data/images/._person.jpg deleted file mode 100644 index 5122af9..0000000 Binary files a/data/images/._person.jpg and /dev/null differ diff --git a/data/images/000001.jpg b/data/images/000001.jpg deleted file mode 100644 index a137366..0000000 Binary files a/data/images/000001.jpg and /dev/null differ diff --git a/data/images/dog.jpg b/data/images/dog.jpg deleted file mode 100644 index 665a81c..0000000 Binary files a/data/images/dog.jpg and /dev/null differ diff --git a/data/images/person.jpg b/data/images/person.jpg deleted file mode 100644 index 61d377f..0000000 Binary files a/data/images/person.jpg and /dev/null differ diff --git a/data/models/resnet50_ssd/._resnet50_ssd_model-symbol.json b/data/models/resnet50_ssd/._resnet50_ssd_model-symbol.json deleted file mode 100644 index c1125da..0000000 Binary files a/data/models/resnet50_ssd/._resnet50_ssd_model-symbol.json and /dev/null differ diff --git a/data/models/resnet50_ssd/._synset.txt b/data/models/resnet50_ssd/._synset.txt deleted file mode 100644 index 72c082a..0000000 Binary files a/data/models/resnet50_ssd/._synset.txt and /dev/null differ diff --git a/data/models/resnet50_ssd/resnet50_ssd_model-symbol.json b/data/models/resnet50_ssd/resnet50_ssd_model-symbol.json deleted file mode 100644 index 0b05430..0000000 --- a/data/models/resnet50_ssd/resnet50_ssd_model-symbol.json +++ /dev/null @@ -1,6180 +0,0 @@ -{ - "nodes": [ - { - "op": "null", - "name": "data", - "inputs": [] - }, - { - "op": "_copy", - "name": "id", - "inputs": [[0, 0, 0]] - }, - { - "op": "null", - "name": "bn_data_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "True", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "bn_data_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "True", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "bn_data_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "True", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "bn_data_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "True", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "bn_data", - "attr": { - "eps": "2e-05", - "fix_gamma": "True", - "momentum": "0.9" - }, - "inputs": [[1, 0, 0], [2, 0, 0], [3, 0, 0], [4, 0, 1], [5, 0, 1]] - }, - { - "op": "null", - "name": "conv0_weight", - "attr": { - "kernel": "(7, 7)", - "no_bias": "True", - "num_filter": "64", - "pad": "(3, 3)", - "stride": "(2, 2)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "conv0", - "attr": { - "kernel": "(7, 7)", - "no_bias": "True", - "num_filter": "64", - "pad": "(3, 3)", - "stride": "(2, 2)", - "workspace": "256" - }, - "inputs": [[6, 0, 0], [7, 0, 0]] - }, - { - "op": "null", - "name": "bn0_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "bn0_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "bn0_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "bn0_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "bn0", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[8, 0, 0], [9, 0, 0], [10, 0, 0], [11, 0, 1], [12, 0, 1]] - }, - { - "op": "Activation", - "name": "relu0", - "attr": {"act_type": "relu"}, - "inputs": [[13, 0, 0]] - }, - { - "op": "Pooling", - "name": "pooling0", - "attr": { - "kernel": "(3, 3)", - "pad": "(1, 1)", - "pool_type": "max", - "stride": "(2, 2)" - }, - "inputs": [[14, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit1_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit1_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit1_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit1_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage1_unit1_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[15, 0, 0], [16, 0, 0], [17, 0, 0], [18, 0, 1], [19, 0, 1]] - }, - { - "op": "Activation", - "name": "stage1_unit1_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[20, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit1_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "64", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage1_unit1_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "64", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[21, 0, 0], [22, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit1_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit1_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit1_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit1_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage1_unit1_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[23, 0, 0], [24, 0, 0], [25, 0, 0], [26, 0, 1], [27, 0, 1]] - }, - { - "op": "Activation", - "name": "stage1_unit1_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[28, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit1_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "64", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage1_unit1_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "64", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[29, 0, 0], [30, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit1_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit1_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit1_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit1_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage1_unit1_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[31, 0, 0], [32, 0, 0], [33, 0, 0], [34, 0, 1], [35, 0, 1]] - }, - { - "op": "Activation", - "name": "stage1_unit1_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[36, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit1_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage1_unit1_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[37, 0, 0], [38, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit1_sc_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage1_unit1_sc", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[21, 0, 0], [40, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus0", - "inputs": [[39, 0, 0], [41, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit2_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit2_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit2_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit2_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage1_unit2_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[42, 0, 0], [43, 0, 0], [44, 0, 0], [45, 0, 1], [46, 0, 1]] - }, - { - "op": "Activation", - "name": "stage1_unit2_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[47, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit2_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "64", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage1_unit2_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "64", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[48, 0, 0], [49, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit2_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit2_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit2_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit2_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage1_unit2_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[50, 0, 0], [51, 0, 0], [52, 0, 0], [53, 0, 1], [54, 0, 1]] - }, - { - "op": "Activation", - "name": "stage1_unit2_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[55, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit2_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "64", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage1_unit2_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "64", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[56, 0, 0], [57, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit2_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit2_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit2_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit2_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage1_unit2_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[58, 0, 0], [59, 0, 0], [60, 0, 0], [61, 0, 1], [62, 0, 1]] - }, - { - "op": "Activation", - "name": "stage1_unit2_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[63, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit2_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage1_unit2_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[64, 0, 0], [65, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus1", - "inputs": [[66, 0, 0], [42, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit3_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit3_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit3_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit3_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage1_unit3_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[67, 0, 0], [68, 0, 0], [69, 0, 0], [70, 0, 1], [71, 0, 1]] - }, - { - "op": "Activation", - "name": "stage1_unit3_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[72, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit3_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "64", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage1_unit3_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "64", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[73, 0, 0], [74, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit3_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit3_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit3_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit3_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage1_unit3_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[75, 0, 0], [76, 0, 0], [77, 0, 0], [78, 0, 1], [79, 0, 1]] - }, - { - "op": "Activation", - "name": "stage1_unit3_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[80, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit3_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "64", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage1_unit3_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "64", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[81, 0, 0], [82, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit3_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit3_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit3_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage1_unit3_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage1_unit3_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[83, 0, 0], [84, 0, 0], [85, 0, 0], [86, 0, 1], [87, 0, 1]] - }, - { - "op": "Activation", - "name": "stage1_unit3_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[88, 0, 0]] - }, - { - "op": "null", - "name": "stage1_unit3_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage1_unit3_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[89, 0, 0], [90, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus2", - "inputs": [[91, 0, 0], [67, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit1_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit1_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit1_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit1_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage2_unit1_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[92, 0, 0], [93, 0, 0], [94, 0, 0], [95, 0, 1], [96, 0, 1]] - }, - { - "op": "Activation", - "name": "stage2_unit1_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[97, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit1_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage2_unit1_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[98, 0, 0], [99, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit1_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit1_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit1_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit1_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage2_unit1_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[100, 0, 0], [101, 0, 0], [102, 0, 0], [103, 0, 1], [104, 0, 1]] - }, - { - "op": "Activation", - "name": "stage2_unit1_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[105, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit1_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "128", - "pad": "(1, 1)", - "stride": "(2, 2)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage2_unit1_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "128", - "pad": "(1, 1)", - "stride": "(2, 2)", - "workspace": "256" - }, - "inputs": [[106, 0, 0], [107, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit1_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit1_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit1_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit1_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage2_unit1_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[108, 0, 0], [109, 0, 0], [110, 0, 0], [111, 0, 1], [112, 0, 1]] - }, - { - "op": "Activation", - "name": "stage2_unit1_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[113, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit1_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage2_unit1_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[114, 0, 0], [115, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit1_sc_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "stride": "(2, 2)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage2_unit1_sc", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "stride": "(2, 2)", - "workspace": "256" - }, - "inputs": [[98, 0, 0], [117, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus3", - "inputs": [[116, 0, 0], [118, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit2_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit2_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit2_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit2_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage2_unit2_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[119, 0, 0], [120, 0, 0], [121, 0, 0], [122, 0, 1], [123, 0, 1]] - }, - { - "op": "Activation", - "name": "stage2_unit2_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[124, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit2_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage2_unit2_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[125, 0, 0], [126, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit2_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit2_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit2_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit2_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage2_unit2_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[127, 0, 0], [128, 0, 0], [129, 0, 0], [130, 0, 1], [131, 0, 1]] - }, - { - "op": "Activation", - "name": "stage2_unit2_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[132, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit2_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "128", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage2_unit2_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "128", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[133, 0, 0], [134, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit2_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit2_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit2_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit2_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage2_unit2_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[135, 0, 0], [136, 0, 0], [137, 0, 0], [138, 0, 1], [139, 0, 1]] - }, - { - "op": "Activation", - "name": "stage2_unit2_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[140, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit2_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage2_unit2_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[141, 0, 0], [142, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus4", - "inputs": [[143, 0, 0], [119, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit3_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit3_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit3_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit3_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage2_unit3_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[144, 0, 0], [145, 0, 0], [146, 0, 0], [147, 0, 1], [148, 0, 1]] - }, - { - "op": "Activation", - "name": "stage2_unit3_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[149, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit3_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage2_unit3_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[150, 0, 0], [151, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit3_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit3_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit3_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit3_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage2_unit3_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[152, 0, 0], [153, 0, 0], [154, 0, 0], [155, 0, 1], [156, 0, 1]] - }, - { - "op": "Activation", - "name": "stage2_unit3_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[157, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit3_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "128", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage2_unit3_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "128", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[158, 0, 0], [159, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit3_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit3_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit3_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit3_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage2_unit3_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[160, 0, 0], [161, 0, 0], [162, 0, 0], [163, 0, 1], [164, 0, 1]] - }, - { - "op": "Activation", - "name": "stage2_unit3_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[165, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit3_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage2_unit3_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[166, 0, 0], [167, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus5", - "inputs": [[168, 0, 0], [144, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit4_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit4_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit4_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit4_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage2_unit4_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[169, 0, 0], [170, 0, 0], [171, 0, 0], [172, 0, 1], [173, 0, 1]] - }, - { - "op": "Activation", - "name": "stage2_unit4_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[174, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit4_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage2_unit4_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[175, 0, 0], [176, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit4_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit4_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit4_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit4_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage2_unit4_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[177, 0, 0], [178, 0, 0], [179, 0, 0], [180, 0, 1], [181, 0, 1]] - }, - { - "op": "Activation", - "name": "stage2_unit4_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[182, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit4_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "128", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage2_unit4_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "128", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[183, 0, 0], [184, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit4_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit4_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit4_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage2_unit4_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage2_unit4_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[185, 0, 0], [186, 0, 0], [187, 0, 0], [188, 0, 1], [189, 0, 1]] - }, - { - "op": "Activation", - "name": "stage2_unit4_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[190, 0, 0]] - }, - { - "op": "null", - "name": "stage2_unit4_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage2_unit4_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[191, 0, 0], [192, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus6", - "inputs": [[193, 0, 0], [169, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit1_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit1_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit1_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit1_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit1_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[194, 0, 0], [195, 0, 0], [196, 0, 0], [197, 0, 1], [198, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit1_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[199, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit1_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit1_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[200, 0, 0], [201, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit1_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit1_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit1_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit1_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit1_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[202, 0, 0], [203, 0, 0], [204, 0, 0], [205, 0, 1], [206, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit1_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[207, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit1_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(2, 2)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit1_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(2, 2)", - "workspace": "256" - }, - "inputs": [[208, 0, 0], [209, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit1_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit1_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit1_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit1_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit1_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[210, 0, 0], [211, 0, 0], [212, 0, 0], [213, 0, 1], [214, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit1_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[215, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit1_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "1024", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit1_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "1024", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[216, 0, 0], [217, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit1_sc_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "1024", - "stride": "(2, 2)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit1_sc", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "1024", - "stride": "(2, 2)", - "workspace": "256" - }, - "inputs": [[200, 0, 0], [219, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus7", - "inputs": [[218, 0, 0], [220, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit2_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit2_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit2_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit2_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit2_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[221, 0, 0], [222, 0, 0], [223, 0, 0], [224, 0, 1], [225, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit2_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[226, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit2_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit2_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[227, 0, 0], [228, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit2_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit2_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit2_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit2_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit2_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[229, 0, 0], [230, 0, 0], [231, 0, 0], [232, 0, 1], [233, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit2_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[234, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit2_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit2_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[235, 0, 0], [236, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit2_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit2_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit2_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit2_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit2_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[237, 0, 0], [238, 0, 0], [239, 0, 0], [240, 0, 1], [241, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit2_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[242, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit2_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "1024", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit2_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "1024", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[243, 0, 0], [244, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus8", - "inputs": [[245, 0, 0], [221, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit3_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit3_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit3_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit3_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit3_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[246, 0, 0], [247, 0, 0], [248, 0, 0], [249, 0, 1], [250, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit3_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[251, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit3_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit3_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[252, 0, 0], [253, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit3_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit3_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit3_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit3_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit3_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[254, 0, 0], [255, 0, 0], [256, 0, 0], [257, 0, 1], [258, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit3_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[259, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit3_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit3_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[260, 0, 0], [261, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit3_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit3_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit3_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit3_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit3_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[262, 0, 0], [263, 0, 0], [264, 0, 0], [265, 0, 1], [266, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit3_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[267, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit3_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "1024", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit3_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "1024", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[268, 0, 0], [269, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus9", - "inputs": [[270, 0, 0], [246, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit4_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit4_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit4_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit4_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit4_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[271, 0, 0], [272, 0, 0], [273, 0, 0], [274, 0, 1], [275, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit4_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[276, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit4_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit4_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[277, 0, 0], [278, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit4_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit4_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit4_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit4_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit4_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[279, 0, 0], [280, 0, 0], [281, 0, 0], [282, 0, 1], [283, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit4_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[284, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit4_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit4_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[285, 0, 0], [286, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit4_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit4_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit4_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit4_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit4_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[287, 0, 0], [288, 0, 0], [289, 0, 0], [290, 0, 1], [291, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit4_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[292, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit4_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "1024", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit4_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "1024", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[293, 0, 0], [294, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus10", - "inputs": [[295, 0, 0], [271, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit5_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit5_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit5_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit5_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit5_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[296, 0, 0], [297, 0, 0], [298, 0, 0], [299, 0, 1], [300, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit5_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[301, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit5_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit5_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[302, 0, 0], [303, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit5_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit5_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit5_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit5_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit5_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[304, 0, 0], [305, 0, 0], [306, 0, 0], [307, 0, 1], [308, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit5_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[309, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit5_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit5_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[310, 0, 0], [311, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit5_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit5_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit5_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit5_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit5_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[312, 0, 0], [313, 0, 0], [314, 0, 0], [315, 0, 1], [316, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit5_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[317, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit5_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "1024", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit5_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "1024", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[318, 0, 0], [319, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus11", - "inputs": [[320, 0, 0], [296, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit6_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit6_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit6_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit6_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit6_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[321, 0, 0], [322, 0, 0], [323, 0, 0], [324, 0, 1], [325, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit6_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[326, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit6_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit6_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[327, 0, 0], [328, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit6_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit6_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit6_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit6_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit6_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[329, 0, 0], [330, 0, 0], [331, 0, 0], [332, 0, 1], [333, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit6_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[334, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit6_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit6_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[335, 0, 0], [336, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit6_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit6_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit6_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage3_unit6_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage3_unit6_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[337, 0, 0], [338, 0, 0], [339, 0, 0], [340, 0, 1], [341, 0, 1]] - }, - { - "op": "Activation", - "name": "stage3_unit6_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[342, 0, 0]] - }, - { - "op": "null", - "name": "stage3_unit6_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "1024", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage3_unit6_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "1024", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[343, 0, 0], [344, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus12", - "inputs": [[345, 0, 0], [321, 0, 0]] - }, - { - "op": "null", - "name": "_plus12_cls_pred_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "84", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "_plus12_cls_pred_conv_bias", - "attr": { - "__init__": "[\"constant\", {\"value\": 0.0}]", - "__lr_mult__": "2.0" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "_plus12_cls_pred_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "84", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [[346, 0, 0], [347, 0, 0], [348, 0, 0]] - }, - { - "op": "transpose", - "name": "transpose1", - "attr": {"axes": "(0, 2, 3, 1)"}, - "inputs": [[349, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten2", - "inputs": [[350, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit1_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit1_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit1_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit1_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage4_unit1_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[346, 0, 0], [352, 0, 0], [353, 0, 0], [354, 0, 1], [355, 0, 1]] - }, - { - "op": "Activation", - "name": "stage4_unit1_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[356, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit1_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage4_unit1_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[357, 0, 0], [358, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit1_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit1_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit1_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit1_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage4_unit1_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[359, 0, 0], [360, 0, 0], [361, 0, 0], [362, 0, 1], [363, 0, 1]] - }, - { - "op": "Activation", - "name": "stage4_unit1_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[364, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit1_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "512", - "pad": "(1, 1)", - "stride": "(2, 2)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage4_unit1_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "512", - "pad": "(1, 1)", - "stride": "(2, 2)", - "workspace": "256" - }, - "inputs": [[365, 0, 0], [366, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit1_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit1_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit1_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit1_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage4_unit1_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[367, 0, 0], [368, 0, 0], [369, 0, 0], [370, 0, 1], [371, 0, 1]] - }, - { - "op": "Activation", - "name": "stage4_unit1_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[372, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit1_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "2048", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage4_unit1_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "2048", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[373, 0, 0], [374, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit1_sc_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "2048", - "stride": "(2, 2)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage4_unit1_sc", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "2048", - "stride": "(2, 2)", - "workspace": "256" - }, - "inputs": [[357, 0, 0], [376, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus13", - "inputs": [[375, 0, 0], [377, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit2_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit2_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit2_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit2_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage4_unit2_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[378, 0, 0], [379, 0, 0], [380, 0, 0], [381, 0, 1], [382, 0, 1]] - }, - { - "op": "Activation", - "name": "stage4_unit2_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[383, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit2_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage4_unit2_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[384, 0, 0], [385, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit2_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit2_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit2_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit2_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage4_unit2_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[386, 0, 0], [387, 0, 0], [388, 0, 0], [389, 0, 1], [390, 0, 1]] - }, - { - "op": "Activation", - "name": "stage4_unit2_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[391, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit2_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "512", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage4_unit2_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "512", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[392, 0, 0], [393, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit2_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit2_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit2_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit2_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage4_unit2_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[394, 0, 0], [395, 0, 0], [396, 0, 0], [397, 0, 1], [398, 0, 1]] - }, - { - "op": "Activation", - "name": "stage4_unit2_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[399, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit2_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "2048", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage4_unit2_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "2048", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[400, 0, 0], [401, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus14", - "inputs": [[402, 0, 0], [378, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit3_bn1_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit3_bn1_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit3_bn1_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit3_bn1_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage4_unit3_bn1", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[403, 0, 0], [404, 0, 0], [405, 0, 0], [406, 0, 1], [407, 0, 1]] - }, - { - "op": "Activation", - "name": "stage4_unit3_relu1", - "attr": {"act_type": "relu"}, - "inputs": [[408, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit3_conv1_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage4_unit3_conv1", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "512", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[409, 0, 0], [410, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit3_bn2_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit3_bn2_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit3_bn2_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit3_bn2_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage4_unit3_bn2", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[411, 0, 0], [412, 0, 0], [413, 0, 0], [414, 0, 1], [415, 0, 1]] - }, - { - "op": "Activation", - "name": "stage4_unit3_relu2", - "attr": {"act_type": "relu"}, - "inputs": [[416, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit3_conv2_weight", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "512", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage4_unit3_conv2", - "attr": { - "kernel": "(3, 3)", - "no_bias": "True", - "num_filter": "512", - "pad": "(1, 1)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[417, 0, 0], [418, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit3_bn3_gamma", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit3_bn3_beta", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit3_bn3_moving_mean", - "attr": { - "__init__": "[\"zero\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "null", - "name": "stage4_unit3_bn3_moving_var", - "attr": { - "__init__": "[\"one\", {}]", - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [] - }, - { - "op": "BatchNorm", - "name": "stage4_unit3_bn3", - "attr": { - "eps": "2e-05", - "fix_gamma": "False", - "momentum": "0.9" - }, - "inputs": [[419, 0, 0], [420, 0, 0], [421, 0, 0], [422, 0, 1], [423, 0, 1]] - }, - { - "op": "Activation", - "name": "stage4_unit3_relu3", - "attr": {"act_type": "relu"}, - "inputs": [[424, 0, 0]] - }, - { - "op": "null", - "name": "stage4_unit3_conv3_weight", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "2048", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "stage4_unit3_conv3", - "attr": { - "kernel": "(1, 1)", - "no_bias": "True", - "num_filter": "2048", - "pad": "(0, 0)", - "stride": "(1, 1)", - "workspace": "256" - }, - "inputs": [[425, 0, 0], [426, 0, 0]] - }, - { - "op": "elemwise_add", - "name": "_plus15", - "inputs": [[427, 0, 0], [403, 0, 0]] - }, - { - "op": "null", - "name": "_plus15_cls_pred_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "126", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "_plus15_cls_pred_conv_bias", - "attr": { - "__init__": "[\"constant\", {\"value\": 0.0}]", - "__lr_mult__": "2.0" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "_plus15_cls_pred_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "126", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [[428, 0, 0], [429, 0, 0], [430, 0, 0]] - }, - { - "op": "transpose", - "name": "transpose3", - "attr": {"axes": "(0, 2, 3, 1)"}, - "inputs": [[431, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten5", - "inputs": [[432, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_2_conv_1x1_conv_weight", - "attr": { - "kernel": "(1, 1)", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_2_conv_1x1_conv_bias", - "attr": { - "kernel": "(1, 1)", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_2_conv_1x1_conv", - "attr": { - "kernel": "(1, 1)", - "num_filter": "256", - "pad": "(0, 0)", - "stride": "(1, 1)" - }, - "inputs": [[428, 0, 0], [434, 0, 0], [435, 0, 0]] - }, - { - "op": "Activation", - "name": "multi_feat_2_conv_1x1_relu", - "attr": {"act_type": "relu"}, - "inputs": [[436, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_2_conv_3x3_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "512", - "pad": "(1, 1)", - "stride": "(2, 2)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_2_conv_3x3_conv_bias", - "attr": { - "kernel": "(3, 3)", - "num_filter": "512", - "pad": "(1, 1)", - "stride": "(2, 2)" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_2_conv_3x3_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "512", - "pad": "(1, 1)", - "stride": "(2, 2)" - }, - "inputs": [[437, 0, 0], [438, 0, 0], [439, 0, 0]] - }, - { - "op": "Activation", - "name": "multi_feat_2_conv_3x3_relu", - "attr": {"act_type": "relu"}, - "inputs": [[440, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_2_conv_3x3_relu_cls_pred_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "126", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_2_conv_3x3_relu_cls_pred_conv_bias", - "attr": { - "__init__": "[\"constant\", {\"value\": 0.0}]", - "__lr_mult__": "2.0" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_2_conv_3x3_relu_cls_pred_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "126", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [[441, 0, 0], [442, 0, 0], [443, 0, 0]] - }, - { - "op": "transpose", - "name": "transpose5", - "attr": {"axes": "(0, 2, 3, 1)"}, - "inputs": [[444, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten8", - "inputs": [[445, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_3_conv_1x1_conv_weight", - "attr": { - "kernel": "(1, 1)", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_3_conv_1x1_conv_bias", - "attr": { - "kernel": "(1, 1)", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_3_conv_1x1_conv", - "attr": { - "kernel": "(1, 1)", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)" - }, - "inputs": [[441, 0, 0], [447, 0, 0], [448, 0, 0]] - }, - { - "op": "Activation", - "name": "multi_feat_3_conv_1x1_relu", - "attr": {"act_type": "relu"}, - "inputs": [[449, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_3_conv_3x3_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(2, 2)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_3_conv_3x3_conv_bias", - "attr": { - "kernel": "(3, 3)", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(2, 2)" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_3_conv_3x3_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(2, 2)" - }, - "inputs": [[450, 0, 0], [451, 0, 0], [452, 0, 0]] - }, - { - "op": "Activation", - "name": "multi_feat_3_conv_3x3_relu", - "attr": {"act_type": "relu"}, - "inputs": [[453, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_3_conv_3x3_relu_cls_pred_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "126", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_3_conv_3x3_relu_cls_pred_conv_bias", - "attr": { - "__init__": "[\"constant\", {\"value\": 0.0}]", - "__lr_mult__": "2.0" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_3_conv_3x3_relu_cls_pred_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "126", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [[454, 0, 0], [455, 0, 0], [456, 0, 0]] - }, - { - "op": "transpose", - "name": "transpose7", - "attr": {"axes": "(0, 2, 3, 1)"}, - "inputs": [[457, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten11", - "inputs": [[458, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_4_conv_1x1_conv_weight", - "attr": { - "kernel": "(1, 1)", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_4_conv_1x1_conv_bias", - "attr": { - "kernel": "(1, 1)", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_4_conv_1x1_conv", - "attr": { - "kernel": "(1, 1)", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)" - }, - "inputs": [[454, 0, 0], [460, 0, 0], [461, 0, 0]] - }, - { - "op": "Activation", - "name": "multi_feat_4_conv_1x1_relu", - "attr": {"act_type": "relu"}, - "inputs": [[462, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_4_conv_3x3_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(2, 2)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_4_conv_3x3_conv_bias", - "attr": { - "kernel": "(3, 3)", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(2, 2)" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_4_conv_3x3_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "256", - "pad": "(1, 1)", - "stride": "(2, 2)" - }, - "inputs": [[463, 0, 0], [464, 0, 0], [465, 0, 0]] - }, - { - "op": "Activation", - "name": "multi_feat_4_conv_3x3_relu", - "attr": {"act_type": "relu"}, - "inputs": [[466, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_4_conv_3x3_relu_cls_pred_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "84", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_4_conv_3x3_relu_cls_pred_conv_bias", - "attr": { - "__init__": "[\"constant\", {\"value\": 0.0}]", - "__lr_mult__": "2.0" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_4_conv_3x3_relu_cls_pred_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "84", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [[467, 0, 0], [468, 0, 0], [469, 0, 0]] - }, - { - "op": "transpose", - "name": "transpose9", - "attr": {"axes": "(0, 2, 3, 1)"}, - "inputs": [[470, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten14", - "inputs": [[471, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_5_conv_1x1_conv_weight", - "attr": { - "kernel": "(1, 1)", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_5_conv_1x1_conv_bias", - "attr": { - "kernel": "(1, 1)", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_5_conv_1x1_conv", - "attr": { - "kernel": "(1, 1)", - "num_filter": "128", - "pad": "(0, 0)", - "stride": "(1, 1)" - }, - "inputs": [[467, 0, 0], [473, 0, 0], [474, 0, 0]] - }, - { - "op": "Activation", - "name": "multi_feat_5_conv_1x1_relu", - "attr": {"act_type": "relu"}, - "inputs": [[475, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_5_conv_3x3_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "128", - "pad": "(1, 1)", - "stride": "(2, 2)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_5_conv_3x3_conv_bias", - "attr": { - "kernel": "(3, 3)", - "num_filter": "128", - "pad": "(1, 1)", - "stride": "(2, 2)" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_5_conv_3x3_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "128", - "pad": "(1, 1)", - "stride": "(2, 2)" - }, - "inputs": [[476, 0, 0], [477, 0, 0], [478, 0, 0]] - }, - { - "op": "Activation", - "name": "multi_feat_5_conv_3x3_relu", - "attr": {"act_type": "relu"}, - "inputs": [[479, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_5_conv_3x3_relu_cls_pred_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "84", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_5_conv_3x3_relu_cls_pred_conv_bias", - "attr": { - "__init__": "[\"constant\", {\"value\": 0.0}]", - "__lr_mult__": "2.0" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_5_conv_3x3_relu_cls_pred_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "84", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [[480, 0, 0], [481, 0, 0], [482, 0, 0]] - }, - { - "op": "transpose", - "name": "transpose11", - "attr": {"axes": "(0, 2, 3, 1)"}, - "inputs": [[483, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten17", - "inputs": [[484, 0, 0]] - }, - { - "op": "Concat", - "name": "concat0", - "attr": { - "dim": "1", - "num_args": "6" - }, - "inputs": [[351, 0, 0], [433, 0, 0], [446, 0, 0], [459, 0, 0], [472, 0, 0], [485, 0, 0]] - }, - { - "op": "Reshape", - "name": "reshape0", - "attr": {"shape": "(0, -1, 21)"}, - "inputs": [[486, 0, 0]] - }, - { - "op": "transpose", - "name": "multibox_cls_pred", - "attr": {"axes": "(0, 2, 1)"}, - "inputs": [[487, 0, 0]] - }, - { - "op": "SoftmaxActivation", - "name": "cls_prob", - "attr": {"mode": "channel"}, - "inputs": [[488, 0, 0]] - }, - { - "op": "null", - "name": "_plus12_loc_pred_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "16", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "_plus12_loc_pred_conv_bias", - "attr": { - "__init__": "[\"constant\", {\"value\": 0.0}]", - "__lr_mult__": "2.0" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "_plus12_loc_pred_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "16", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [[346, 0, 0], [490, 0, 0], [491, 0, 0]] - }, - { - "op": "transpose", - "name": "transpose0", - "attr": {"axes": "(0, 2, 3, 1)"}, - "inputs": [[492, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten1", - "inputs": [[493, 0, 0]] - }, - { - "op": "null", - "name": "_plus15_loc_pred_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "24", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "_plus15_loc_pred_conv_bias", - "attr": { - "__init__": "[\"constant\", {\"value\": 0.0}]", - "__lr_mult__": "2.0" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "_plus15_loc_pred_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "24", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [[428, 0, 0], [495, 0, 0], [496, 0, 0]] - }, - { - "op": "transpose", - "name": "transpose2", - "attr": {"axes": "(0, 2, 3, 1)"}, - "inputs": [[497, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten4", - "inputs": [[498, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_2_conv_3x3_relu_loc_pred_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "24", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_2_conv_3x3_relu_loc_pred_conv_bias", - "attr": { - "__init__": "[\"constant\", {\"value\": 0.0}]", - "__lr_mult__": "2.0" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_2_conv_3x3_relu_loc_pred_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "24", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [[441, 0, 0], [500, 0, 0], [501, 0, 0]] - }, - { - "op": "transpose", - "name": "transpose4", - "attr": {"axes": "(0, 2, 3, 1)"}, - "inputs": [[502, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten7", - "inputs": [[503, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_3_conv_3x3_relu_loc_pred_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "24", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_3_conv_3x3_relu_loc_pred_conv_bias", - "attr": { - "__init__": "[\"constant\", {\"value\": 0.0}]", - "__lr_mult__": "2.0" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_3_conv_3x3_relu_loc_pred_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "24", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [[454, 0, 0], [505, 0, 0], [506, 0, 0]] - }, - { - "op": "transpose", - "name": "transpose6", - "attr": {"axes": "(0, 2, 3, 1)"}, - "inputs": [[507, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten10", - "inputs": [[508, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_4_conv_3x3_relu_loc_pred_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "16", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_4_conv_3x3_relu_loc_pred_conv_bias", - "attr": { - "__init__": "[\"constant\", {\"value\": 0.0}]", - "__lr_mult__": "2.0" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_4_conv_3x3_relu_loc_pred_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "16", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [[467, 0, 0], [510, 0, 0], [511, 0, 0]] - }, - { - "op": "transpose", - "name": "transpose8", - "attr": {"axes": "(0, 2, 3, 1)"}, - "inputs": [[512, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten13", - "inputs": [[513, 0, 0]] - }, - { - "op": "null", - "name": "multi_feat_5_conv_3x3_relu_loc_pred_conv_weight", - "attr": { - "kernel": "(3, 3)", - "num_filter": "16", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [] - }, - { - "op": "null", - "name": "multi_feat_5_conv_3x3_relu_loc_pred_conv_bias", - "attr": { - "__init__": "[\"constant\", {\"value\": 0.0}]", - "__lr_mult__": "2.0" - }, - "inputs": [] - }, - { - "op": "Convolution", - "name": "multi_feat_5_conv_3x3_relu_loc_pred_conv", - "attr": { - "kernel": "(3, 3)", - "num_filter": "16", - "pad": "(1, 1)", - "stride": "(1, 1)" - }, - "inputs": [[480, 0, 0], [515, 0, 0], [516, 0, 0]] - }, - { - "op": "transpose", - "name": "transpose10", - "attr": {"axes": "(0, 2, 3, 1)"}, - "inputs": [[517, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten16", - "inputs": [[518, 0, 0]] - }, - { - "op": "Concat", - "name": "multibox_loc_pred", - "attr": { - "dim": "1", - "num_args": "6" - }, - "inputs": [[494, 0, 0], [499, 0, 0], [504, 0, 0], [509, 0, 0], [514, 0, 0], [519, 0, 0]] - }, - { - "op": "_contrib_MultiBoxPrior", - "name": "_plus12_anchors", - "attr": { - "clip": "False", - "ratios": "(1,2,0.5)", - "sizes": "(0.1,0.141)", - "steps": "(-1.0, -1.0)" - }, - "inputs": [[346, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten3", - "inputs": [[521, 0, 0]] - }, - { - "op": "_contrib_MultiBoxPrior", - "name": "_plus15_anchors", - "attr": { - "clip": "False", - "ratios": "(1,2,0.5,3,0.333333333333)", - "sizes": "(0.2,0.272)", - "steps": "(-1.0, -1.0)" - }, - "inputs": [[428, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten6", - "inputs": [[523, 0, 0]] - }, - { - "op": "_contrib_MultiBoxPrior", - "name": "multi_feat_2_conv_3x3_relu_anchors", - "attr": { - "clip": "False", - "ratios": "(1,2,0.5,3,0.333333333333)", - "sizes": "(0.37,0.447)", - "steps": "(-1.0, -1.0)" - }, - "inputs": [[441, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten9", - "inputs": [[525, 0, 0]] - }, - { - "op": "_contrib_MultiBoxPrior", - "name": "multi_feat_3_conv_3x3_relu_anchors", - "attr": { - "clip": "False", - "ratios": "(1,2,0.5,3,0.333333333333)", - "sizes": "(0.54,0.619)", - "steps": "(-1.0, -1.0)" - }, - "inputs": [[454, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten12", - "inputs": [[527, 0, 0]] - }, - { - "op": "_contrib_MultiBoxPrior", - "name": "multi_feat_4_conv_3x3_relu_anchors", - "attr": { - "clip": "False", - "ratios": "(1,2,0.5)", - "sizes": "(0.71,0.79)", - "steps": "(-1.0, -1.0)" - }, - "inputs": [[467, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten15", - "inputs": [[529, 0, 0]] - }, - { - "op": "_contrib_MultiBoxPrior", - "name": "multi_feat_5_conv_3x3_relu_anchors", - "attr": { - "clip": "False", - "ratios": "(1,2,0.5)", - "sizes": "(0.88,0.961)", - "steps": "(-1.0, -1.0)" - }, - "inputs": [[480, 0, 0]] - }, - { - "op": "Flatten", - "name": "flatten18", - "inputs": [[531, 0, 0]] - }, - { - "op": "Concat", - "name": "concat1", - "attr": { - "dim": "1", - "num_args": "6" - }, - "inputs": [[522, 0, 0], [524, 0, 0], [526, 0, 0], [528, 0, 0], [530, 0, 0], [532, 0, 0]] - }, - { - "op": "Reshape", - "name": "multibox_anchors", - "attr": {"shape": "(0, -1, 4)"}, - "inputs": [[533, 0, 0]] - }, - { - "op": "_contrib_MultiBoxDetection", - "name": "detection", - "attr": { - "force_suppress": "False", - "nms_threshold": "0.5", - "nms_topk": "400", - "variances": "(0.1, 0.1, 0.2, 0.2)" - }, - "inputs": [[489, 0, 0], [520, 0, 0], [534, 0, 0]] - } - ], - "arg_nodes": [ - 0, - 2, - 3, - 4, - 5, - 7, - 9, - 10, - 11, - 12, - 16, - 17, - 18, - 19, - 22, - 24, - 25, - 26, - 27, - 30, - 32, - 33, - 34, - 35, - 38, - 40, - 43, - 44, - 45, - 46, - 49, - 51, - 52, - 53, - 54, - 57, - 59, - 60, - 61, - 62, - 65, - 68, - 69, - 70, - 71, - 74, - 76, - 77, - 78, - 79, - 82, - 84, - 85, - 86, - 87, - 90, - 93, - 94, - 95, - 96, - 99, - 101, - 102, - 103, - 104, - 107, - 109, - 110, - 111, - 112, - 115, - 117, - 120, - 121, - 122, - 123, - 126, - 128, - 129, - 130, - 131, - 134, - 136, - 137, - 138, - 139, - 142, - 145, - 146, - 147, - 148, - 151, - 153, - 154, - 155, - 156, - 159, - 161, - 162, - 163, - 164, - 167, - 170, - 171, - 172, - 173, - 176, - 178, - 179, - 180, - 181, - 184, - 186, - 187, - 188, - 189, - 192, - 195, - 196, - 197, - 198, - 201, - 203, - 204, - 205, - 206, - 209, - 211, - 212, - 213, - 214, - 217, - 219, - 222, - 223, - 224, - 225, - 228, - 230, - 231, - 232, - 233, - 236, - 238, - 239, - 240, - 241, - 244, - 247, - 248, - 249, - 250, - 253, - 255, - 256, - 257, - 258, - 261, - 263, - 264, - 265, - 266, - 269, - 272, - 273, - 274, - 275, - 278, - 280, - 281, - 282, - 283, - 286, - 288, - 289, - 290, - 291, - 294, - 297, - 298, - 299, - 300, - 303, - 305, - 306, - 307, - 308, - 311, - 313, - 314, - 315, - 316, - 319, - 322, - 323, - 324, - 325, - 328, - 330, - 331, - 332, - 333, - 336, - 338, - 339, - 340, - 341, - 344, - 347, - 348, - 352, - 353, - 354, - 355, - 358, - 360, - 361, - 362, - 363, - 366, - 368, - 369, - 370, - 371, - 374, - 376, - 379, - 380, - 381, - 382, - 385, - 387, - 388, - 389, - 390, - 393, - 395, - 396, - 397, - 398, - 401, - 404, - 405, - 406, - 407, - 410, - 412, - 413, - 414, - 415, - 418, - 420, - 421, - 422, - 423, - 426, - 429, - 430, - 434, - 435, - 438, - 439, - 442, - 443, - 447, - 448, - 451, - 452, - 455, - 456, - 460, - 461, - 464, - 465, - 468, - 469, - 473, - 474, - 477, - 478, - 481, - 482, - 490, - 491, - 495, - 496, - 500, - 501, - 505, - 506, - 510, - 511, - 515, - 516 - ], - "node_row_ptr": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 37, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 47, - 48, - 49, - 50, - 51, - 52, - 53, - 54, - 55, - 56, - 57, - 60, - 61, - 62, - 63, - 64, - 65, - 66, - 67, - 70, - 71, - 72, - 73, - 74, - 75, - 76, - 77, - 80, - 81, - 82, - 83, - 84, - 85, - 86, - 87, - 88, - 91, - 92, - 93, - 94, - 95, - 96, - 97, - 98, - 101, - 102, - 103, - 104, - 105, - 106, - 107, - 108, - 111, - 112, - 113, - 114, - 115, - 116, - 117, - 118, - 119, - 122, - 123, - 124, - 125, - 126, - 127, - 128, - 129, - 132, - 133, - 134, - 135, - 136, - 137, - 138, - 139, - 142, - 143, - 144, - 145, - 146, - 147, - 148, - 149, - 150, - 151, - 152, - 155, - 156, - 157, - 158, - 159, - 160, - 161, - 162, - 165, - 166, - 167, - 168, - 169, - 170, - 171, - 172, - 175, - 176, - 177, - 178, - 179, - 180, - 181, - 182, - 183, - 186, - 187, - 188, - 189, - 190, - 191, - 192, - 193, - 196, - 197, - 198, - 199, - 200, - 201, - 202, - 203, - 206, - 207, - 208, - 209, - 210, - 211, - 212, - 213, - 214, - 217, - 218, - 219, - 220, - 221, - 222, - 223, - 224, - 227, - 228, - 229, - 230, - 231, - 232, - 233, - 234, - 237, - 238, - 239, - 240, - 241, - 242, - 243, - 244, - 245, - 248, - 249, - 250, - 251, - 252, - 253, - 254, - 255, - 258, - 259, - 260, - 261, - 262, - 263, - 264, - 265, - 268, - 269, - 270, - 271, - 272, - 273, - 274, - 275, - 276, - 277, - 278, - 281, - 282, - 283, - 284, - 285, - 286, - 287, - 288, - 291, - 292, - 293, - 294, - 295, - 296, - 297, - 298, - 301, - 302, - 303, - 304, - 305, - 306, - 307, - 308, - 309, - 312, - 313, - 314, - 315, - 316, - 317, - 318, - 319, - 322, - 323, - 324, - 325, - 326, - 327, - 328, - 329, - 332, - 333, - 334, - 335, - 336, - 337, - 338, - 339, - 340, - 343, - 344, - 345, - 346, - 347, - 348, - 349, - 350, - 353, - 354, - 355, - 356, - 357, - 358, - 359, - 360, - 363, - 364, - 365, - 366, - 367, - 368, - 369, - 370, - 371, - 374, - 375, - 376, - 377, - 378, - 379, - 380, - 381, - 384, - 385, - 386, - 387, - 388, - 389, - 390, - 391, - 394, - 395, - 396, - 397, - 398, - 399, - 400, - 401, - 402, - 405, - 406, - 407, - 408, - 409, - 410, - 411, - 412, - 415, - 416, - 417, - 418, - 419, - 420, - 421, - 422, - 425, - 426, - 427, - 428, - 429, - 430, - 431, - 432, - 433, - 434, - 435, - 436, - 437, - 438, - 441, - 442, - 443, - 444, - 445, - 446, - 447, - 448, - 451, - 452, - 453, - 454, - 455, - 456, - 457, - 458, - 461, - 462, - 463, - 464, - 465, - 466, - 467, - 468, - 469, - 470, - 471, - 474, - 475, - 476, - 477, - 478, - 479, - 480, - 481, - 484, - 485, - 486, - 487, - 488, - 489, - 490, - 491, - 494, - 495, - 496, - 497, - 498, - 499, - 500, - 501, - 502, - 505, - 506, - 507, - 508, - 509, - 510, - 511, - 512, - 515, - 516, - 517, - 518, - 519, - 520, - 521, - 522, - 525, - 526, - 527, - 528, - 529, - 530, - 531, - 532, - 533, - 534, - 535, - 536, - 537, - 538, - 539, - 540, - 541, - 542, - 543, - 544, - 545, - 546, - 547, - 548, - 549, - 550, - 551, - 552, - 553, - 554, - 555, - 556, - 557, - 558, - 559, - 560, - 561, - 562, - 563, - 564, - 565, - 566, - 567, - 568, - 569, - 570, - 571, - 572, - 573, - 574, - 575, - 576, - 577, - 578, - 579, - 580, - 581, - 582, - 583, - 584, - 585, - 586, - 587, - 588, - 589, - 590, - 591, - 592, - 593, - 594, - 595, - 596, - 597, - 598, - 599, - 600, - 601, - 602, - 603, - 604, - 605, - 606, - 607, - 608, - 609, - 610, - 611, - 612, - 613, - 614, - 615, - 616, - 617, - 618, - 619, - 620, - 621, - 622, - 623, - 624, - 625, - 626, - 627, - 628, - 629, - 630, - 631, - 632, - 633, - 634, - 635, - 636 - ], - "heads": [[535, 0, 0]], - "attrs": {"mxnet_version": ["int", 1100]} -} \ No newline at end of file diff --git a/data/models/resnet50_ssd/synset.txt b/data/models/resnet50_ssd/synset.txt deleted file mode 100644 index 8420ab3..0000000 --- a/data/models/resnet50_ssd/synset.txt +++ /dev/null @@ -1,20 +0,0 @@ -aeroplane -bicycle -bird -boat -bottle -bus -car -cat -chair -cow -diningtable -dog -horse -motorbike -person -pottedplant -sheep -sofa -train -tvmonitor diff --git a/nifi-mxnetinference-processors/target/classes/com/dataflowdeveloper/mxnet/InferenceProcessor$1.class b/nifi-mxnetinference-processors/target/classes/com/dataflowdeveloper/mxnet/InferenceProcessor$1.class index ee2ec63..c7c4081 100644 Binary files a/nifi-mxnetinference-processors/target/classes/com/dataflowdeveloper/mxnet/InferenceProcessor$1.class and b/nifi-mxnetinference-processors/target/classes/com/dataflowdeveloper/mxnet/InferenceProcessor$1.class differ diff --git a/nifi-mxnetinference-processors/target/classes/com/dataflowdeveloper/mxnet/InferenceProcessor.class b/nifi-mxnetinference-processors/target/classes/com/dataflowdeveloper/mxnet/InferenceProcessor.class index 007e548..2a86c29 100644 Binary files a/nifi-mxnetinference-processors/target/classes/com/dataflowdeveloper/mxnet/InferenceProcessor.class and b/nifi-mxnetinference-processors/target/classes/com/dataflowdeveloper/mxnet/InferenceProcessor.class differ