my_mod_fullycon-symbol.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. {
  2. "nodes": [
  3. {
  4. "op": "null",
  5. "name": "/first_input2",
  6. "attrs": {
  7. "__dtype__": "0",
  8. "__shape__": "(0, 8)"
  9. },
  10. "inputs": []
  11. },
  12. {
  13. "op": "null",
  14. "name": "first/kernel2",
  15. "attrs": {
  16. "__dtype__": "0",
  17. "__shape__": "(8, 256)"
  18. },
  19. "inputs": []
  20. },
  21. {
  22. "op": "dot",
  23. "name": "dot13",
  24. "inputs": [[0, 0, 0], [1, 0, 0]]
  25. },
  26. {
  27. "op": "null",
  28. "name": "first/bias2",
  29. "attrs": {
  30. "__dtype__": "0",
  31. "__shape__": "(256,)"
  32. },
  33. "inputs": []
  34. },
  35. {
  36. "op": "broadcast_add",
  37. "name": "broadcast_add47",
  38. "inputs": [[2, 0, 0], [3, 0, 0]]
  39. },
  40. {
  41. "op": "LeakyReLU",
  42. "name": "leakyrelu25",
  43. "attrs": {
  44. "act_type": "leaky",
  45. "slope": "0.0"
  46. },
  47. "inputs": [[4, 0, 0]]
  48. },
  49. {
  50. "op": "null",
  51. "name": "H0/kernel2",
  52. "attrs": {
  53. "__dtype__": "0",
  54. "__shape__": "(256, 256)"
  55. },
  56. "inputs": []
  57. },
  58. {
  59. "op": "dot",
  60. "name": "dot15",
  61. "inputs": [[5, 0, 0], [6, 0, 0]]
  62. },
  63. {
  64. "op": "null",
  65. "name": "H0/bias2",
  66. "attrs": {
  67. "__dtype__": "0",
  68. "__shape__": "(256,)"
  69. },
  70. "inputs": []
  71. },
  72. {
  73. "op": "broadcast_add",
  74. "name": "broadcast_add49",
  75. "inputs": [[7, 0, 0], [8, 0, 0]]
  76. },
  77. {
  78. "op": "LeakyReLU",
  79. "name": "leakyrelu27",
  80. "attrs": {
  81. "act_type": "leaky",
  82. "slope": "0.0"
  83. },
  84. "inputs": [[9, 0, 0]]
  85. },
  86. {
  87. "op": "null",
  88. "name": "H1/kernel2",
  89. "attrs": {
  90. "__dtype__": "0",
  91. "__shape__": "(256, 256)"
  92. },
  93. "inputs": []
  94. },
  95. {
  96. "op": "dot",
  97. "name": "dot17",
  98. "inputs": [[10, 0, 0], [11, 0, 0]]
  99. },
  100. {
  101. "op": "null",
  102. "name": "H1/bias2",
  103. "attrs": {
  104. "__dtype__": "0",
  105. "__shape__": "(256,)"
  106. },
  107. "inputs": []
  108. },
  109. {
  110. "op": "broadcast_add",
  111. "name": "broadcast_add51",
  112. "inputs": [[12, 0, 0], [13, 0, 0]]
  113. },
  114. {
  115. "op": "LeakyReLU",
  116. "name": "leakyrelu29",
  117. "attrs": {
  118. "act_type": "leaky",
  119. "slope": "0.0"
  120. },
  121. "inputs": [[14, 0, 0]]
  122. },
  123. {
  124. "op": "null",
  125. "name": "last/kernel2",
  126. "attrs": {
  127. "__dtype__": "0",
  128. "__shape__": "(256, 256)"
  129. },
  130. "inputs": []
  131. },
  132. {
  133. "op": "dot",
  134. "name": "dot19",
  135. "inputs": [[15, 0, 0], [16, 0, 0]]
  136. },
  137. {
  138. "op": "null",
  139. "name": "last/bias2",
  140. "attrs": {
  141. "__dtype__": "0",
  142. "__shape__": "(256,)"
  143. },
  144. "inputs": []
  145. },
  146. {
  147. "op": "broadcast_add",
  148. "name": "broadcast_add53",
  149. "inputs": [[17, 0, 0], [18, 0, 0]]
  150. }
  151. ],
  152. "arg_nodes": [0, 1, 3, 6, 8, 11, 13, 16, 18],
  153. "node_row_ptr": [
  154. 0,
  155. 1,
  156. 2,
  157. 3,
  158. 4,
  159. 5,
  160. 6,
  161. 7,
  162. 8,
  163. 9,
  164. 10,
  165. 11,
  166. 12,
  167. 13,
  168. 14,
  169. 15,
  170. 16,
  171. 17,
  172. 18,
  173. 19,
  174. 20
  175. ],
  176. "heads": [[19, 0, 0]],
  177. "attrs": {"mxnet_version": ["int", 10300]}
  178. }