diff --git a/DeepBoostedJet/V01/decorrelated/resnet-0000.params b/DeepBoostedJet/V01/decorrelated/resnet-0000.params new file mode 100644 index 0000000..b32f05c Binary files /dev/null and b/DeepBoostedJet/V01/decorrelated/resnet-0000.params differ diff --git a/DeepBoostedJet/V01/decorrelated/resnet-symbol.json b/DeepBoostedJet/V01/decorrelated/resnet-symbol.json new file mode 100644 index 0000000..85cdcfd --- /dev/null +++ b/DeepBoostedJet/V01/decorrelated/resnet-symbol.json @@ -0,0 +1,3160 @@ +{ + "nodes": [ + { + "op": "null", + "name": "pfcand", + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_batchnorm0_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_batchnorm0_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_batchnorm0_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_batchnorm0_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_batchnorm0_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "True", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[0, 0, 0], [1, 0, 0], [2, 0, 0], [3, 0, 2], [4, 0, 2]] + }, + { + "op": "null", + "name": "jnet0_part_conv0_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(32L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_conv0_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "32", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[5, 0, 0], [6, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_conv0_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage1_basicblock0_conv0_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[7, 0, 0], [8, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_batchnorm0_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_batchnorm0_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_batchnorm0_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_batchnorm0_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage1_basicblock0_batchnorm0_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[9, 0, 0], [10, 0, 0], [11, 0, 0], [12, 0, 2], [13, 0, 2]] + }, + { + "op": "Activation", + "name": "jnet0_part_stage1_basicblock0_relu0_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[14, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_conv1_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage1_basicblock0_conv1_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[15, 0, 0], [16, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_batchnorm1_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_batchnorm1_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_batchnorm1_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_batchnorm1_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage1_basicblock0_batchnorm1_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[17, 0, 0], [18, 0, 0], [19, 0, 0], [20, 0, 2], [21, 0, 2]] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_conv2_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 1L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage1_basicblock0_conv2_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(1, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(0, 0)", + "stride": "(1, 1)" + }, + "inputs": [[7, 0, 0], [23, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_batchnorm2_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_batchnorm2_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_batchnorm2_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock0_batchnorm2_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage1_basicblock0_batchnorm2_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[24, 0, 0], [25, 0, 0], [26, 0, 0], [27, 0, 2], [28, 0, 2]] + }, + { + "op": "elemwise_add", + "name": "jnet0_part_stage1_basicblock0__plus0", + "inputs": [[22, 0, 0], [29, 0, 0]] + }, + { + "op": "Activation", + "name": "jnet0_part_stage1_basicblock0_relu1_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[30, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock1_conv0_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage1_basicblock1_conv0_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[31, 0, 0], [32, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock1_batchnorm0_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock1_batchnorm0_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock1_batchnorm0_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock1_batchnorm0_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage1_basicblock1_batchnorm0_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[33, 0, 0], [34, 0, 0], [35, 0, 0], [36, 0, 2], [37, 0, 2]] + }, + { + "op": "Activation", + "name": "jnet0_part_stage1_basicblock1_relu0_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[38, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock1_conv1_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage1_basicblock1_conv1_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[39, 0, 0], [40, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock1_batchnorm1_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock1_batchnorm1_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock1_batchnorm1_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage1_basicblock1_batchnorm1_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage1_basicblock1_batchnorm1_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[41, 0, 0], [42, 0, 0], [43, 0, 0], [44, 0, 2], [45, 0, 2]] + }, + { + "op": "elemwise_add", + "name": "jnet0_part_stage1_basicblock1__plus0", + "inputs": [[46, 0, 0], [31, 0, 0]] + }, + { + "op": "Activation", + "name": "jnet0_part_stage1_basicblock1_relu1_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[47, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_conv0_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage2_basicblock0_conv0_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(2, 2)" + }, + "inputs": [[48, 0, 0], [49, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_batchnorm0_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_batchnorm0_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_batchnorm0_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_batchnorm0_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage2_basicblock0_batchnorm0_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[50, 0, 0], [51, 0, 0], [52, 0, 0], [53, 0, 2], [54, 0, 2]] + }, + { + "op": "Activation", + "name": "jnet0_part_stage2_basicblock0_relu0_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[55, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_conv1_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage2_basicblock0_conv1_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[56, 0, 0], [57, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_batchnorm1_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_batchnorm1_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_batchnorm1_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_batchnorm1_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage2_basicblock0_batchnorm1_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[58, 0, 0], [59, 0, 0], [60, 0, 0], [61, 0, 2], [62, 0, 2]] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_conv2_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 1L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage2_basicblock0_conv2_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(1, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(0, 0)", + "stride": "(2, 2)" + }, + "inputs": [[48, 0, 0], [64, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_batchnorm2_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_batchnorm2_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_batchnorm2_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock0_batchnorm2_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage2_basicblock0_batchnorm2_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[65, 0, 0], [66, 0, 0], [67, 0, 0], [68, 0, 2], [69, 0, 2]] + }, + { + "op": "elemwise_add", + "name": "jnet0_part_stage2_basicblock0__plus0", + "inputs": [[63, 0, 0], [70, 0, 0]] + }, + { + "op": "Activation", + "name": "jnet0_part_stage2_basicblock0_relu1_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[71, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock1_conv0_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage2_basicblock1_conv0_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[72, 0, 0], [73, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock1_batchnorm0_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock1_batchnorm0_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock1_batchnorm0_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock1_batchnorm0_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage2_basicblock1_batchnorm0_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[74, 0, 0], [75, 0, 0], [76, 0, 0], [77, 0, 2], [78, 0, 2]] + }, + { + "op": "Activation", + "name": "jnet0_part_stage2_basicblock1_relu0_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[79, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock1_conv1_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage2_basicblock1_conv1_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[80, 0, 0], [81, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock1_batchnorm1_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock1_batchnorm1_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock1_batchnorm1_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage2_basicblock1_batchnorm1_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage2_basicblock1_batchnorm1_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[82, 0, 0], [83, 0, 0], [84, 0, 0], [85, 0, 2], [86, 0, 2]] + }, + { + "op": "elemwise_add", + "name": "jnet0_part_stage2_basicblock1__plus0", + "inputs": [[87, 0, 0], [72, 0, 0]] + }, + { + "op": "Activation", + "name": "jnet0_part_stage2_basicblock1_relu1_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[88, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_conv0_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(128L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage3_basicblock0_conv0_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "128", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(2, 2)" + }, + "inputs": [[89, 0, 0], [90, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_batchnorm0_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_batchnorm0_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_batchnorm0_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_batchnorm0_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage3_basicblock0_batchnorm0_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[91, 0, 0], [92, 0, 0], [93, 0, 0], [94, 0, 2], [95, 0, 2]] + }, + { + "op": "Activation", + "name": "jnet0_part_stage3_basicblock0_relu0_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[96, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_conv1_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(128L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage3_basicblock0_conv1_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "128", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[97, 0, 0], [98, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_batchnorm1_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_batchnorm1_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_batchnorm1_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_batchnorm1_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage3_basicblock0_batchnorm1_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[99, 0, 0], [100, 0, 0], [101, 0, 0], [102, 0, 2], [103, 0, 2]] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_conv2_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(128L, 0L, 1L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage3_basicblock0_conv2_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(1, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "128", + "num_group": "1", + "pad": "(0, 0)", + "stride": "(2, 2)" + }, + "inputs": [[89, 0, 0], [105, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_batchnorm2_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_batchnorm2_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_batchnorm2_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock0_batchnorm2_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage3_basicblock0_batchnorm2_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[106, 0, 0], [107, 0, 0], [108, 0, 0], [109, 0, 2], [110, 0, 2]] + }, + { + "op": "elemwise_add", + "name": "jnet0_part_stage3_basicblock0__plus0", + "inputs": [[104, 0, 0], [111, 0, 0]] + }, + { + "op": "Activation", + "name": "jnet0_part_stage3_basicblock0_relu1_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[112, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock1_conv0_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(128L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage3_basicblock1_conv0_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "128", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[113, 0, 0], [114, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock1_batchnorm0_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock1_batchnorm0_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock1_batchnorm0_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock1_batchnorm0_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage3_basicblock1_batchnorm0_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[115, 0, 0], [116, 0, 0], [117, 0, 0], [118, 0, 2], [119, 0, 2]] + }, + { + "op": "Activation", + "name": "jnet0_part_stage3_basicblock1_relu0_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[120, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock1_conv1_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(128L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_part_stage3_basicblock1_conv1_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "128", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[121, 0, 0], [122, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock1_batchnorm1_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock1_batchnorm1_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock1_batchnorm1_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_part_stage3_basicblock1_batchnorm1_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_part_stage3_basicblock1_batchnorm1_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[123, 0, 0], [124, 0, 0], [125, 0, 0], [126, 0, 2], [127, 0, 2]] + }, + { + "op": "elemwise_add", + "name": "jnet0_part_stage3_basicblock1__plus0", + "inputs": [[128, 0, 0], [113, 0, 0]] + }, + { + "op": "Activation", + "name": "jnet0_part_stage3_basicblock1_relu1_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[129, 0, 0]] + }, + { + "op": "Pooling", + "name": "jnet0_part_pool0_fwd", + "attrs": { + "global_pool": "True", + "kernel": "(1, 1)", + "pad": "(0, 0)", + "pool_type": "avg", + "pooling_convention": "full", + "stride": "(1, 1)" + }, + "inputs": [[130, 0, 0]] + }, + { + "op": "Reshape", + "name": "jnet0_part_flatten0_reshape0", + "attrs": {"shape": "(0, -1)"}, + "inputs": [[131, 0, 0]] + }, + { + "op": "null", + "name": "sv", + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_batchnorm0_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_batchnorm0_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_batchnorm0_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_batchnorm0_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_sv_batchnorm0_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "True", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[133, 0, 0], [134, 0, 0], [135, 0, 0], [136, 0, 2], [137, 0, 2]] + }, + { + "op": "null", + "name": "jnet0_sv_conv0_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(32L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_sv_conv0_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "32", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[138, 0, 0], [139, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_conv0_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(32L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_sv_stage1_basicblock0_conv0_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "32", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[140, 0, 0], [141, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_batchnorm0_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_batchnorm0_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_batchnorm0_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_batchnorm0_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_sv_stage1_basicblock0_batchnorm0_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[142, 0, 0], [143, 0, 0], [144, 0, 0], [145, 0, 2], [146, 0, 2]] + }, + { + "op": "Activation", + "name": "jnet0_sv_stage1_basicblock0_relu0_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[147, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_conv1_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(32L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_sv_stage1_basicblock0_conv1_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "32", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[148, 0, 0], [149, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_batchnorm1_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_batchnorm1_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_batchnorm1_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_batchnorm1_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_sv_stage1_basicblock0_batchnorm1_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[150, 0, 0], [151, 0, 0], [152, 0, 0], [153, 0, 2], [154, 0, 2]] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_conv2_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(32L, 0L, 1L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_sv_stage1_basicblock0_conv2_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(1, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "32", + "num_group": "1", + "pad": "(0, 0)", + "stride": "(1, 1)" + }, + "inputs": [[140, 0, 0], [156, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_batchnorm2_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_batchnorm2_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_batchnorm2_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock0_batchnorm2_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_sv_stage1_basicblock0_batchnorm2_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[157, 0, 0], [158, 0, 0], [159, 0, 0], [160, 0, 2], [161, 0, 2]] + }, + { + "op": "elemwise_add", + "name": "jnet0_sv_stage1_basicblock0__plus0", + "inputs": [[155, 0, 0], [162, 0, 0]] + }, + { + "op": "Activation", + "name": "jnet0_sv_stage1_basicblock0_relu1_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[163, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock1_conv0_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(32L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_sv_stage1_basicblock1_conv0_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "32", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[164, 0, 0], [165, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock1_batchnorm0_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock1_batchnorm0_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock1_batchnorm0_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock1_batchnorm0_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_sv_stage1_basicblock1_batchnorm0_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[166, 0, 0], [167, 0, 0], [168, 0, 0], [169, 0, 2], [170, 0, 2]] + }, + { + "op": "Activation", + "name": "jnet0_sv_stage1_basicblock1_relu0_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[171, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock1_conv1_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(32L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_sv_stage1_basicblock1_conv1_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "32", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[172, 0, 0], [173, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock1_batchnorm1_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock1_batchnorm1_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock1_batchnorm1_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage1_basicblock1_batchnorm1_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_sv_stage1_basicblock1_batchnorm1_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[174, 0, 0], [175, 0, 0], [176, 0, 0], [177, 0, 2], [178, 0, 2]] + }, + { + "op": "elemwise_add", + "name": "jnet0_sv_stage1_basicblock1__plus0", + "inputs": [[179, 0, 0], [164, 0, 0]] + }, + { + "op": "Activation", + "name": "jnet0_sv_stage1_basicblock1_relu1_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[180, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_conv0_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_sv_stage2_basicblock0_conv0_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(2, 2)" + }, + "inputs": [[181, 0, 0], [182, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_batchnorm0_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_batchnorm0_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_batchnorm0_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_batchnorm0_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_sv_stage2_basicblock0_batchnorm0_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[183, 0, 0], [184, 0, 0], [185, 0, 0], [186, 0, 2], [187, 0, 2]] + }, + { + "op": "Activation", + "name": "jnet0_sv_stage2_basicblock0_relu0_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[188, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_conv1_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_sv_stage2_basicblock0_conv1_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[189, 0, 0], [190, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_batchnorm1_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_batchnorm1_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_batchnorm1_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_batchnorm1_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_sv_stage2_basicblock0_batchnorm1_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[191, 0, 0], [192, 0, 0], [193, 0, 0], [194, 0, 2], [195, 0, 2]] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_conv2_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 1L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_sv_stage2_basicblock0_conv2_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(1, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(0, 0)", + "stride": "(2, 2)" + }, + "inputs": [[181, 0, 0], [197, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_batchnorm2_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_batchnorm2_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_batchnorm2_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock0_batchnorm2_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_sv_stage2_basicblock0_batchnorm2_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[198, 0, 0], [199, 0, 0], [200, 0, 0], [201, 0, 2], [202, 0, 2]] + }, + { + "op": "elemwise_add", + "name": "jnet0_sv_stage2_basicblock0__plus0", + "inputs": [[196, 0, 0], [203, 0, 0]] + }, + { + "op": "Activation", + "name": "jnet0_sv_stage2_basicblock0_relu1_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[204, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock1_conv0_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_sv_stage2_basicblock1_conv0_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[205, 0, 0], [206, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock1_batchnorm0_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock1_batchnorm0_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock1_batchnorm0_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock1_batchnorm0_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_sv_stage2_basicblock1_batchnorm0_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[207, 0, 0], [208, 0, 0], [209, 0, 0], [210, 0, 2], [211, 0, 2]] + }, + { + "op": "Activation", + "name": "jnet0_sv_stage2_basicblock1_relu0_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[212, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock1_conv1_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"gaussian\", \"magnitude\": 2, \"factor_type\": \"in\"}]", + "__lr_mult__": "1.0", + "__shape__": "(64L, 0L, 3L, 1L)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "jnet0_sv_stage2_basicblock1_conv1_fwd", + "attrs": { + "dilate": "(1, 1)", + "kernel": "(3, 1)", + "layout": "NCHW", + "no_bias": "True", + "num_filter": "64", + "num_group": "1", + "pad": "(1, 0)", + "stride": "(1, 1)" + }, + "inputs": [[213, 0, 0], [214, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock1_batchnorm1_gamma", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock1_batchnorm1_beta", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock1_batchnorm1_running_mean", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_sv_stage2_basicblock1_batchnorm1_running_var", + "attrs": { + "__dtype__": "0", + "__init__": "ones", + "__lr_mult__": "1.0", + "__shape__": "(0,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "jnet0_sv_stage2_basicblock1_batchnorm1_fwd", + "attrs": { + "axis": "1", + "eps": "1e-05", + "fix_gamma": "False", + "momentum": "0.3", + "use_global_stats": "False" + }, + "inputs": [[215, 0, 0], [216, 0, 0], [217, 0, 0], [218, 0, 2], [219, 0, 2]] + }, + { + "op": "elemwise_add", + "name": "jnet0_sv_stage2_basicblock1__plus0", + "inputs": [[220, 0, 0], [205, 0, 0]] + }, + { + "op": "Activation", + "name": "jnet0_sv_stage2_basicblock1_relu1_fwd", + "attrs": {"act_type": "relu"}, + "inputs": [[221, 0, 0]] + }, + { + "op": "Pooling", + "name": "jnet0_sv_pool0_fwd", + "attrs": { + "global_pool": "True", + "kernel": "(1, 1)", + "pad": "(0, 0)", + "pool_type": "avg", + "pooling_convention": "full", + "stride": "(1, 1)" + }, + "inputs": [[222, 0, 0]] + }, + { + "op": "Reshape", + "name": "jnet0_sv_flatten0_reshape0", + "attrs": {"shape": "(0, -1)"}, + "inputs": [[223, 0, 0]] + }, + { + "op": "Concat", + "name": "jnet0_concat0", + "attrs": {"num_args": "2"}, + "inputs": [[132, 0, 0], [224, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_dense0_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"uniform\", \"magnitude\": 3, \"factor_type\": \"avg\"}]", + "__lr_mult__": "1.0", + "__shape__": "(512, 0)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_dense0_bias", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(512,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "FullyConnected", + "name": "jnet0_dense0_fwd", + "attrs": { + "flatten": "True", + "no_bias": "False", + "num_hidden": "512" + }, + "inputs": [[225, 0, 0], [226, 0, 0], [227, 0, 0]] + }, + { + "op": "LeakyReLU", + "name": "jnet0_selu0_leakyrelu0", + "attrs": { + "act_type": "elu", + "slope": "1.67326324235" + }, + "inputs": [[228, 0, 0]] + }, + { + "op": "_mul_scalar", + "name": "jnet0_selu0__mulscalar0", + "attrs": {"scalar": "1.05070098736"}, + "inputs": [[229, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_dense1_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"uniform\", \"magnitude\": 3, \"factor_type\": \"avg\"}]", + "__lr_mult__": "1.0", + "__shape__": "(256, 0)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_dense1_bias", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(256,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "FullyConnected", + "name": "jnet0_dense1_fwd", + "attrs": { + "flatten": "True", + "no_bias": "False", + "num_hidden": "256" + }, + "inputs": [[230, 0, 0], [231, 0, 0], [232, 0, 0]] + }, + { + "op": "LeakyReLU", + "name": "jnet0_selu0_leakyrelu0", + "attrs": { + "act_type": "elu", + "slope": "1.67326324235" + }, + "inputs": [[233, 0, 0]] + }, + { + "op": "_mul_scalar", + "name": "jnet0_selu0__mulscalar0", + "attrs": {"scalar": "1.05070098736"}, + "inputs": [[234, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_dense2_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"uniform\", \"magnitude\": 3, \"factor_type\": \"avg\"}]", + "__lr_mult__": "1.0", + "__shape__": "(256, 0)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_dense2_bias", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(256,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "FullyConnected", + "name": "jnet0_dense2_fwd", + "attrs": { + "flatten": "True", + "no_bias": "False", + "num_hidden": "256" + }, + "inputs": [[235, 0, 0], [236, 0, 0], [237, 0, 0]] + }, + { + "op": "LeakyReLU", + "name": "jnet0_selu0_leakyrelu0", + "attrs": { + "act_type": "elu", + "slope": "1.67326324235" + }, + "inputs": [[238, 0, 0]] + }, + { + "op": "_mul_scalar", + "name": "jnet0_selu0__mulscalar0", + "attrs": {"scalar": "1.05070098736"}, + "inputs": [[239, 0, 0]] + }, + { + "op": "null", + "name": "jnet0_dense3_weight", + "attrs": { + "__dtype__": "0", + "__init__": "[\"xavier\", {\"rnd_type\": \"uniform\", \"magnitude\": 3, \"factor_type\": \"avg\"}]", + "__lr_mult__": "1.0", + "__shape__": "(17, 0)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "null", + "name": "jnet0_dense3_bias", + "attrs": { + "__dtype__": "0", + "__init__": "zeros", + "__lr_mult__": "1.0", + "__shape__": "(17,)", + "__wd_mult__": "1.0" + }, + "inputs": [] + }, + { + "op": "FullyConnected", + "name": "jnet0_dense3_fwd", + "attrs": { + "flatten": "True", + "no_bias": "False", + "num_hidden": "17" + }, + "inputs": [[240, 0, 0], [241, 0, 0], [242, 0, 0]] + }, + { + "op": "softmax", + "name": "jnet0_softmax0", + "inputs": [[243, 0, 0]] + } + ], + "arg_nodes": [ + 0, + 1, + 2, + 3, + 4, + 6, + 8, + 10, + 11, + 12, + 13, + 16, + 18, + 19, + 20, + 21, + 23, + 25, + 26, + 27, + 28, + 32, + 34, + 35, + 36, + 37, + 40, + 42, + 43, + 44, + 45, + 49, + 51, + 52, + 53, + 54, + 57, + 59, + 60, + 61, + 62, + 64, + 66, + 67, + 68, + 69, + 73, + 75, + 76, + 77, + 78, + 81, + 83, + 84, + 85, + 86, + 90, + 92, + 93, + 94, + 95, + 98, + 100, + 101, + 102, + 103, + 105, + 107, + 108, + 109, + 110, + 114, + 116, + 117, + 118, + 119, + 122, + 124, + 125, + 126, + 127, + 133, + 134, + 135, + 136, + 137, + 139, + 141, + 143, + 144, + 145, + 146, + 149, + 151, + 152, + 153, + 154, + 156, + 158, + 159, + 160, + 161, + 165, + 167, + 168, + 169, + 170, + 173, + 175, + 176, + 177, + 178, + 182, + 184, + 185, + 186, + 187, + 190, + 192, + 193, + 194, + 195, + 197, + 199, + 200, + 201, + 202, + 206, + 208, + 209, + 210, + 211, + 214, + 216, + 217, + 218, + 219, + 226, + 227, + 231, + 232, + 236, + 237, + 241, + 242 + ], + "node_row_ptr": [ + 0, + 1, + 2, + 3, + 4, + 5, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 147, + 148, + 151, + 152, + 153, + 154, + 155, + 156, + 157, + 158, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 170, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 194, + 195, + 196, + 197, + 198, + 199, + 200, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 214, + 215, + 216, + 217, + 218, + 219, + 220, + 221, + 224, + 225, + 226, + 227, + 228, + 229, + 230, + 231, + 232, + 235, + 236, + 237, + 238, + 239, + 240, + 241, + 242, + 245, + 246, + 247, + 248, + 249, + 250, + 251, + 254, + 255, + 256, + 257, + 258, + 259, + 260, + 261, + 262, + 265, + 266, + 267, + 268, + 269, + 270, + 271, + 272, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 282, + 283, + 284, + 285, + 286, + 287, + 288, + 289, + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299 + ], + "heads": [[244, 0, 0]], + "attrs": {"mxnet_version": ["int", 10100]} +} diff --git a/DeepBoostedJet/V01/full/resnet-0000.params b/DeepBoostedJet/V01/full/resnet-0000.params new file mode 100644 index 0000000..3b723db Binary files /dev/null and b/DeepBoostedJet/V01/full/resnet-0000.params differ diff --git a/DeepBoostedJet/V01/full/resnet-symbol.json b/DeepBoostedJet/V01/full/resnet-symbol.json new file mode 100644 index 0000000..cd684fc --- /dev/null +++ b/DeepBoostedJet/V01/full/resnet-symbol.json @@ -0,0 +1,2590 @@ +{ + "nodes": [ + { + "op": "null", + "name": "pfcand", + "inputs": [] + }, + { + "op": "null", + "name": "part_bn_data_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_bn_data_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_bn_data_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_bn_data_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "part_bn_data", + "attrs": { + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.1" + }, + "inputs": [[0, 0, 0], [1, 0, 0], [2, 0, 0], [3, 0, 1], [4, 0, 1]] + }, + { + "op": "null", + "name": "part_conv0_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "32", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_conv0", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "32", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[5, 0, 0], [6, 0, 0]] + }, + { + "op": "null", + "name": "part_stage1_unit1_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage1_unit1_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage1_unit1_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage1_unit1_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "part_stage1_unit1_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[7, 0, 0], [8, 0, 0], [9, 0, 0], [10, 0, 1], [11, 0, 1]] + }, + { + "op": "Activation", + "name": "part_stage1_unit1_relu1", + "attrs": {"act_type": "relu"}, + "inputs": [[12, 0, 0]] + }, + { + "op": "null", + "name": "part_stage1_unit1_conv1_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage1_unit1_conv1", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[13, 0, 0], [14, 0, 0]] + }, + { + "op": "null", + "name": "part_stage1_unit1_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage1_unit1_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage1_unit1_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage1_unit1_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "part_stage1_unit1_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[15, 0, 0], [16, 0, 0], [17, 0, 0], [18, 0, 1], [19, 0, 1]] + }, + { + "op": "Activation", + "name": "part_stage1_unit1_relu2", + "attrs": {"act_type": "relu"}, + "inputs": [[20, 0, 0]] + }, + { + "op": "null", + "name": "part_stage1_unit1_conv2_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage1_unit1_conv2", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[21, 0, 0], [22, 0, 0]] + }, + { + "op": "null", + "name": "part_stage1_unit1_sc_weight", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "64", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage1_unit1_sc", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "64", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[13, 0, 0], [24, 0, 0]] + }, + { + "op": "elemwise_add", + "name": "_plus0", + "inputs": [[23, 0, 0], [25, 0, 0]] + }, + { + "op": "null", + "name": "part_stage1_unit2_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage1_unit2_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage1_unit2_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage1_unit2_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "part_stage1_unit2_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[26, 0, 0], [27, 0, 0], [28, 0, 0], [29, 0, 1], [30, 0, 1]] + }, + { + "op": "Activation", + "name": "part_stage1_unit2_relu1", + "attrs": {"act_type": "relu"}, + "inputs": [[31, 0, 0]] + }, + { + "op": "null", + "name": "part_stage1_unit2_conv1_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage1_unit2_conv1", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[32, 0, 0], [33, 0, 0]] + }, + { + "op": "null", + "name": "part_stage1_unit2_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage1_unit2_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage1_unit2_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage1_unit2_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "part_stage1_unit2_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[34, 0, 0], [35, 0, 0], [36, 0, 0], [37, 0, 1], [38, 0, 1]] + }, + { + "op": "Activation", + "name": "part_stage1_unit2_relu2", + "attrs": {"act_type": "relu"}, + "inputs": [[39, 0, 0]] + }, + { + "op": "null", + "name": "part_stage1_unit2_conv2_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage1_unit2_conv2", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[40, 0, 0], [41, 0, 0]] + }, + { + "op": "elemwise_add", + "name": "_plus1", + "inputs": [[42, 0, 0], [26, 0, 0]] + }, + { + "op": "null", + "name": "part_stage2_unit1_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage2_unit1_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage2_unit1_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage2_unit1_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "part_stage2_unit1_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[43, 0, 0], [44, 0, 0], [45, 0, 0], [46, 0, 1], [47, 0, 1]] + }, + { + "op": "Activation", + "name": "part_stage2_unit1_relu1", + "attrs": {"act_type": "relu"}, + "inputs": [[48, 0, 0]] + }, + { + "op": "null", + "name": "part_stage2_unit1_conv1_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage2_unit1_conv1", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [[49, 0, 0], [50, 0, 0]] + }, + { + "op": "null", + "name": "part_stage2_unit1_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage2_unit1_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage2_unit1_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage2_unit1_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "part_stage2_unit1_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[51, 0, 0], [52, 0, 0], [53, 0, 0], [54, 0, 1], [55, 0, 1]] + }, + { + "op": "Activation", + "name": "part_stage2_unit1_relu2", + "attrs": {"act_type": "relu"}, + "inputs": [[56, 0, 0]] + }, + { + "op": "null", + "name": "part_stage2_unit1_conv2_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage2_unit1_conv2", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[57, 0, 0], [58, 0, 0]] + }, + { + "op": "null", + "name": "part_stage2_unit1_sc_weight", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "64", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage2_unit1_sc", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "64", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [[49, 0, 0], [60, 0, 0]] + }, + { + "op": "elemwise_add", + "name": "_plus2", + "inputs": [[59, 0, 0], [61, 0, 0]] + }, + { + "op": "null", + "name": "part_stage2_unit2_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage2_unit2_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage2_unit2_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage2_unit2_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "part_stage2_unit2_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[62, 0, 0], [63, 0, 0], [64, 0, 0], [65, 0, 1], [66, 0, 1]] + }, + { + "op": "Activation", + "name": "part_stage2_unit2_relu1", + "attrs": {"act_type": "relu"}, + "inputs": [[67, 0, 0]] + }, + { + "op": "null", + "name": "part_stage2_unit2_conv1_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage2_unit2_conv1", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[68, 0, 0], [69, 0, 0]] + }, + { + "op": "null", + "name": "part_stage2_unit2_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage2_unit2_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage2_unit2_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage2_unit2_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "part_stage2_unit2_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[70, 0, 0], [71, 0, 0], [72, 0, 0], [73, 0, 1], [74, 0, 1]] + }, + { + "op": "Activation", + "name": "part_stage2_unit2_relu2", + "attrs": {"act_type": "relu"}, + "inputs": [[75, 0, 0]] + }, + { + "op": "null", + "name": "part_stage2_unit2_conv2_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage2_unit2_conv2", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[76, 0, 0], [77, 0, 0]] + }, + { + "op": "elemwise_add", + "name": "_plus3", + "inputs": [[78, 0, 0], [62, 0, 0]] + }, + { + "op": "null", + "name": "part_stage3_unit1_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage3_unit1_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage3_unit1_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage3_unit1_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "part_stage3_unit1_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[79, 0, 0], [80, 0, 0], [81, 0, 0], [82, 0, 1], [83, 0, 1]] + }, + { + "op": "Activation", + "name": "part_stage3_unit1_relu1", + "attrs": {"act_type": "relu"}, + "inputs": [[84, 0, 0]] + }, + { + "op": "null", + "name": "part_stage3_unit1_conv1_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 0)", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage3_unit1_conv1", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 0)", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [[85, 0, 0], [86, 0, 0]] + }, + { + "op": "null", + "name": "part_stage3_unit1_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage3_unit1_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage3_unit1_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage3_unit1_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "part_stage3_unit1_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[87, 0, 0], [88, 0, 0], [89, 0, 0], [90, 0, 1], [91, 0, 1]] + }, + { + "op": "Activation", + "name": "part_stage3_unit1_relu2", + "attrs": {"act_type": "relu"}, + "inputs": [[92, 0, 0]] + }, + { + "op": "null", + "name": "part_stage3_unit1_conv2_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage3_unit1_conv2", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[93, 0, 0], [94, 0, 0]] + }, + { + "op": "null", + "name": "part_stage3_unit1_sc_weight", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "128", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage3_unit1_sc", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "128", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [[85, 0, 0], [96, 0, 0]] + }, + { + "op": "elemwise_add", + "name": "_plus4", + "inputs": [[95, 0, 0], [97, 0, 0]] + }, + { + "op": "null", + "name": "part_stage3_unit2_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage3_unit2_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage3_unit2_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage3_unit2_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "part_stage3_unit2_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[98, 0, 0], [99, 0, 0], [100, 0, 0], [101, 0, 1], [102, 0, 1]] + }, + { + "op": "Activation", + "name": "part_stage3_unit2_relu1", + "attrs": {"act_type": "relu"}, + "inputs": [[103, 0, 0]] + }, + { + "op": "null", + "name": "part_stage3_unit2_conv1_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage3_unit2_conv1", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[104, 0, 0], [105, 0, 0]] + }, + { + "op": "null", + "name": "part_stage3_unit2_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage3_unit2_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage3_unit2_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_stage3_unit2_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "part_stage3_unit2_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[106, 0, 0], [107, 0, 0], [108, 0, 0], [109, 0, 1], [110, 0, 1]] + }, + { + "op": "Activation", + "name": "part_stage3_unit2_relu2", + "attrs": {"act_type": "relu"}, + "inputs": [[111, 0, 0]] + }, + { + "op": "null", + "name": "part_stage3_unit2_conv2_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "part_stage3_unit2_conv2", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "128", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[112, 0, 0], [113, 0, 0]] + }, + { + "op": "elemwise_add", + "name": "_plus5", + "inputs": [[114, 0, 0], [98, 0, 0]] + }, + { + "op": "null", + "name": "part_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "part_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "part_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[115, 0, 0], [116, 0, 0], [117, 0, 0], [118, 0, 1], [119, 0, 1]] + }, + { + "op": "Activation", + "name": "part_relu1", + "attrs": {"act_type": "relu"}, + "inputs": [[120, 0, 0]] + }, + { + "op": "Pooling", + "name": "part_pool1", + "attrs": { + "global_pool": "True", + "kernel": "(1, 1)", + "pool_type": "avg" + }, + "inputs": [[121, 0, 0]] + }, + { + "op": "Flatten", + "name": "part_flatten", + "inputs": [[122, 0, 0]] + }, + { + "op": "null", + "name": "sv", + "inputs": [] + }, + { + "op": "null", + "name": "sv_bn_data_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_bn_data_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_bn_data_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_bn_data_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "sv_bn_data", + "attrs": { + "eps": "2e-05", + "fix_gamma": "True", + "momentum": "0.1" + }, + "inputs": [[124, 0, 0], [125, 0, 0], [126, 0, 0], [127, 0, 1], [128, 0, 1]] + }, + { + "op": "null", + "name": "sv_conv0_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "32", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "sv_conv0", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "32", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[129, 0, 0], [130, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage1_unit1_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage1_unit1_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage1_unit1_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage1_unit1_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "sv_stage1_unit1_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[131, 0, 0], [132, 0, 0], [133, 0, 0], [134, 0, 1], [135, 0, 1]] + }, + { + "op": "Activation", + "name": "sv_stage1_unit1_relu1", + "attrs": {"act_type": "relu"}, + "inputs": [[136, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage1_unit1_conv1_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "32", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "sv_stage1_unit1_conv1", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "32", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[137, 0, 0], [138, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage1_unit1_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage1_unit1_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage1_unit1_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage1_unit1_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "sv_stage1_unit1_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[139, 0, 0], [140, 0, 0], [141, 0, 0], [142, 0, 1], [143, 0, 1]] + }, + { + "op": "Activation", + "name": "sv_stage1_unit1_relu2", + "attrs": {"act_type": "relu"}, + "inputs": [[144, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage1_unit1_conv2_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "32", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "sv_stage1_unit1_conv2", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "32", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[145, 0, 0], [146, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage1_unit1_sc_weight", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "32", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "sv_stage1_unit1_sc", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "32", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[137, 0, 0], [148, 0, 0]] + }, + { + "op": "elemwise_add", + "name": "_plus6", + "inputs": [[147, 0, 0], [149, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage1_unit2_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage1_unit2_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage1_unit2_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage1_unit2_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "sv_stage1_unit2_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[150, 0, 0], [151, 0, 0], [152, 0, 0], [153, 0, 1], [154, 0, 1]] + }, + { + "op": "Activation", + "name": "sv_stage1_unit2_relu1", + "attrs": {"act_type": "relu"}, + "inputs": [[155, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage1_unit2_conv1_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "32", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "sv_stage1_unit2_conv1", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "32", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[156, 0, 0], [157, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage1_unit2_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage1_unit2_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage1_unit2_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage1_unit2_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "sv_stage1_unit2_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[158, 0, 0], [159, 0, 0], [160, 0, 0], [161, 0, 1], [162, 0, 1]] + }, + { + "op": "Activation", + "name": "sv_stage1_unit2_relu2", + "attrs": {"act_type": "relu"}, + "inputs": [[163, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage1_unit2_conv2_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "32", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "sv_stage1_unit2_conv2", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "32", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[164, 0, 0], [165, 0, 0]] + }, + { + "op": "elemwise_add", + "name": "_plus7", + "inputs": [[166, 0, 0], [150, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage2_unit1_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage2_unit1_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage2_unit1_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage2_unit1_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "sv_stage2_unit1_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[167, 0, 0], [168, 0, 0], [169, 0, 0], [170, 0, 1], [171, 0, 1]] + }, + { + "op": "Activation", + "name": "sv_stage2_unit1_relu1", + "attrs": {"act_type": "relu"}, + "inputs": [[172, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage2_unit1_conv1_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "sv_stage2_unit1_conv1", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [[173, 0, 0], [174, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage2_unit1_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage2_unit1_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage2_unit1_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage2_unit1_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "sv_stage2_unit1_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[175, 0, 0], [176, 0, 0], [177, 0, 0], [178, 0, 1], [179, 0, 1]] + }, + { + "op": "Activation", + "name": "sv_stage2_unit1_relu2", + "attrs": {"act_type": "relu"}, + "inputs": [[180, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage2_unit1_conv2_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "sv_stage2_unit1_conv2", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[181, 0, 0], [182, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage2_unit1_sc_weight", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "64", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "sv_stage2_unit1_sc", + "attrs": { + "kernel": "(1, 1)", + "no_bias": "True", + "num_filter": "64", + "stride": "(2, 2)", + "workspace": "256" + }, + "inputs": [[173, 0, 0], [184, 0, 0]] + }, + { + "op": "elemwise_add", + "name": "_plus8", + "inputs": [[183, 0, 0], [185, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage2_unit2_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage2_unit2_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage2_unit2_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage2_unit2_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "sv_stage2_unit2_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[186, 0, 0], [187, 0, 0], [188, 0, 0], [189, 0, 1], [190, 0, 1]] + }, + { + "op": "Activation", + "name": "sv_stage2_unit2_relu1", + "attrs": {"act_type": "relu"}, + "inputs": [[191, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage2_unit2_conv1_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "sv_stage2_unit2_conv1", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[192, 0, 0], [193, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage2_unit2_bn2_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage2_unit2_bn2_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage2_unit2_bn2_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_stage2_unit2_bn2_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "sv_stage2_unit2_bn2", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[194, 0, 0], [195, 0, 0], [196, 0, 0], [197, 0, 1], [198, 0, 1]] + }, + { + "op": "Activation", + "name": "sv_stage2_unit2_relu2", + "attrs": {"act_type": "relu"}, + "inputs": [[199, 0, 0]] + }, + { + "op": "null", + "name": "sv_stage2_unit2_conv2_weight", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [] + }, + { + "op": "Convolution", + "name": "sv_stage2_unit2_conv2", + "attrs": { + "kernel": "(3, 1)", + "no_bias": "True", + "num_filter": "64", + "pad": "(1, 0)", + "stride": "(1, 1)", + "workspace": "256" + }, + "inputs": [[200, 0, 0], [201, 0, 0]] + }, + { + "op": "elemwise_add", + "name": "_plus9", + "inputs": [[202, 0, 0], [186, 0, 0]] + }, + { + "op": "null", + "name": "sv_bn1_gamma", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_bn1_beta", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_bn1_moving_mean", + "attrs": { + "__init__": "[\"zero\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "null", + "name": "sv_bn1_moving_var", + "attrs": { + "__init__": "[\"one\", {}]", + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [] + }, + { + "op": "BatchNorm", + "name": "sv_bn1", + "attrs": { + "eps": "2e-05", + "fix_gamma": "False", + "momentum": "0.1" + }, + "inputs": [[203, 0, 0], [204, 0, 0], [205, 0, 0], [206, 0, 1], [207, 0, 1]] + }, + { + "op": "Activation", + "name": "sv_relu1", + "attrs": {"act_type": "relu"}, + "inputs": [[208, 0, 0]] + }, + { + "op": "Pooling", + "name": "sv_pool1", + "attrs": { + "global_pool": "True", + "kernel": "(1, 1)", + "pool_type": "avg" + }, + "inputs": [[209, 0, 0]] + }, + { + "op": "Flatten", + "name": "sv_flatten", + "inputs": [[210, 0, 0]] + }, + { + "op": "Concat", + "name": "concat", + "attrs": {"num_args": "2"}, + "inputs": [[123, 0, 0], [211, 0, 0]] + }, + { + "op": "null", + "name": "fc1_fc_weight", + "attrs": {"num_hidden": "512"}, + "inputs": [] + }, + { + "op": "null", + "name": "fc1_fc_bias", + "attrs": {"num_hidden": "512"}, + "inputs": [] + }, + { + "op": "FullyConnected", + "name": "fc1_fc", + "attrs": {"num_hidden": "512"}, + "inputs": [[212, 0, 0], [213, 0, 0], [214, 0, 0]] + }, + { + "op": "Activation", + "name": "fc1_relu", + "attrs": {"act_type": "relu"}, + "inputs": [[215, 0, 0]] + }, + { + "op": "Dropout", + "name": "fc1_dropout", + "attrs": {"p": "0.2"}, + "inputs": [[216, 0, 0]] + }, + { + "op": "null", + "name": "fc_out_weight", + "attrs": {"num_hidden": "17"}, + "inputs": [] + }, + { + "op": "null", + "name": "fc_out_bias", + "attrs": {"num_hidden": "17"}, + "inputs": [] + }, + { + "op": "FullyConnected", + "name": "fc_out", + "attrs": {"num_hidden": "17"}, + "inputs": [[217, 0, 0], [218, 0, 0], [219, 0, 0]] + }, + { + "op": "null", + "name": "softmax_label", + "inputs": [] + }, + { + "op": "SoftmaxOutput", + "name": "softmax", + "inputs": [[220, 0, 0], [221, 0, 0]] + } + ], + "arg_nodes": [ + 0, + 1, + 2, + 3, + 4, + 6, + 8, + 9, + 10, + 11, + 14, + 16, + 17, + 18, + 19, + 22, + 24, + 27, + 28, + 29, + 30, + 33, + 35, + 36, + 37, + 38, + 41, + 44, + 45, + 46, + 47, + 50, + 52, + 53, + 54, + 55, + 58, + 60, + 63, + 64, + 65, + 66, + 69, + 71, + 72, + 73, + 74, + 77, + 80, + 81, + 82, + 83, + 86, + 88, + 89, + 90, + 91, + 94, + 96, + 99, + 100, + 101, + 102, + 105, + 107, + 108, + 109, + 110, + 113, + 116, + 117, + 118, + 119, + 124, + 125, + 126, + 127, + 128, + 130, + 132, + 133, + 134, + 135, + 138, + 140, + 141, + 142, + 143, + 146, + 148, + 151, + 152, + 153, + 154, + 157, + 159, + 160, + 161, + 162, + 165, + 168, + 169, + 170, + 171, + 174, + 176, + 177, + 178, + 179, + 182, + 184, + 187, + 188, + 189, + 190, + 193, + 195, + 196, + 197, + 198, + 201, + 204, + 205, + 206, + 207, + 213, + 214, + 218, + 219, + 221 + ], + "node_row_ptr": [ + 0, + 1, + 2, + 3, + 4, + 5, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 138, + 139, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 149, + 150, + 151, + 152, + 153, + 154, + 155, + 156, + 157, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 169, + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 179, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 192, + 193, + 194, + 195, + 196, + 197, + 198, + 199, + 202, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 213, + 214, + 215, + 216, + 217, + 218, + 219, + 220, + 223, + 224, + 225, + 226, + 227, + 228, + 229, + 230, + 231, + 232, + 233, + 236, + 237, + 238, + 239, + 240, + 241, + 242, + 243, + 246, + 247, + 248, + 249, + 250, + 251, + 252, + 253, + 254, + 257, + 258, + 259, + 260, + 261, + 262, + 263, + 264, + 265, + 267, + 268, + 269, + 270, + 271, + 272 + ], + "heads": [[222, 0, 0]], + "attrs": {"mxnet_version": ["int", 10000]} +}