diff --git "a/models/arcface_r100_v1/model-symbol.json" "b/models/arcface_r100_v1/model-symbol.json" new file mode 100644--- /dev/null +++ "b/models/arcface_r100_v1/model-symbol.json" @@ -0,0 +1,13635 @@ +{ + "nodes": [ + { + "op": "null", + "name": "data", + "inputs": [] + }, + { + "op": "_copy", + "name": "id", + "inputs": [[0, 0, 0]] + }, + { + "op": "_minus_scalar", + "name": "_minusscalar0", + "attrs": {"scalar": "127.5"}, + "inputs": [[1, 0, 0]] + }, + { + "op": "_mul_scalar", + "name": "_mulscalar0", + "attrs": {"scalar": "0.0078125"}, + "inputs": [[2, 0, 0]] + }, + { + "op": "null", + "name": "conv0_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "conv0", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[3, 0, 0], [4, 0, 0]] + }, + { + "op": "null", + "name": "bn0_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "bn0_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "bn0_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "bn0_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "bn0", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[5, 0, 0], [6, 0, 0], [7, 0, 0], [8, 0, 1], [9, 0, 1]] + }, + { + "op": "null", + "name": "relu0_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "relu0", + "attrs": {"act_type": "prelu"}, + "inputs": [[10, 0, 0], [11, 0, 0]] + }, + { + "op": "null", + "name": "stage1_unit1_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit1_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit1_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit1_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage1_unit1_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[12, 0, 0], [13, 0, 0], [14, 0, 0], [15, 0, 1], [16, 0, 1]] + }, + { + "op": "null", + "name": "stage1_unit1_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage1_unit1_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[17, 0, 0], [18, 0, 0]] + }, + { + "op": "null", + "name": "stage1_unit1_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit1_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit1_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit1_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage1_unit1_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[19, 0, 0], [20, 0, 0], [21, 0, 0], [22, 0, 1], [23, 0, 1]] + }, + { + "op": "null", + "name": "stage1_unit1_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage1_unit1_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[24, 0, 0], [25, 0, 0]] + }, + { + "op": "null", + "name": "stage1_unit1_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 1)", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage1_unit1_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 1)", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [[26, 0, 0], [27, 0, 0]] + }, + { + "op": "null", + "name": "stage1_unit1_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit1_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit1_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit1_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage1_unit1_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[28, 0, 0], [29, 0, 0], [30, 0, 0], [31, 0, 1], [32, 0, 1]] + }, + { + "op": "null", + "name": "stage1_unit1_conv1sc_weight", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "64", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage1_unit1_conv1sc", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "64", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [[12, 0, 0], [34, 0, 0]] + }, + { + "op": "null", + "name": "stage1_unit1_sc_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit1_sc_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit1_sc_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit1_sc_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage1_unit1_sc", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[35, 0, 0], [36, 0, 0], [37, 0, 0], [38, 0, 1], [39, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus0", + "inputs": [[33, 0, 0], [40, 0, 0]] + }, + { + "op": "null", + "name": "stage1_unit2_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit2_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit2_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit2_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage1_unit2_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[41, 0, 0], [42, 0, 0], [43, 0, 0], [44, 0, 1], [45, 0, 1]] + }, + { + "op": "null", + "name": "stage1_unit2_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage1_unit2_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[46, 0, 0], [47, 0, 0]] + }, + { + "op": "null", + "name": "stage1_unit2_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit2_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit2_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit2_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage1_unit2_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[48, 0, 0], [49, 0, 0], [50, 0, 0], [51, 0, 1], [52, 0, 1]] + }, + { + "op": "null", + "name": "stage1_unit2_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage1_unit2_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[53, 0, 0], [54, 0, 0]] + }, + { + "op": "null", + "name": "stage1_unit2_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage1_unit2_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[55, 0, 0], [56, 0, 0]] + }, + { + "op": "null", + "name": "stage1_unit2_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit2_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit2_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit2_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage1_unit2_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[57, 0, 0], [58, 0, 0], [59, 0, 0], [60, 0, 1], [61, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus1", + "inputs": [[62, 0, 0], [41, 0, 0]] + }, + { + "op": "null", + "name": "stage1_unit3_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit3_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit3_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit3_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage1_unit3_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[63, 0, 0], [64, 0, 0], [65, 0, 0], [66, 0, 1], [67, 0, 1]] + }, + { + "op": "null", + "name": "stage1_unit3_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage1_unit3_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[68, 0, 0], [69, 0, 0]] + }, + { + "op": "null", + "name": "stage1_unit3_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit3_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit3_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit3_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage1_unit3_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[70, 0, 0], [71, 0, 0], [72, 0, 0], [73, 0, 1], [74, 0, 1]] + }, + { + "op": "null", + "name": "stage1_unit3_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage1_unit3_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[75, 0, 0], [76, 0, 0]] + }, + { + "op": "null", + "name": "stage1_unit3_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage1_unit3_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[77, 0, 0], [78, 0, 0]] + }, + { + "op": "null", + "name": "stage1_unit3_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit3_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit3_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage1_unit3_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage1_unit3_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[79, 0, 0], [80, 0, 0], [81, 0, 0], [82, 0, 1], [83, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus2", + "inputs": [[84, 0, 0], [63, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit1_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit1_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit1_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit1_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit1_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[85, 0, 0], [86, 0, 0], [87, 0, 0], [88, 0, 1], [89, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit1_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit1_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[90, 0, 0], [91, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit1_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit1_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit1_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit1_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit1_bn2", + "attrs": { + "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": "null", + "name": "stage2_unit1_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage2_unit1_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[97, 0, 0], [98, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit1_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit1_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [[99, 0, 0], [100, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit1_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit1_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit1_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit1_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit1_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[101, 0, 0], [102, 0, 0], [103, 0, 0], [104, 0, 1], [105, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit1_conv1sc_weight", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "128", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit1_conv1sc", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "128", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [[85, 0, 0], [107, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit1_sc_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit1_sc_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit1_sc_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit1_sc_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit1_sc", + "attrs": { + "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": "elemwise_add", + "name": "_plus3", + "inputs": [[106, 0, 0], [113, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit2_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit2_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit2_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit2_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit2_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[114, 0, 0], [115, 0, 0], [116, 0, 0], [117, 0, 1], [118, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit2_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit2_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[119, 0, 0], [120, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit2_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit2_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit2_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit2_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit2_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[121, 0, 0], [122, 0, 0], [123, 0, 0], [124, 0, 1], [125, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit2_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage2_unit2_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[126, 0, 0], [127, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit2_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit2_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[128, 0, 0], [129, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit2_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit2_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit2_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit2_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit2_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[130, 0, 0], [131, 0, 0], [132, 0, 0], [133, 0, 1], [134, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus4", + "inputs": [[135, 0, 0], [114, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit3_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit3_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit3_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit3_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit3_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[136, 0, 0], [137, 0, 0], [138, 0, 0], [139, 0, 1], [140, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit3_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit3_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[141, 0, 0], [142, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit3_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit3_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit3_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit3_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit3_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[143, 0, 0], [144, 0, 0], [145, 0, 0], [146, 0, 1], [147, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit3_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage2_unit3_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[148, 0, 0], [149, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit3_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit3_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[150, 0, 0], [151, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit3_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit3_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit3_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit3_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit3_bn3", + "attrs": { + "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": "elemwise_add", + "name": "_plus5", + "inputs": [[157, 0, 0], [136, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit4_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit4_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit4_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit4_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit4_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[158, 0, 0], [159, 0, 0], [160, 0, 0], [161, 0, 1], [162, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit4_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit4_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[163, 0, 0], [164, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit4_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit4_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit4_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit4_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit4_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[165, 0, 0], [166, 0, 0], [167, 0, 0], [168, 0, 1], [169, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit4_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage2_unit4_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[170, 0, 0], [171, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit4_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit4_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[172, 0, 0], [173, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit4_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit4_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit4_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit4_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit4_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[174, 0, 0], [175, 0, 0], [176, 0, 0], [177, 0, 1], [178, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus6", + "inputs": [[179, 0, 0], [158, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit5_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit5_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit5_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit5_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit5_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[180, 0, 0], [181, 0, 0], [182, 0, 0], [183, 0, 1], [184, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit5_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit5_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[185, 0, 0], [186, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit5_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit5_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit5_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit5_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit5_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[187, 0, 0], [188, 0, 0], [189, 0, 0], [190, 0, 1], [191, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit5_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage2_unit5_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[192, 0, 0], [193, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit5_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit5_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[194, 0, 0], [195, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit5_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit5_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit5_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit5_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit5_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[196, 0, 0], [197, 0, 0], [198, 0, 0], [199, 0, 1], [200, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus7", + "inputs": [[201, 0, 0], [180, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit6_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit6_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit6_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit6_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit6_bn1", + "attrs": { + "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": "null", + "name": "stage2_unit6_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit6_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[207, 0, 0], [208, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit6_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit6_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit6_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit6_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit6_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[209, 0, 0], [210, 0, 0], [211, 0, 0], [212, 0, 1], [213, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit6_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage2_unit6_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[214, 0, 0], [215, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit6_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit6_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[216, 0, 0], [217, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit6_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit6_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit6_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit6_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit6_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[218, 0, 0], [219, 0, 0], [220, 0, 0], [221, 0, 1], [222, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus8", + "inputs": [[223, 0, 0], [202, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit7_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit7_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit7_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit7_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit7_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[224, 0, 0], [225, 0, 0], [226, 0, 0], [227, 0, 1], [228, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit7_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit7_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[229, 0, 0], [230, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit7_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit7_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit7_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit7_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit7_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[231, 0, 0], [232, 0, 0], [233, 0, 0], [234, 0, 1], [235, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit7_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage2_unit7_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[236, 0, 0], [237, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit7_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit7_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[238, 0, 0], [239, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit7_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit7_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit7_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit7_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit7_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[240, 0, 0], [241, 0, 0], [242, 0, 0], [243, 0, 1], [244, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus9", + "inputs": [[245, 0, 0], [224, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit8_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit8_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit8_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit8_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit8_bn1", + "attrs": { + "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": "null", + "name": "stage2_unit8_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit8_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[251, 0, 0], [252, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit8_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit8_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit8_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit8_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit8_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[253, 0, 0], [254, 0, 0], [255, 0, 0], [256, 0, 1], [257, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit8_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage2_unit8_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[258, 0, 0], [259, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit8_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit8_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[260, 0, 0], [261, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit8_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit8_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit8_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit8_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit8_bn3", + "attrs": { + "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": "elemwise_add", + "name": "_plus10", + "inputs": [[267, 0, 0], [246, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit9_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit9_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit9_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit9_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit9_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[268, 0, 0], [269, 0, 0], [270, 0, 0], [271, 0, 1], [272, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit9_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit9_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[273, 0, 0], [274, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit9_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit9_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit9_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit9_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit9_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[275, 0, 0], [276, 0, 0], [277, 0, 0], [278, 0, 1], [279, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit9_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage2_unit9_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[280, 0, 0], [281, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit9_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit9_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[282, 0, 0], [283, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit9_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit9_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit9_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit9_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit9_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[284, 0, 0], [285, 0, 0], [286, 0, 0], [287, 0, 1], [288, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus11", + "inputs": [[289, 0, 0], [268, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit10_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit10_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit10_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit10_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit10_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[290, 0, 0], [291, 0, 0], [292, 0, 0], [293, 0, 1], [294, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit10_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit10_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[295, 0, 0], [296, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit10_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit10_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit10_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit10_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit10_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[297, 0, 0], [298, 0, 0], [299, 0, 0], [300, 0, 1], [301, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit10_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage2_unit10_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[302, 0, 0], [303, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit10_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit10_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[304, 0, 0], [305, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit10_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit10_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit10_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit10_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit10_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[306, 0, 0], [307, 0, 0], [308, 0, 0], [309, 0, 1], [310, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus12", + "inputs": [[311, 0, 0], [290, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit11_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit11_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit11_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit11_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit11_bn1", + "attrs": { + "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": "null", + "name": "stage2_unit11_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit11_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[317, 0, 0], [318, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit11_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit11_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit11_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit11_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit11_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[319, 0, 0], [320, 0, 0], [321, 0, 0], [322, 0, 1], [323, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit11_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage2_unit11_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[324, 0, 0], [325, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit11_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit11_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[326, 0, 0], [327, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit11_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit11_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit11_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit11_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit11_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[328, 0, 0], [329, 0, 0], [330, 0, 0], [331, 0, 1], [332, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus13", + "inputs": [[333, 0, 0], [312, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit12_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit12_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit12_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit12_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit12_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[334, 0, 0], [335, 0, 0], [336, 0, 0], [337, 0, 1], [338, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit12_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit12_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[339, 0, 0], [340, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit12_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit12_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit12_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit12_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit12_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[341, 0, 0], [342, 0, 0], [343, 0, 0], [344, 0, 1], [345, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit12_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage2_unit12_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[346, 0, 0], [347, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit12_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit12_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[348, 0, 0], [349, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit12_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit12_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit12_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit12_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit12_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[350, 0, 0], [351, 0, 0], [352, 0, 0], [353, 0, 1], [354, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus14", + "inputs": [[355, 0, 0], [334, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit13_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit13_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit13_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit13_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit13_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[356, 0, 0], [357, 0, 0], [358, 0, 0], [359, 0, 1], [360, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit13_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit13_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[361, 0, 0], [362, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit13_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit13_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit13_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit13_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit13_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[363, 0, 0], [364, 0, 0], [365, 0, 0], [366, 0, 1], [367, 0, 1]] + }, + { + "op": "null", + "name": "stage2_unit13_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage2_unit13_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[368, 0, 0], [369, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit13_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage2_unit13_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[370, 0, 0], [371, 0, 0]] + }, + { + "op": "null", + "name": "stage2_unit13_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit13_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit13_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage2_unit13_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage2_unit13_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[372, 0, 0], [373, 0, 0], [374, 0, 0], [375, 0, 1], [376, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus15", + "inputs": [[377, 0, 0], [356, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit1_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit1_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit1_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit1_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit1_bn1", + "attrs": { + "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": "null", + "name": "stage3_unit1_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit1_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[383, 0, 0], [384, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit1_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit1_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit1_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit1_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit1_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[385, 0, 0], [386, 0, 0], [387, 0, 0], [388, 0, 1], [389, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit1_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit1_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[390, 0, 0], [391, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit1_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit1_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [[392, 0, 0], [393, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit1_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit1_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit1_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit1_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit1_bn3", + "attrs": { + "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": "null", + "name": "stage3_unit1_conv1sc_weight", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "256", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit1_conv1sc", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "256", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [[378, 0, 0], [400, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit1_sc_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit1_sc_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit1_sc_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit1_sc_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit1_sc", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[401, 0, 0], [402, 0, 0], [403, 0, 0], [404, 0, 1], [405, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus16", + "inputs": [[399, 0, 0], [406, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit2_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit2_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit2_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit2_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit2_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[407, 0, 0], [408, 0, 0], [409, 0, 0], [410, 0, 1], [411, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit2_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit2_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[412, 0, 0], [413, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit2_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit2_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit2_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit2_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit2_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[414, 0, 0], [415, 0, 0], [416, 0, 0], [417, 0, 1], [418, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit2_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit2_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[419, 0, 0], [420, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit2_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit2_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[421, 0, 0], [422, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit2_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit2_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit2_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit2_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit2_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[423, 0, 0], [424, 0, 0], [425, 0, 0], [426, 0, 1], [427, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus17", + "inputs": [[428, 0, 0], [407, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit3_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit3_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit3_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit3_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit3_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[429, 0, 0], [430, 0, 0], [431, 0, 0], [432, 0, 1], [433, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit3_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit3_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[434, 0, 0], [435, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit3_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit3_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit3_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit3_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit3_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[436, 0, 0], [437, 0, 0], [438, 0, 0], [439, 0, 1], [440, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit3_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit3_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[441, 0, 0], [442, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit3_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit3_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[443, 0, 0], [444, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit3_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit3_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit3_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit3_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit3_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[445, 0, 0], [446, 0, 0], [447, 0, 0], [448, 0, 1], [449, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus18", + "inputs": [[450, 0, 0], [429, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit4_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit4_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit4_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit4_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit4_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[451, 0, 0], [452, 0, 0], [453, 0, 0], [454, 0, 1], [455, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit4_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit4_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[456, 0, 0], [457, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit4_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit4_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit4_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit4_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit4_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[458, 0, 0], [459, 0, 0], [460, 0, 0], [461, 0, 1], [462, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit4_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit4_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[463, 0, 0], [464, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit4_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit4_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[465, 0, 0], [466, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit4_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit4_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit4_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit4_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit4_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[467, 0, 0], [468, 0, 0], [469, 0, 0], [470, 0, 1], [471, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus19", + "inputs": [[472, 0, 0], [451, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit5_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit5_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit5_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit5_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit5_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[473, 0, 0], [474, 0, 0], [475, 0, 0], [476, 0, 1], [477, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit5_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit5_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[478, 0, 0], [479, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit5_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit5_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit5_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit5_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit5_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[480, 0, 0], [481, 0, 0], [482, 0, 0], [483, 0, 1], [484, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit5_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit5_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[485, 0, 0], [486, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit5_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit5_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[487, 0, 0], [488, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit5_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit5_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit5_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit5_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit5_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[489, 0, 0], [490, 0, 0], [491, 0, 0], [492, 0, 1], [493, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus20", + "inputs": [[494, 0, 0], [473, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit6_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit6_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit6_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit6_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit6_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[495, 0, 0], [496, 0, 0], [497, 0, 0], [498, 0, 1], [499, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit6_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit6_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[500, 0, 0], [501, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit6_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit6_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit6_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit6_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit6_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[502, 0, 0], [503, 0, 0], [504, 0, 0], [505, 0, 1], [506, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit6_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit6_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[507, 0, 0], [508, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit6_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit6_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[509, 0, 0], [510, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit6_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit6_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit6_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit6_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit6_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[511, 0, 0], [512, 0, 0], [513, 0, 0], [514, 0, 1], [515, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus21", + "inputs": [[516, 0, 0], [495, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit7_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit7_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit7_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit7_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit7_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[517, 0, 0], [518, 0, 0], [519, 0, 0], [520, 0, 1], [521, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit7_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit7_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[522, 0, 0], [523, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit7_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit7_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit7_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit7_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit7_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[524, 0, 0], [525, 0, 0], [526, 0, 0], [527, 0, 1], [528, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit7_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit7_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[529, 0, 0], [530, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit7_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit7_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[531, 0, 0], [532, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit7_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit7_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit7_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit7_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit7_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[533, 0, 0], [534, 0, 0], [535, 0, 0], [536, 0, 1], [537, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus22", + "inputs": [[538, 0, 0], [517, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit8_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit8_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit8_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit8_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit8_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[539, 0, 0], [540, 0, 0], [541, 0, 0], [542, 0, 1], [543, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit8_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit8_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[544, 0, 0], [545, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit8_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit8_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit8_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit8_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit8_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[546, 0, 0], [547, 0, 0], [548, 0, 0], [549, 0, 1], [550, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit8_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit8_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[551, 0, 0], [552, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit8_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit8_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[553, 0, 0], [554, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit8_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit8_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit8_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit8_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit8_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[555, 0, 0], [556, 0, 0], [557, 0, 0], [558, 0, 1], [559, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus23", + "inputs": [[560, 0, 0], [539, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit9_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit9_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit9_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit9_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit9_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[561, 0, 0], [562, 0, 0], [563, 0, 0], [564, 0, 1], [565, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit9_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit9_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[566, 0, 0], [567, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit9_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit9_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit9_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit9_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit9_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[568, 0, 0], [569, 0, 0], [570, 0, 0], [571, 0, 1], [572, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit9_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit9_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[573, 0, 0], [574, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit9_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit9_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[575, 0, 0], [576, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit9_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit9_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit9_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit9_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit9_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[577, 0, 0], [578, 0, 0], [579, 0, 0], [580, 0, 1], [581, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus24", + "inputs": [[582, 0, 0], [561, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit10_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit10_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit10_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit10_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit10_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[583, 0, 0], [584, 0, 0], [585, 0, 0], [586, 0, 1], [587, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit10_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit10_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[588, 0, 0], [589, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit10_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit10_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit10_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit10_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit10_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[590, 0, 0], [591, 0, 0], [592, 0, 0], [593, 0, 1], [594, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit10_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit10_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[595, 0, 0], [596, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit10_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit10_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[597, 0, 0], [598, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit10_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit10_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit10_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit10_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit10_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[599, 0, 0], [600, 0, 0], [601, 0, 0], [602, 0, 1], [603, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus25", + "inputs": [[604, 0, 0], [583, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit11_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit11_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit11_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit11_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit11_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[605, 0, 0], [606, 0, 0], [607, 0, 0], [608, 0, 1], [609, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit11_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit11_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[610, 0, 0], [611, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit11_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit11_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit11_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit11_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit11_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[612, 0, 0], [613, 0, 0], [614, 0, 0], [615, 0, 1], [616, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit11_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit11_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[617, 0, 0], [618, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit11_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit11_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[619, 0, 0], [620, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit11_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit11_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit11_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit11_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit11_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[621, 0, 0], [622, 0, 0], [623, 0, 0], [624, 0, 1], [625, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus26", + "inputs": [[626, 0, 0], [605, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit12_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit12_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit12_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit12_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit12_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[627, 0, 0], [628, 0, 0], [629, 0, 0], [630, 0, 1], [631, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit12_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit12_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[632, 0, 0], [633, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit12_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit12_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit12_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit12_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit12_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[634, 0, 0], [635, 0, 0], [636, 0, 0], [637, 0, 1], [638, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit12_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit12_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[639, 0, 0], [640, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit12_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit12_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[641, 0, 0], [642, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit12_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit12_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit12_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit12_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit12_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[643, 0, 0], [644, 0, 0], [645, 0, 0], [646, 0, 1], [647, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus27", + "inputs": [[648, 0, 0], [627, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit13_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit13_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit13_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit13_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit13_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[649, 0, 0], [650, 0, 0], [651, 0, 0], [652, 0, 1], [653, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit13_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit13_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[654, 0, 0], [655, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit13_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit13_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit13_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit13_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit13_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[656, 0, 0], [657, 0, 0], [658, 0, 0], [659, 0, 1], [660, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit13_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit13_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[661, 0, 0], [662, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit13_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit13_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[663, 0, 0], [664, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit13_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit13_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit13_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit13_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit13_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[665, 0, 0], [666, 0, 0], [667, 0, 0], [668, 0, 1], [669, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus28", + "inputs": [[670, 0, 0], [649, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit14_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit14_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit14_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit14_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit14_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[671, 0, 0], [672, 0, 0], [673, 0, 0], [674, 0, 1], [675, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit14_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit14_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[676, 0, 0], [677, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit14_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit14_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit14_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit14_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit14_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[678, 0, 0], [679, 0, 0], [680, 0, 0], [681, 0, 1], [682, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit14_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit14_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[683, 0, 0], [684, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit14_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit14_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[685, 0, 0], [686, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit14_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit14_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit14_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit14_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit14_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[687, 0, 0], [688, 0, 0], [689, 0, 0], [690, 0, 1], [691, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus29", + "inputs": [[692, 0, 0], [671, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit15_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit15_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit15_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit15_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit15_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[693, 0, 0], [694, 0, 0], [695, 0, 0], [696, 0, 1], [697, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit15_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit15_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[698, 0, 0], [699, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit15_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit15_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit15_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit15_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit15_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[700, 0, 0], [701, 0, 0], [702, 0, 0], [703, 0, 1], [704, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit15_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit15_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[705, 0, 0], [706, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit15_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit15_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[707, 0, 0], [708, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit15_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit15_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit15_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit15_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit15_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[709, 0, 0], [710, 0, 0], [711, 0, 0], [712, 0, 1], [713, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus30", + "inputs": [[714, 0, 0], [693, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit16_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit16_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit16_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit16_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit16_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[715, 0, 0], [716, 0, 0], [717, 0, 0], [718, 0, 1], [719, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit16_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit16_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[720, 0, 0], [721, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit16_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit16_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit16_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit16_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit16_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[722, 0, 0], [723, 0, 0], [724, 0, 0], [725, 0, 1], [726, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit16_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit16_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[727, 0, 0], [728, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit16_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit16_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[729, 0, 0], [730, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit16_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit16_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit16_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit16_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit16_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[731, 0, 0], [732, 0, 0], [733, 0, 0], [734, 0, 1], [735, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus31", + "inputs": [[736, 0, 0], [715, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit17_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit17_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit17_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit17_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit17_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[737, 0, 0], [738, 0, 0], [739, 0, 0], [740, 0, 1], [741, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit17_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit17_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[742, 0, 0], [743, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit17_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit17_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit17_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit17_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit17_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[744, 0, 0], [745, 0, 0], [746, 0, 0], [747, 0, 1], [748, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit17_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit17_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[749, 0, 0], [750, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit17_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit17_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[751, 0, 0], [752, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit17_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit17_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit17_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit17_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit17_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[753, 0, 0], [754, 0, 0], [755, 0, 0], [756, 0, 1], [757, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus32", + "inputs": [[758, 0, 0], [737, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit18_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit18_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit18_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit18_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit18_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[759, 0, 0], [760, 0, 0], [761, 0, 0], [762, 0, 1], [763, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit18_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit18_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[764, 0, 0], [765, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit18_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit18_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit18_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit18_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit18_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[766, 0, 0], [767, 0, 0], [768, 0, 0], [769, 0, 1], [770, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit18_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit18_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[771, 0, 0], [772, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit18_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit18_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[773, 0, 0], [774, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit18_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit18_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit18_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit18_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit18_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[775, 0, 0], [776, 0, 0], [777, 0, 0], [778, 0, 1], [779, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus33", + "inputs": [[780, 0, 0], [759, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit19_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit19_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit19_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit19_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit19_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[781, 0, 0], [782, 0, 0], [783, 0, 0], [784, 0, 1], [785, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit19_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit19_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[786, 0, 0], [787, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit19_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit19_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit19_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit19_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit19_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[788, 0, 0], [789, 0, 0], [790, 0, 0], [791, 0, 1], [792, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit19_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit19_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[793, 0, 0], [794, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit19_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit19_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[795, 0, 0], [796, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit19_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit19_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit19_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit19_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit19_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[797, 0, 0], [798, 0, 0], [799, 0, 0], [800, 0, 1], [801, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus34", + "inputs": [[802, 0, 0], [781, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit20_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit20_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit20_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit20_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit20_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[803, 0, 0], [804, 0, 0], [805, 0, 0], [806, 0, 1], [807, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit20_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit20_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[808, 0, 0], [809, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit20_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit20_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit20_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit20_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit20_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[810, 0, 0], [811, 0, 0], [812, 0, 0], [813, 0, 1], [814, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit20_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit20_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[815, 0, 0], [816, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit20_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit20_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[817, 0, 0], [818, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit20_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit20_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit20_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit20_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit20_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[819, 0, 0], [820, 0, 0], [821, 0, 0], [822, 0, 1], [823, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus35", + "inputs": [[824, 0, 0], [803, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit21_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit21_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit21_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit21_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit21_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[825, 0, 0], [826, 0, 0], [827, 0, 0], [828, 0, 1], [829, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit21_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit21_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[830, 0, 0], [831, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit21_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit21_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit21_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit21_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit21_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[832, 0, 0], [833, 0, 0], [834, 0, 0], [835, 0, 1], [836, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit21_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit21_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[837, 0, 0], [838, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit21_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit21_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[839, 0, 0], [840, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit21_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit21_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit21_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit21_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit21_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[841, 0, 0], [842, 0, 0], [843, 0, 0], [844, 0, 1], [845, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus36", + "inputs": [[846, 0, 0], [825, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit22_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit22_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit22_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit22_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit22_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[847, 0, 0], [848, 0, 0], [849, 0, 0], [850, 0, 1], [851, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit22_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit22_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[852, 0, 0], [853, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit22_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit22_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit22_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit22_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit22_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[854, 0, 0], [855, 0, 0], [856, 0, 0], [857, 0, 1], [858, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit22_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit22_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[859, 0, 0], [860, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit22_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit22_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[861, 0, 0], [862, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit22_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit22_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit22_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit22_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit22_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[863, 0, 0], [864, 0, 0], [865, 0, 0], [866, 0, 1], [867, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus37", + "inputs": [[868, 0, 0], [847, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit23_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit23_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit23_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit23_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit23_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[869, 0, 0], [870, 0, 0], [871, 0, 0], [872, 0, 1], [873, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit23_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit23_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[874, 0, 0], [875, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit23_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit23_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit23_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit23_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit23_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[876, 0, 0], [877, 0, 0], [878, 0, 0], [879, 0, 1], [880, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit23_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit23_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[881, 0, 0], [882, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit23_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit23_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[883, 0, 0], [884, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit23_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit23_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit23_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit23_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit23_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[885, 0, 0], [886, 0, 0], [887, 0, 0], [888, 0, 1], [889, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus38", + "inputs": [[890, 0, 0], [869, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit24_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit24_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit24_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit24_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit24_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[891, 0, 0], [892, 0, 0], [893, 0, 0], [894, 0, 1], [895, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit24_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit24_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[896, 0, 0], [897, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit24_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit24_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit24_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit24_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit24_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[898, 0, 0], [899, 0, 0], [900, 0, 0], [901, 0, 1], [902, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit24_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit24_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[903, 0, 0], [904, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit24_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit24_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[905, 0, 0], [906, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit24_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit24_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit24_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit24_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit24_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[907, 0, 0], [908, 0, 0], [909, 0, 0], [910, 0, 1], [911, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus39", + "inputs": [[912, 0, 0], [891, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit25_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit25_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit25_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit25_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit25_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[913, 0, 0], [914, 0, 0], [915, 0, 0], [916, 0, 1], [917, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit25_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit25_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[918, 0, 0], [919, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit25_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit25_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit25_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit25_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit25_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[920, 0, 0], [921, 0, 0], [922, 0, 0], [923, 0, 1], [924, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit25_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit25_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[925, 0, 0], [926, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit25_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit25_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[927, 0, 0], [928, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit25_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit25_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit25_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit25_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit25_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[929, 0, 0], [930, 0, 0], [931, 0, 0], [932, 0, 1], [933, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus40", + "inputs": [[934, 0, 0], [913, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit26_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit26_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit26_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit26_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit26_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[935, 0, 0], [936, 0, 0], [937, 0, 0], [938, 0, 1], [939, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit26_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit26_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[940, 0, 0], [941, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit26_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit26_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit26_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit26_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit26_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[942, 0, 0], [943, 0, 0], [944, 0, 0], [945, 0, 1], [946, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit26_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit26_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[947, 0, 0], [948, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit26_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit26_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[949, 0, 0], [950, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit26_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit26_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit26_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit26_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit26_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[951, 0, 0], [952, 0, 0], [953, 0, 0], [954, 0, 1], [955, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus41", + "inputs": [[956, 0, 0], [935, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit27_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit27_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit27_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit27_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit27_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[957, 0, 0], [958, 0, 0], [959, 0, 0], [960, 0, 1], [961, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit27_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit27_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[962, 0, 0], [963, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit27_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit27_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit27_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit27_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit27_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[964, 0, 0], [965, 0, 0], [966, 0, 0], [967, 0, 1], [968, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit27_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit27_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[969, 0, 0], [970, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit27_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit27_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[971, 0, 0], [972, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit27_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit27_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit27_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit27_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit27_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[973, 0, 0], [974, 0, 0], [975, 0, 0], [976, 0, 1], [977, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus42", + "inputs": [[978, 0, 0], [957, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit28_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit28_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit28_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit28_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit28_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[979, 0, 0], [980, 0, 0], [981, 0, 0], [982, 0, 1], [983, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit28_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit28_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[984, 0, 0], [985, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit28_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit28_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit28_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit28_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit28_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[986, 0, 0], [987, 0, 0], [988, 0, 0], [989, 0, 1], [990, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit28_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit28_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[991, 0, 0], [992, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit28_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit28_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[993, 0, 0], [994, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit28_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit28_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit28_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit28_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit28_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[995, 0, 0], [996, 0, 0], [997, 0, 0], [998, 0, 1], [999, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus43", + "inputs": [[1000, 0, 0], [979, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit29_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit29_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit29_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit29_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit29_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1001, 0, 0], [1002, 0, 0], [1003, 0, 0], [1004, 0, 1], [1005, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit29_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit29_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[1006, 0, 0], [1007, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit29_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit29_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit29_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit29_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit29_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1008, 0, 0], [1009, 0, 0], [1010, 0, 0], [1011, 0, 1], [1012, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit29_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit29_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[1013, 0, 0], [1014, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit29_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit29_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[1015, 0, 0], [1016, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit29_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit29_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit29_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit29_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit29_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1017, 0, 0], [1018, 0, 0], [1019, 0, 0], [1020, 0, 1], [1021, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus44", + "inputs": [[1022, 0, 0], [1001, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit30_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit30_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit30_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit30_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit30_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1023, 0, 0], [1024, 0, 0], [1025, 0, 0], [1026, 0, 1], [1027, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit30_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit30_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[1028, 0, 0], [1029, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit30_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit30_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit30_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit30_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit30_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1030, 0, 0], [1031, 0, 0], [1032, 0, 0], [1033, 0, 1], [1034, 0, 1]] + }, + { + "op": "null", + "name": "stage3_unit30_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage3_unit30_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[1035, 0, 0], [1036, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit30_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage3_unit30_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "256", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[1037, 0, 0], [1038, 0, 0]] + }, + { + "op": "null", + "name": "stage3_unit30_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit30_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit30_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage3_unit30_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage3_unit30_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1039, 0, 0], [1040, 0, 0], [1041, 0, 0], [1042, 0, 1], [1043, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus45", + "inputs": [[1044, 0, 0], [1023, 0, 0]] + }, + { + "op": "null", + "name": "stage4_unit1_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit1_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit1_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit1_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage4_unit1_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1045, 0, 0], [1046, 0, 0], [1047, 0, 0], [1048, 0, 1], [1049, 0, 1]] + }, + { + "op": "null", + "name": "stage4_unit1_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "512", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage4_unit1_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "512", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[1050, 0, 0], [1051, 0, 0]] + }, + { + "op": "null", + "name": "stage4_unit1_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit1_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit1_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit1_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage4_unit1_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1052, 0, 0], [1053, 0, 0], [1054, 0, 0], [1055, 0, 1], [1056, 0, 1]] + }, + { + "op": "null", + "name": "stage4_unit1_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage4_unit1_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[1057, 0, 0], [1058, 0, 0]] + }, + { + "op": "null", + "name": "stage4_unit1_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "512", + "pad": "(1, 1)", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage4_unit1_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "512", + "pad": "(1, 1)", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [[1059, 0, 0], [1060, 0, 0]] + }, + { + "op": "null", + "name": "stage4_unit1_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit1_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit1_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit1_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage4_unit1_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1061, 0, 0], [1062, 0, 0], [1063, 0, 0], [1064, 0, 1], [1065, 0, 1]] + }, + { + "op": "null", + "name": "stage4_unit1_conv1sc_weight", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "512", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage4_unit1_conv1sc", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "512", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [[1045, 0, 0], [1067, 0, 0]] + }, + { + "op": "null", + "name": "stage4_unit1_sc_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit1_sc_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit1_sc_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit1_sc_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage4_unit1_sc", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1068, 0, 0], [1069, 0, 0], [1070, 0, 0], [1071, 0, 1], [1072, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus46", + "inputs": [[1066, 0, 0], [1073, 0, 0]] + }, + { + "op": "null", + "name": "stage4_unit2_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit2_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit2_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit2_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage4_unit2_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1074, 0, 0], [1075, 0, 0], [1076, 0, 0], [1077, 0, 1], [1078, 0, 1]] + }, + { + "op": "null", + "name": "stage4_unit2_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "512", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage4_unit2_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "512", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[1079, 0, 0], [1080, 0, 0]] + }, + { + "op": "null", + "name": "stage4_unit2_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit2_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit2_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit2_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage4_unit2_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1081, 0, 0], [1082, 0, 0], [1083, 0, 0], [1084, 0, 1], [1085, 0, 1]] + }, + { + "op": "null", + "name": "stage4_unit2_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage4_unit2_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[1086, 0, 0], [1087, 0, 0]] + }, + { + "op": "null", + "name": "stage4_unit2_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "512", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage4_unit2_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "512", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[1088, 0, 0], [1089, 0, 0]] + }, + { + "op": "null", + "name": "stage4_unit2_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit2_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit2_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit2_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage4_unit2_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1090, 0, 0], [1091, 0, 0], [1092, 0, 0], [1093, 0, 1], [1094, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus47", + "inputs": [[1095, 0, 0], [1074, 0, 0]] + }, + { + "op": "null", + "name": "stage4_unit3_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit3_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit3_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit3_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage4_unit3_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1096, 0, 0], [1097, 0, 0], [1098, 0, 0], [1099, 0, 1], [1100, 0, 1]] + }, + { + "op": "null", + "name": "stage4_unit3_conv1_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "512", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage4_unit3_conv1", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "512", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[1101, 0, 0], [1102, 0, 0]] + }, + { + "op": "null", + "name": "stage4_unit3_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit3_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit3_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit3_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage4_unit3_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1103, 0, 0], [1104, 0, 0], [1105, 0, 0], [1106, 0, 1], [1107, 0, 1]] + }, + { + "op": "null", + "name": "stage4_unit3_relu1_gamma", + "attrs": { + "__init__": "[\"Constant\", {\"value\": 0.25}]", + "act_type": "prelu" + }, + "inputs": [] + }, + { + "op": "LeakyReLU", + "name": "stage4_unit3_relu1", + "attrs": {"act_type": "prelu"}, + "inputs": [[1108, 0, 0], [1109, 0, 0]] + }, + { + "op": "null", + "name": "stage4_unit3_conv2_weight", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "512", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "stage4_unit3_conv2", + "attrs": { + "kernel": "(3, 3)", + "no_bias": "True", + "num_filter": "512", + "pad": "(1, 1)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[1110, 0, 0], [1111, 0, 0]] + }, + { + "op": "null", + "name": "stage4_unit3_bn3_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit3_bn3_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit3_bn3_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "stage4_unit3_bn3_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "stage4_unit3_bn3", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1112, 0, 0], [1113, 0, 0], [1114, 0, 0], [1115, 0, 1], [1116, 0, 1]] + }, + { + "op": "elemwise_add", + "name": "_plus48", + "inputs": [[1117, 0, 0], [1096, 0, 0]] + }, + { + "op": "null", + "name": "bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.9" + }, + "inputs": [[1118, 0, 0], [1119, 0, 0], [1120, 0, 0], [1121, 0, 1], [1122, 0, 1]] + }, + { + "op": "Dropout", + "name": "dropout0", + "attrs": {"p": "0.4"}, + "inputs": [[1123, 0, 0]] + }, + { + "op": "null", + "name": "pre_fc1_weight", + "attrs": {"num_hidden": "512"}, + "inputs": [] + }, + { + "op": "null", + "name": "pre_fc1_bias", + "attrs": {"num_hidden": "512"}, + "inputs": [] + }, + { + "op": "FullyConnected", + "name": "pre_fc1", + "attrs": {"num_hidden": "512"}, + "inputs": [[1124, 0, 0], [1125, 0, 0], [1126, 0, 0]] + }, + { + "op": "null", + "name": "fc1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "fc1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "fc1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "null", + "name": "fc1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.9" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "fc1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.9" + }, + "inputs": [[1127, 0, 0], [1128, 0, 0], [1129, 0, 0], [1130, 0, 1], [1131, 0, 1]] + } + ], + "arg_nodes": [ + 0, + 4, + 6, + 7, + 8, + 9, + 11, + 13, + 14, + 15, + 16, + 18, + 20, + 21, + 22, + 23, + 25, + 27, + 29, + 30, + 31, + 32, + 34, + 36, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 47, + 49, + 50, + 51, + 52, + 54, + 56, + 58, + 59, + 60, + 61, + 64, + 65, + 66, + 67, + 69, + 71, + 72, + 73, + 74, + 76, + 78, + 80, + 81, + 82, + 83, + 86, + 87, + 88, + 89, + 91, + 93, + 94, + 95, + 96, + 98, + 100, + 102, + 103, + 104, + 105, + 107, + 109, + 110, + 111, + 112, + 115, + 116, + 117, + 118, + 120, + 122, + 123, + 124, + 125, + 127, + 129, + 131, + 132, + 133, + 134, + 137, + 138, + 139, + 140, + 142, + 144, + 145, + 146, + 147, + 149, + 151, + 153, + 154, + 155, + 156, + 159, + 160, + 161, + 162, + 164, + 166, + 167, + 168, + 169, + 171, + 173, + 175, + 176, + 177, + 178, + 181, + 182, + 183, + 184, + 186, + 188, + 189, + 190, + 191, + 193, + 195, + 197, + 198, + 199, + 200, + 203, + 204, + 205, + 206, + 208, + 210, + 211, + 212, + 213, + 215, + 217, + 219, + 220, + 221, + 222, + 225, + 226, + 227, + 228, + 230, + 232, + 233, + 234, + 235, + 237, + 239, + 241, + 242, + 243, + 244, + 247, + 248, + 249, + 250, + 252, + 254, + 255, + 256, + 257, + 259, + 261, + 263, + 264, + 265, + 266, + 269, + 270, + 271, + 272, + 274, + 276, + 277, + 278, + 279, + 281, + 283, + 285, + 286, + 287, + 288, + 291, + 292, + 293, + 294, + 296, + 298, + 299, + 300, + 301, + 303, + 305, + 307, + 308, + 309, + 310, + 313, + 314, + 315, + 316, + 318, + 320, + 321, + 322, + 323, + 325, + 327, + 329, + 330, + 331, + 332, + 335, + 336, + 337, + 338, + 340, + 342, + 343, + 344, + 345, + 347, + 349, + 351, + 352, + 353, + 354, + 357, + 358, + 359, + 360, + 362, + 364, + 365, + 366, + 367, + 369, + 371, + 373, + 374, + 375, + 376, + 379, + 380, + 381, + 382, + 384, + 386, + 387, + 388, + 389, + 391, + 393, + 395, + 396, + 397, + 398, + 400, + 402, + 403, + 404, + 405, + 408, + 409, + 410, + 411, + 413, + 415, + 416, + 417, + 418, + 420, + 422, + 424, + 425, + 426, + 427, + 430, + 431, + 432, + 433, + 435, + 437, + 438, + 439, + 440, + 442, + 444, + 446, + 447, + 448, + 449, + 452, + 453, + 454, + 455, + 457, + 459, + 460, + 461, + 462, + 464, + 466, + 468, + 469, + 470, + 471, + 474, + 475, + 476, + 477, + 479, + 481, + 482, + 483, + 484, + 486, + 488, + 490, + 491, + 492, + 493, + 496, + 497, + 498, + 499, + 501, + 503, + 504, + 505, + 506, + 508, + 510, + 512, + 513, + 514, + 515, + 518, + 519, + 520, + 521, + 523, + 525, + 526, + 527, + 528, + 530, + 532, + 534, + 535, + 536, + 537, + 540, + 541, + 542, + 543, + 545, + 547, + 548, + 549, + 550, + 552, + 554, + 556, + 557, + 558, + 559, + 562, + 563, + 564, + 565, + 567, + 569, + 570, + 571, + 572, + 574, + 576, + 578, + 579, + 580, + 581, + 584, + 585, + 586, + 587, + 589, + 591, + 592, + 593, + 594, + 596, + 598, + 600, + 601, + 602, + 603, + 606, + 607, + 608, + 609, + 611, + 613, + 614, + 615, + 616, + 618, + 620, + 622, + 623, + 624, + 625, + 628, + 629, + 630, + 631, + 633, + 635, + 636, + 637, + 638, + 640, + 642, + 644, + 645, + 646, + 647, + 650, + 651, + 652, + 653, + 655, + 657, + 658, + 659, + 660, + 662, + 664, + 666, + 667, + 668, + 669, + 672, + 673, + 674, + 675, + 677, + 679, + 680, + 681, + 682, + 684, + 686, + 688, + 689, + 690, + 691, + 694, + 695, + 696, + 697, + 699, + 701, + 702, + 703, + 704, + 706, + 708, + 710, + 711, + 712, + 713, + 716, + 717, + 718, + 719, + 721, + 723, + 724, + 725, + 726, + 728, + 730, + 732, + 733, + 734, + 735, + 738, + 739, + 740, + 741, + 743, + 745, + 746, + 747, + 748, + 750, + 752, + 754, + 755, + 756, + 757, + 760, + 761, + 762, + 763, + 765, + 767, + 768, + 769, + 770, + 772, + 774, + 776, + 777, + 778, + 779, + 782, + 783, + 784, + 785, + 787, + 789, + 790, + 791, + 792, + 794, + 796, + 798, + 799, + 800, + 801, + 804, + 805, + 806, + 807, + 809, + 811, + 812, + 813, + 814, + 816, + 818, + 820, + 821, + 822, + 823, + 826, + 827, + 828, + 829, + 831, + 833, + 834, + 835, + 836, + 838, + 840, + 842, + 843, + 844, + 845, + 848, + 849, + 850, + 851, + 853, + 855, + 856, + 857, + 858, + 860, + 862, + 864, + 865, + 866, + 867, + 870, + 871, + 872, + 873, + 875, + 877, + 878, + 879, + 880, + 882, + 884, + 886, + 887, + 888, + 889, + 892, + 893, + 894, + 895, + 897, + 899, + 900, + 901, + 902, + 904, + 906, + 908, + 909, + 910, + 911, + 914, + 915, + 916, + 917, + 919, + 921, + 922, + 923, + 924, + 926, + 928, + 930, + 931, + 932, + 933, + 936, + 937, + 938, + 939, + 941, + 943, + 944, + 945, + 946, + 948, + 950, + 952, + 953, + 954, + 955, + 958, + 959, + 960, + 961, + 963, + 965, + 966, + 967, + 968, + 970, + 972, + 974, + 975, + 976, + 977, + 980, + 981, + 982, + 983, + 985, + 987, + 988, + 989, + 990, + 992, + 994, + 996, + 997, + 998, + 999, + 1002, + 1003, + 1004, + 1005, + 1007, + 1009, + 1010, + 1011, + 1012, + 1014, + 1016, + 1018, + 1019, + 1020, + 1021, + 1024, + 1025, + 1026, + 1027, + 1029, + 1031, + 1032, + 1033, + 1034, + 1036, + 1038, + 1040, + 1041, + 1042, + 1043, + 1046, + 1047, + 1048, + 1049, + 1051, + 1053, + 1054, + 1055, + 1056, + 1058, + 1060, + 1062, + 1063, + 1064, + 1065, + 1067, + 1069, + 1070, + 1071, + 1072, + 1075, + 1076, + 1077, + 1078, + 1080, + 1082, + 1083, + 1084, + 1085, + 1087, + 1089, + 1091, + 1092, + 1093, + 1094, + 1097, + 1098, + 1099, + 1100, + 1102, + 1104, + 1105, + 1106, + 1107, + 1109, + 1111, + 1113, + 1114, + 1115, + 1116, + 1119, + 1120, + 1121, + 1122, + 1125, + 1126, + 1128, + 1129, + 1130, + 1131 + ], + "node_row_ptr": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 51, + 52, + 53, + 54, + 55, + 56, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 79, + 80, + 81, + 82, + 83, + 84, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 107, + 108, + 109, + 110, + 111, + 112, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 144, + 145, + 146, + 147, + 148, + 149, + 152, + 153, + 154, + 155, + 156, + 157, + 158, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 172, + 173, + 174, + 175, + 176, + 177, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 189, + 190, + 191, + 192, + 193, + 194, + 195, + 196, + 197, + 200, + 201, + 202, + 203, + 204, + 205, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 217, + 218, + 219, + 220, + 221, + 222, + 223, + 224, + 225, + 228, + 229, + 230, + 231, + 232, + 233, + 236, + 237, + 238, + 239, + 240, + 241, + 242, + 245, + 246, + 247, + 248, + 249, + 250, + 251, + 252, + 253, + 256, + 257, + 258, + 259, + 260, + 261, + 264, + 265, + 266, + 267, + 268, + 269, + 270, + 273, + 274, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 284, + 285, + 286, + 287, + 288, + 289, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 312, + 313, + 314, + 315, + 316, + 317, + 320, + 321, + 322, + 323, + 324, + 325, + 326, + 329, + 330, + 331, + 332, + 333, + 334, + 335, + 336, + 337, + 340, + 341, + 342, + 343, + 344, + 345, + 348, + 349, + 350, + 351, + 352, + 353, + 354, + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 368, + 369, + 370, + 371, + 372, + 373, + 376, + 377, + 378, + 379, + 380, + 381, + 382, + 385, + 386, + 387, + 388, + 389, + 390, + 391, + 392, + 393, + 396, + 397, + 398, + 399, + 400, + 401, + 404, + 405, + 406, + 407, + 408, + 409, + 410, + 413, + 414, + 415, + 416, + 417, + 418, + 419, + 420, + 421, + 424, + 425, + 426, + 427, + 428, + 429, + 432, + 433, + 434, + 435, + 436, + 437, + 438, + 441, + 442, + 443, + 444, + 445, + 446, + 447, + 448, + 449, + 452, + 453, + 454, + 455, + 456, + 457, + 460, + 461, + 462, + 463, + 464, + 465, + 466, + 469, + 470, + 471, + 472, + 473, + 474, + 475, + 476, + 477, + 480, + 481, + 482, + 483, + 484, + 485, + 488, + 489, + 490, + 491, + 492, + 493, + 494, + 497, + 498, + 499, + 500, + 501, + 502, + 503, + 504, + 505, + 508, + 509, + 510, + 511, + 512, + 513, + 514, + 517, + 518, + 519, + 520, + 521, + 522, + 525, + 526, + 527, + 528, + 529, + 530, + 531, + 534, + 535, + 536, + 537, + 538, + 539, + 540, + 541, + 542, + 545, + 546, + 547, + 548, + 549, + 550, + 553, + 554, + 555, + 556, + 557, + 558, + 559, + 562, + 563, + 564, + 565, + 566, + 567, + 568, + 569, + 570, + 573, + 574, + 575, + 576, + 577, + 578, + 581, + 582, + 583, + 584, + 585, + 586, + 587, + 590, + 591, + 592, + 593, + 594, + 595, + 596, + 597, + 598, + 601, + 602, + 603, + 604, + 605, + 606, + 609, + 610, + 611, + 612, + 613, + 614, + 615, + 618, + 619, + 620, + 621, + 622, + 623, + 624, + 625, + 626, + 629, + 630, + 631, + 632, + 633, + 634, + 637, + 638, + 639, + 640, + 641, + 642, + 643, + 646, + 647, + 648, + 649, + 650, + 651, + 652, + 653, + 654, + 657, + 658, + 659, + 660, + 661, + 662, + 665, + 666, + 667, + 668, + 669, + 670, + 671, + 674, + 675, + 676, + 677, + 678, + 679, + 680, + 681, + 682, + 685, + 686, + 687, + 688, + 689, + 690, + 693, + 694, + 695, + 696, + 697, + 698, + 699, + 702, + 703, + 704, + 705, + 706, + 707, + 708, + 709, + 710, + 713, + 714, + 715, + 716, + 717, + 718, + 721, + 722, + 723, + 724, + 725, + 726, + 727, + 730, + 731, + 732, + 733, + 734, + 735, + 736, + 737, + 738, + 741, + 742, + 743, + 744, + 745, + 746, + 749, + 750, + 751, + 752, + 753, + 754, + 755, + 758, + 759, + 760, + 761, + 762, + 763, + 764, + 765, + 766, + 769, + 770, + 771, + 772, + 773, + 774, + 777, + 778, + 779, + 780, + 781, + 782, + 783, + 786, + 787, + 788, + 789, + 790, + 791, + 792, + 793, + 794, + 797, + 798, + 799, + 800, + 801, + 802, + 805, + 806, + 807, + 808, + 809, + 810, + 811, + 814, + 815, + 816, + 817, + 818, + 819, + 820, + 821, + 822, + 825, + 826, + 827, + 828, + 829, + 830, + 833, + 834, + 835, + 836, + 837, + 838, + 839, + 842, + 843, + 844, + 845, + 846, + 847, + 848, + 849, + 850, + 853, + 854, + 855, + 856, + 857, + 858, + 861, + 862, + 863, + 864, + 865, + 866, + 867, + 870, + 871, + 872, + 873, + 874, + 875, + 876, + 877, + 878, + 881, + 882, + 883, + 884, + 885, + 886, + 889, + 890, + 891, + 892, + 893, + 894, + 895, + 898, + 899, + 900, + 901, + 902, + 903, + 904, + 905, + 906, + 909, + 910, + 911, + 912, + 913, + 914, + 917, + 918, + 919, + 920, + 921, + 922, + 923, + 926, + 927, + 928, + 929, + 930, + 931, + 932, + 933, + 934, + 937, + 938, + 939, + 940, + 941, + 942, + 945, + 946, + 947, + 948, + 949, + 950, + 951, + 954, + 955, + 956, + 957, + 958, + 959, + 960, + 961, + 962, + 965, + 966, + 967, + 968, + 969, + 970, + 973, + 974, + 975, + 976, + 977, + 978, + 979, + 982, + 983, + 984, + 985, + 986, + 987, + 988, + 989, + 990, + 993, + 994, + 995, + 996, + 997, + 998, + 1001, + 1002, + 1003, + 1004, + 1005, + 1006, + 1007, + 1010, + 1011, + 1012, + 1013, + 1014, + 1015, + 1016, + 1017, + 1018, + 1021, + 1022, + 1023, + 1024, + 1025, + 1026, + 1029, + 1030, + 1031, + 1032, + 1033, + 1034, + 1035, + 1038, + 1039, + 1040, + 1041, + 1042, + 1043, + 1044, + 1045, + 1046, + 1049, + 1050, + 1051, + 1052, + 1053, + 1054, + 1057, + 1058, + 1059, + 1060, + 1061, + 1062, + 1063, + 1066, + 1067, + 1068, + 1069, + 1070, + 1071, + 1072, + 1073, + 1074, + 1077, + 1078, + 1079, + 1080, + 1081, + 1082, + 1085, + 1086, + 1087, + 1088, + 1089, + 1090, + 1091, + 1094, + 1095, + 1096, + 1097, + 1098, + 1099, + 1100, + 1101, + 1102, + 1105, + 1106, + 1107, + 1108, + 1109, + 1110, + 1113, + 1114, + 1115, + 1116, + 1117, + 1118, + 1119, + 1122, + 1123, + 1124, + 1125, + 1126, + 1127, + 1128, + 1129, + 1130, + 1133, + 1134, + 1135, + 1136, + 1137, + 1138, + 1141, + 1142, + 1143, + 1144, + 1145, + 1146, + 1147, + 1150, + 1151, + 1152, + 1153, + 1154, + 1155, + 1156, + 1157, + 1158, + 1161, + 1162, + 1163, + 1164, + 1165, + 1166, + 1169, + 1170, + 1171, + 1172, + 1173, + 1174, + 1175, + 1178, + 1179, + 1180, + 1181, + 1182, + 1183, + 1184, + 1185, + 1186, + 1189, + 1190, + 1191, + 1192, + 1193, + 1194, + 1197, + 1198, + 1199, + 1200, + 1201, + 1202, + 1203, + 1206, + 1207, + 1208, + 1209, + 1210, + 1211, + 1212, + 1213, + 1214, + 1217, + 1218, + 1219, + 1220, + 1221, + 1222, + 1225, + 1226, + 1227, + 1228, + 1229, + 1230, + 1231, + 1234, + 1235, + 1236, + 1237, + 1238, + 1239, + 1240, + 1241, + 1242, + 1245, + 1246, + 1247, + 1248, + 1249, + 1250, + 1253, + 1254, + 1255, + 1256, + 1257, + 1258, + 1259, + 1262, + 1263, + 1264, + 1265, + 1266, + 1267, + 1268, + 1269, + 1270, + 1273, + 1274, + 1275, + 1276, + 1277, + 1278, + 1281, + 1282, + 1283, + 1284, + 1285, + 1286, + 1287, + 1290, + 1291, + 1292, + 1293, + 1294, + 1295, + 1296, + 1297, + 1298, + 1301, + 1302, + 1303, + 1304, + 1305, + 1306, + 1309, + 1310, + 1311, + 1312, + 1313, + 1314, + 1315, + 1318, + 1319, + 1320, + 1321, + 1322, + 1323, + 1324, + 1325, + 1326, + 1329, + 1330, + 1331, + 1332, + 1333, + 1334, + 1337, + 1338, + 1339, + 1340, + 1341, + 1342, + 1343, + 1346, + 1347, + 1348, + 1349, + 1350, + 1351, + 1352, + 1353, + 1354, + 1357, + 1358, + 1359, + 1360, + 1361, + 1362, + 1363, + 1366, + 1367, + 1368, + 1369, + 1370, + 1371, + 1374, + 1375, + 1376, + 1377, + 1378, + 1379, + 1380, + 1383, + 1384, + 1385, + 1386, + 1387, + 1388, + 1389, + 1390, + 1391, + 1394, + 1395, + 1396, + 1397, + 1398, + 1399, + 1402, + 1403, + 1404, + 1405, + 1406, + 1407, + 1408, + 1411, + 1412, + 1413, + 1414, + 1415, + 1416, + 1417, + 1418, + 1419, + 1422, + 1423, + 1424, + 1425, + 1426, + 1427, + 1430, + 1432, + 1433, + 1434, + 1435, + 1436, + 1437, + 1438, + 1439, + 1442 + ], + "heads": [[1132, 0, 0]], + "attrs": {"mxnet_version": ["int", 10000]} +} \ No newline at end of file