123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559 |
- {
- "nodes": [
- {
- "op": "null",
- "name": "/first_input4",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(0, 8)"
- },
- "inputs": []
- },
- {
- "op": "null",
- "name": "first/kernel4",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(8, 256)"
- },
- "inputs": []
- },
- {
- "op": "dot",
- "name": "dot23",
- "inputs": [[0, 0, 0], [1, 0, 0]]
- },
- {
- "op": "null",
- "name": "first/bias4",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(256,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add67",
- "inputs": [[2, 0, 0], [3, 0, 0]]
- },
- {
- "op": "LeakyReLU",
- "name": "leakyrelu43",
- "attrs": {
- "act_type": "leaky",
- "slope": "0.0"
- },
- "inputs": [[4, 0, 0]]
- },
- {
- "op": "Reshape",
- "name": "reshape47",
- "attrs": {"shape": "(0, 4, 64)"},
- "inputs": [[5, 0, 0]]
- },
- {
- "op": "repeat",
- "name": "repeat3",
- "attrs": {
- "axis": "1",
- "repeats": "2"
- },
- "inputs": [[6, 0, 0]]
- },
- {
- "op": "expand_dims",
- "name": "expand_dims61",
- "attrs": {"axis": "2"},
- "inputs": [[7, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose93",
- "attrs": {"axes": "[0, 3, 1, 2]"},
- "inputs": [[8, 0, 0]]
- },
- {
- "op": "null",
- "name": "Conv1/kernel2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(5, 64, 64)"
- },
- "inputs": []
- },
- {
- "op": "expand_dims",
- "name": "expand_dims63",
- "attrs": {"axis": "1"},
- "inputs": [[10, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose94",
- "attrs": {"axes": "(3, 2, 0, 1)"},
- "inputs": [[11, 0, 0]]
- },
- {
- "op": "Convolution",
- "name": "Conv1/conv1d4",
- "attrs": {
- "dilate": "(1, 1)",
- "kernel": "(5, 1)",
- "no_bias": "True",
- "num_filter": "64",
- "pad": "(2, 0)",
- "stride": "(1, 1)"
- },
- "inputs": [[9, 0, 0], [12, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose95",
- "attrs": {"axes": "[0, 2, 3, 1]"},
- "inputs": [[13, 0, 0]]
- },
- {
- "op": "Reshape",
- "name": "reshape49",
- "attrs": {"shape": "(0, 8, 64)"},
- "inputs": [[14, 0, 0]]
- },
- {
- "op": "null",
- "name": "Conv1/bias2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(64,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add69",
- "inputs": [[15, 0, 0], [16, 0, 0]]
- },
- {
- "op": "LeakyReLU",
- "name": "leakyrelu45",
- "attrs": {
- "act_type": "leaky",
- "slope": "0.0"
- },
- "inputs": [[17, 0, 0]]
- },
- {
- "op": "expand_dims",
- "name": "expand_dims65",
- "attrs": {"axis": "2"},
- "inputs": [[18, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose99",
- "attrs": {"axes": "[0, 3, 1, 2]"},
- "inputs": [[19, 0, 0]]
- },
- {
- "op": "null",
- "name": "Conv2/kernel2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(5, 64, 32)"
- },
- "inputs": []
- },
- {
- "op": "expand_dims",
- "name": "expand_dims67",
- "attrs": {"axis": "1"},
- "inputs": [[21, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose100",
- "attrs": {"axes": "(3, 2, 0, 1)"},
- "inputs": [[22, 0, 0]]
- },
- {
- "op": "Convolution",
- "name": "Conv2/conv1d4",
- "attrs": {
- "dilate": "(1, 1)",
- "kernel": "(5, 1)",
- "no_bias": "True",
- "num_filter": "32",
- "pad": "(2, 0)",
- "stride": "(1, 1)"
- },
- "inputs": [[20, 0, 0], [23, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose101",
- "attrs": {"axes": "[0, 2, 3, 1]"},
- "inputs": [[24, 0, 0]]
- },
- {
- "op": "Reshape",
- "name": "reshape51",
- "attrs": {"shape": "(0, 8, 32)"},
- "inputs": [[25, 0, 0]]
- },
- {
- "op": "null",
- "name": "Conv2/bias2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(32,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add71",
- "inputs": [[26, 0, 0], [27, 0, 0]]
- },
- {
- "op": "LeakyReLU",
- "name": "leakyrelu47",
- "attrs": {
- "act_type": "leaky",
- "slope": "0.0"
- },
- "inputs": [[28, 0, 0]]
- },
- {
- "op": "expand_dims",
- "name": "expand_dims69",
- "attrs": {"axis": "2"},
- "inputs": [[29, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose105",
- "attrs": {"axes": "[0, 3, 1, 2]"},
- "inputs": [[30, 0, 0]]
- },
- {
- "op": "null",
- "name": "Conv3/kernel2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(5, 32, 32)"
- },
- "inputs": []
- },
- {
- "op": "expand_dims",
- "name": "expand_dims71",
- "attrs": {"axis": "1"},
- "inputs": [[32, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose106",
- "attrs": {"axes": "(3, 2, 0, 1)"},
- "inputs": [[33, 0, 0]]
- },
- {
- "op": "Convolution",
- "name": "Conv3/conv1d4",
- "attrs": {
- "dilate": "(1, 1)",
- "kernel": "(5, 1)",
- "no_bias": "True",
- "num_filter": "32",
- "pad": "(2, 0)",
- "stride": "(1, 1)"
- },
- "inputs": [[31, 0, 0], [34, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose107",
- "attrs": {"axes": "[0, 2, 3, 1]"},
- "inputs": [[35, 0, 0]]
- },
- {
- "op": "Reshape",
- "name": "reshape53",
- "attrs": {"shape": "(0, 8, 32)"},
- "inputs": [[36, 0, 0]]
- },
- {
- "op": "null",
- "name": "Conv3/bias2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(32,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add73",
- "inputs": [[37, 0, 0], [38, 0, 0]]
- },
- {
- "op": "LeakyReLU",
- "name": "leakyrelu49",
- "attrs": {
- "act_type": "leaky",
- "slope": "0.0"
- },
- "inputs": [[39, 0, 0]]
- },
- {
- "op": "expand_dims",
- "name": "expand_dims73",
- "attrs": {"axis": "2"},
- "inputs": [[40, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose111",
- "attrs": {"axes": "[0, 3, 1, 2]"},
- "inputs": [[41, 0, 0]]
- },
- {
- "op": "null",
- "name": "Conv4/kernel2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(5, 32, 32)"
- },
- "inputs": []
- },
- {
- "op": "expand_dims",
- "name": "expand_dims75",
- "attrs": {"axis": "1"},
- "inputs": [[43, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose112",
- "attrs": {"axes": "(3, 2, 0, 1)"},
- "inputs": [[44, 0, 0]]
- },
- {
- "op": "Convolution",
- "name": "Conv4/conv1d4",
- "attrs": {
- "dilate": "(1, 1)",
- "kernel": "(5, 1)",
- "no_bias": "True",
- "num_filter": "32",
- "pad": "(2, 0)",
- "stride": "(1, 1)"
- },
- "inputs": [[42, 0, 0], [45, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose113",
- "attrs": {"axes": "[0, 2, 3, 1]"},
- "inputs": [[46, 0, 0]]
- },
- {
- "op": "Reshape",
- "name": "reshape55",
- "attrs": {"shape": "(0, 8, 32)"},
- "inputs": [[47, 0, 0]]
- },
- {
- "op": "null",
- "name": "Conv4/bias2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(32,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add75",
- "inputs": [[48, 0, 0], [49, 0, 0]]
- },
- {
- "op": "LeakyReLU",
- "name": "leakyrelu51",
- "attrs": {
- "act_type": "leaky",
- "slope": "0.0"
- },
- "inputs": [[50, 0, 0]]
- },
- {
- "op": "expand_dims",
- "name": "expand_dims77",
- "attrs": {"axis": "2"},
- "inputs": [[51, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose117",
- "attrs": {"axes": "[0, 3, 1, 2]"},
- "inputs": [[52, 0, 0]]
- },
- {
- "op": "null",
- "name": "Conv5/kernel2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(5, 32, 32)"
- },
- "inputs": []
- },
- {
- "op": "expand_dims",
- "name": "expand_dims79",
- "attrs": {"axis": "1"},
- "inputs": [[54, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose118",
- "attrs": {"axes": "(3, 2, 0, 1)"},
- "inputs": [[55, 0, 0]]
- },
- {
- "op": "Convolution",
- "name": "Conv5/conv1d4",
- "attrs": {
- "dilate": "(1, 1)",
- "kernel": "(5, 1)",
- "no_bias": "True",
- "num_filter": "32",
- "pad": "(2, 0)",
- "stride": "(1, 1)"
- },
- "inputs": [[53, 0, 0], [56, 0, 0]]
- },
- {
- "op": "transpose",
- "name": "transpose119",
- "attrs": {"axes": "[0, 2, 3, 1]"},
- "inputs": [[57, 0, 0]]
- },
- {
- "op": "Reshape",
- "name": "reshape57",
- "attrs": {"shape": "(0, 8, 32)"},
- "inputs": [[58, 0, 0]]
- },
- {
- "op": "null",
- "name": "Conv5/bias2",
- "attrs": {
- "__dtype__": "0",
- "__shape__": "(32,)"
- },
- "inputs": []
- },
- {
- "op": "broadcast_add",
- "name": "broadcast_add77",
- "inputs": [[59, 0, 0], [60, 0, 0]]
- },
- {
- "op": "LeakyReLU",
- "name": "leakyrelu53",
- "attrs": {
- "act_type": "leaky",
- "slope": "0.0"
- },
- "inputs": [[61, 0, 0]]
- },
- {
- "op": "Flatten",
- "name": "flatten7",
- "inputs": [[62, 0, 0]]
- }
- ],
- "arg_nodes": [
- 0,
- 1,
- 3,
- 10,
- 16,
- 21,
- 27,
- 32,
- 38,
- 43,
- 49,
- 54,
- 60
- ],
- "node_row_ptr": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6,
- 7,
- 8,
- 9,
- 10,
- 11,
- 12,
- 13,
- 14,
- 15,
- 16,
- 17,
- 18,
- 19,
- 20,
- 21,
- 22,
- 23,
- 24,
- 25,
- 26,
- 27,
- 28,
- 29,
- 30,
- 31,
- 32,
- 33,
- 34,
- 35,
- 36,
- 37,
- 38,
- 39,
- 40,
- 41,
- 42,
- 43,
- 44,
- 45,
- 46,
- 47,
- 48,
- 49,
- 50,
- 51,
- 52,
- 53,
- 54,
- 55,
- 56,
- 57,
- 58,
- 59,
- 60,
- 61,
- 62,
- 63,
- 64
- ],
- "heads": [[63, 0, 0]],
- "attrs": {"mxnet_version": ["int", 10300]}
- }
|