my_mod_conv1d-symbol.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. {
  2. "nodes": [
  3. {
  4. "op": "null",
  5. "name": "/first_input4",
  6. "attrs": {
  7. "__dtype__": "0",
  8. "__shape__": "(0, 8)"
  9. },
  10. "inputs": []
  11. },
  12. {
  13. "op": "null",
  14. "name": "first/kernel4",
  15. "attrs": {
  16. "__dtype__": "0",
  17. "__shape__": "(8, 256)"
  18. },
  19. "inputs": []
  20. },
  21. {
  22. "op": "dot",
  23. "name": "dot23",
  24. "inputs": [[0, 0, 0], [1, 0, 0]]
  25. },
  26. {
  27. "op": "null",
  28. "name": "first/bias4",
  29. "attrs": {
  30. "__dtype__": "0",
  31. "__shape__": "(256,)"
  32. },
  33. "inputs": []
  34. },
  35. {
  36. "op": "broadcast_add",
  37. "name": "broadcast_add67",
  38. "inputs": [[2, 0, 0], [3, 0, 0]]
  39. },
  40. {
  41. "op": "LeakyReLU",
  42. "name": "leakyrelu43",
  43. "attrs": {
  44. "act_type": "leaky",
  45. "slope": "0.0"
  46. },
  47. "inputs": [[4, 0, 0]]
  48. },
  49. {
  50. "op": "Reshape",
  51. "name": "reshape47",
  52. "attrs": {"shape": "(0, 4, 64)"},
  53. "inputs": [[5, 0, 0]]
  54. },
  55. {
  56. "op": "repeat",
  57. "name": "repeat3",
  58. "attrs": {
  59. "axis": "1",
  60. "repeats": "2"
  61. },
  62. "inputs": [[6, 0, 0]]
  63. },
  64. {
  65. "op": "expand_dims",
  66. "name": "expand_dims61",
  67. "attrs": {"axis": "2"},
  68. "inputs": [[7, 0, 0]]
  69. },
  70. {
  71. "op": "transpose",
  72. "name": "transpose93",
  73. "attrs": {"axes": "[0, 3, 1, 2]"},
  74. "inputs": [[8, 0, 0]]
  75. },
  76. {
  77. "op": "null",
  78. "name": "Conv1/kernel2",
  79. "attrs": {
  80. "__dtype__": "0",
  81. "__shape__": "(5, 64, 64)"
  82. },
  83. "inputs": []
  84. },
  85. {
  86. "op": "expand_dims",
  87. "name": "expand_dims63",
  88. "attrs": {"axis": "1"},
  89. "inputs": [[10, 0, 0]]
  90. },
  91. {
  92. "op": "transpose",
  93. "name": "transpose94",
  94. "attrs": {"axes": "(3, 2, 0, 1)"},
  95. "inputs": [[11, 0, 0]]
  96. },
  97. {
  98. "op": "Convolution",
  99. "name": "Conv1/conv1d4",
  100. "attrs": {
  101. "dilate": "(1, 1)",
  102. "kernel": "(5, 1)",
  103. "no_bias": "True",
  104. "num_filter": "64",
  105. "pad": "(2, 0)",
  106. "stride": "(1, 1)"
  107. },
  108. "inputs": [[9, 0, 0], [12, 0, 0]]
  109. },
  110. {
  111. "op": "transpose",
  112. "name": "transpose95",
  113. "attrs": {"axes": "[0, 2, 3, 1]"},
  114. "inputs": [[13, 0, 0]]
  115. },
  116. {
  117. "op": "Reshape",
  118. "name": "reshape49",
  119. "attrs": {"shape": "(0, 8, 64)"},
  120. "inputs": [[14, 0, 0]]
  121. },
  122. {
  123. "op": "null",
  124. "name": "Conv1/bias2",
  125. "attrs": {
  126. "__dtype__": "0",
  127. "__shape__": "(64,)"
  128. },
  129. "inputs": []
  130. },
  131. {
  132. "op": "broadcast_add",
  133. "name": "broadcast_add69",
  134. "inputs": [[15, 0, 0], [16, 0, 0]]
  135. },
  136. {
  137. "op": "LeakyReLU",
  138. "name": "leakyrelu45",
  139. "attrs": {
  140. "act_type": "leaky",
  141. "slope": "0.0"
  142. },
  143. "inputs": [[17, 0, 0]]
  144. },
  145. {
  146. "op": "expand_dims",
  147. "name": "expand_dims65",
  148. "attrs": {"axis": "2"},
  149. "inputs": [[18, 0, 0]]
  150. },
  151. {
  152. "op": "transpose",
  153. "name": "transpose99",
  154. "attrs": {"axes": "[0, 3, 1, 2]"},
  155. "inputs": [[19, 0, 0]]
  156. },
  157. {
  158. "op": "null",
  159. "name": "Conv2/kernel2",
  160. "attrs": {
  161. "__dtype__": "0",
  162. "__shape__": "(5, 64, 32)"
  163. },
  164. "inputs": []
  165. },
  166. {
  167. "op": "expand_dims",
  168. "name": "expand_dims67",
  169. "attrs": {"axis": "1"},
  170. "inputs": [[21, 0, 0]]
  171. },
  172. {
  173. "op": "transpose",
  174. "name": "transpose100",
  175. "attrs": {"axes": "(3, 2, 0, 1)"},
  176. "inputs": [[22, 0, 0]]
  177. },
  178. {
  179. "op": "Convolution",
  180. "name": "Conv2/conv1d4",
  181. "attrs": {
  182. "dilate": "(1, 1)",
  183. "kernel": "(5, 1)",
  184. "no_bias": "True",
  185. "num_filter": "32",
  186. "pad": "(2, 0)",
  187. "stride": "(1, 1)"
  188. },
  189. "inputs": [[20, 0, 0], [23, 0, 0]]
  190. },
  191. {
  192. "op": "transpose",
  193. "name": "transpose101",
  194. "attrs": {"axes": "[0, 2, 3, 1]"},
  195. "inputs": [[24, 0, 0]]
  196. },
  197. {
  198. "op": "Reshape",
  199. "name": "reshape51",
  200. "attrs": {"shape": "(0, 8, 32)"},
  201. "inputs": [[25, 0, 0]]
  202. },
  203. {
  204. "op": "null",
  205. "name": "Conv2/bias2",
  206. "attrs": {
  207. "__dtype__": "0",
  208. "__shape__": "(32,)"
  209. },
  210. "inputs": []
  211. },
  212. {
  213. "op": "broadcast_add",
  214. "name": "broadcast_add71",
  215. "inputs": [[26, 0, 0], [27, 0, 0]]
  216. },
  217. {
  218. "op": "LeakyReLU",
  219. "name": "leakyrelu47",
  220. "attrs": {
  221. "act_type": "leaky",
  222. "slope": "0.0"
  223. },
  224. "inputs": [[28, 0, 0]]
  225. },
  226. {
  227. "op": "expand_dims",
  228. "name": "expand_dims69",
  229. "attrs": {"axis": "2"},
  230. "inputs": [[29, 0, 0]]
  231. },
  232. {
  233. "op": "transpose",
  234. "name": "transpose105",
  235. "attrs": {"axes": "[0, 3, 1, 2]"},
  236. "inputs": [[30, 0, 0]]
  237. },
  238. {
  239. "op": "null",
  240. "name": "Conv3/kernel2",
  241. "attrs": {
  242. "__dtype__": "0",
  243. "__shape__": "(5, 32, 32)"
  244. },
  245. "inputs": []
  246. },
  247. {
  248. "op": "expand_dims",
  249. "name": "expand_dims71",
  250. "attrs": {"axis": "1"},
  251. "inputs": [[32, 0, 0]]
  252. },
  253. {
  254. "op": "transpose",
  255. "name": "transpose106",
  256. "attrs": {"axes": "(3, 2, 0, 1)"},
  257. "inputs": [[33, 0, 0]]
  258. },
  259. {
  260. "op": "Convolution",
  261. "name": "Conv3/conv1d4",
  262. "attrs": {
  263. "dilate": "(1, 1)",
  264. "kernel": "(5, 1)",
  265. "no_bias": "True",
  266. "num_filter": "32",
  267. "pad": "(2, 0)",
  268. "stride": "(1, 1)"
  269. },
  270. "inputs": [[31, 0, 0], [34, 0, 0]]
  271. },
  272. {
  273. "op": "transpose",
  274. "name": "transpose107",
  275. "attrs": {"axes": "[0, 2, 3, 1]"},
  276. "inputs": [[35, 0, 0]]
  277. },
  278. {
  279. "op": "Reshape",
  280. "name": "reshape53",
  281. "attrs": {"shape": "(0, 8, 32)"},
  282. "inputs": [[36, 0, 0]]
  283. },
  284. {
  285. "op": "null",
  286. "name": "Conv3/bias2",
  287. "attrs": {
  288. "__dtype__": "0",
  289. "__shape__": "(32,)"
  290. },
  291. "inputs": []
  292. },
  293. {
  294. "op": "broadcast_add",
  295. "name": "broadcast_add73",
  296. "inputs": [[37, 0, 0], [38, 0, 0]]
  297. },
  298. {
  299. "op": "LeakyReLU",
  300. "name": "leakyrelu49",
  301. "attrs": {
  302. "act_type": "leaky",
  303. "slope": "0.0"
  304. },
  305. "inputs": [[39, 0, 0]]
  306. },
  307. {
  308. "op": "expand_dims",
  309. "name": "expand_dims73",
  310. "attrs": {"axis": "2"},
  311. "inputs": [[40, 0, 0]]
  312. },
  313. {
  314. "op": "transpose",
  315. "name": "transpose111",
  316. "attrs": {"axes": "[0, 3, 1, 2]"},
  317. "inputs": [[41, 0, 0]]
  318. },
  319. {
  320. "op": "null",
  321. "name": "Conv4/kernel2",
  322. "attrs": {
  323. "__dtype__": "0",
  324. "__shape__": "(5, 32, 32)"
  325. },
  326. "inputs": []
  327. },
  328. {
  329. "op": "expand_dims",
  330. "name": "expand_dims75",
  331. "attrs": {"axis": "1"},
  332. "inputs": [[43, 0, 0]]
  333. },
  334. {
  335. "op": "transpose",
  336. "name": "transpose112",
  337. "attrs": {"axes": "(3, 2, 0, 1)"},
  338. "inputs": [[44, 0, 0]]
  339. },
  340. {
  341. "op": "Convolution",
  342. "name": "Conv4/conv1d4",
  343. "attrs": {
  344. "dilate": "(1, 1)",
  345. "kernel": "(5, 1)",
  346. "no_bias": "True",
  347. "num_filter": "32",
  348. "pad": "(2, 0)",
  349. "stride": "(1, 1)"
  350. },
  351. "inputs": [[42, 0, 0], [45, 0, 0]]
  352. },
  353. {
  354. "op": "transpose",
  355. "name": "transpose113",
  356. "attrs": {"axes": "[0, 2, 3, 1]"},
  357. "inputs": [[46, 0, 0]]
  358. },
  359. {
  360. "op": "Reshape",
  361. "name": "reshape55",
  362. "attrs": {"shape": "(0, 8, 32)"},
  363. "inputs": [[47, 0, 0]]
  364. },
  365. {
  366. "op": "null",
  367. "name": "Conv4/bias2",
  368. "attrs": {
  369. "__dtype__": "0",
  370. "__shape__": "(32,)"
  371. },
  372. "inputs": []
  373. },
  374. {
  375. "op": "broadcast_add",
  376. "name": "broadcast_add75",
  377. "inputs": [[48, 0, 0], [49, 0, 0]]
  378. },
  379. {
  380. "op": "LeakyReLU",
  381. "name": "leakyrelu51",
  382. "attrs": {
  383. "act_type": "leaky",
  384. "slope": "0.0"
  385. },
  386. "inputs": [[50, 0, 0]]
  387. },
  388. {
  389. "op": "expand_dims",
  390. "name": "expand_dims77",
  391. "attrs": {"axis": "2"},
  392. "inputs": [[51, 0, 0]]
  393. },
  394. {
  395. "op": "transpose",
  396. "name": "transpose117",
  397. "attrs": {"axes": "[0, 3, 1, 2]"},
  398. "inputs": [[52, 0, 0]]
  399. },
  400. {
  401. "op": "null",
  402. "name": "Conv5/kernel2",
  403. "attrs": {
  404. "__dtype__": "0",
  405. "__shape__": "(5, 32, 32)"
  406. },
  407. "inputs": []
  408. },
  409. {
  410. "op": "expand_dims",
  411. "name": "expand_dims79",
  412. "attrs": {"axis": "1"},
  413. "inputs": [[54, 0, 0]]
  414. },
  415. {
  416. "op": "transpose",
  417. "name": "transpose118",
  418. "attrs": {"axes": "(3, 2, 0, 1)"},
  419. "inputs": [[55, 0, 0]]
  420. },
  421. {
  422. "op": "Convolution",
  423. "name": "Conv5/conv1d4",
  424. "attrs": {
  425. "dilate": "(1, 1)",
  426. "kernel": "(5, 1)",
  427. "no_bias": "True",
  428. "num_filter": "32",
  429. "pad": "(2, 0)",
  430. "stride": "(1, 1)"
  431. },
  432. "inputs": [[53, 0, 0], [56, 0, 0]]
  433. },
  434. {
  435. "op": "transpose",
  436. "name": "transpose119",
  437. "attrs": {"axes": "[0, 2, 3, 1]"},
  438. "inputs": [[57, 0, 0]]
  439. },
  440. {
  441. "op": "Reshape",
  442. "name": "reshape57",
  443. "attrs": {"shape": "(0, 8, 32)"},
  444. "inputs": [[58, 0, 0]]
  445. },
  446. {
  447. "op": "null",
  448. "name": "Conv5/bias2",
  449. "attrs": {
  450. "__dtype__": "0",
  451. "__shape__": "(32,)"
  452. },
  453. "inputs": []
  454. },
  455. {
  456. "op": "broadcast_add",
  457. "name": "broadcast_add77",
  458. "inputs": [[59, 0, 0], [60, 0, 0]]
  459. },
  460. {
  461. "op": "LeakyReLU",
  462. "name": "leakyrelu53",
  463. "attrs": {
  464. "act_type": "leaky",
  465. "slope": "0.0"
  466. },
  467. "inputs": [[61, 0, 0]]
  468. },
  469. {
  470. "op": "Flatten",
  471. "name": "flatten7",
  472. "inputs": [[62, 0, 0]]
  473. }
  474. ],
  475. "arg_nodes": [
  476. 0,
  477. 1,
  478. 3,
  479. 10,
  480. 16,
  481. 21,
  482. 27,
  483. 32,
  484. 38,
  485. 43,
  486. 49,
  487. 54,
  488. 60
  489. ],
  490. "node_row_ptr": [
  491. 0,
  492. 1,
  493. 2,
  494. 3,
  495. 4,
  496. 5,
  497. 6,
  498. 7,
  499. 8,
  500. 9,
  501. 10,
  502. 11,
  503. 12,
  504. 13,
  505. 14,
  506. 15,
  507. 16,
  508. 17,
  509. 18,
  510. 19,
  511. 20,
  512. 21,
  513. 22,
  514. 23,
  515. 24,
  516. 25,
  517. 26,
  518. 27,
  519. 28,
  520. 29,
  521. 30,
  522. 31,
  523. 32,
  524. 33,
  525. 34,
  526. 35,
  527. 36,
  528. 37,
  529. 38,
  530. 39,
  531. 40,
  532. 41,
  533. 42,
  534. 43,
  535. 44,
  536. 45,
  537. 46,
  538. 47,
  539. 48,
  540. 49,
  541. 50,
  542. 51,
  543. 52,
  544. 53,
  545. 54,
  546. 55,
  547. 56,
  548. 57,
  549. 58,
  550. 59,
  551. 60,
  552. 61,
  553. 62,
  554. 63,
  555. 64
  556. ],
  557. "heads": [[63, 0, 0]],
  558. "attrs": {"mxnet_version": ["int", 10300]}
  559. }