Guest User

Untitled

a guest
Oct 1st, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.27 KB | None | 0 0
  1. {
  2. "nodes": [
  3. {
  4. "op": "null",
  5. "name": "relu4_3_scale",
  6. "attrs": {
  7. "__init__": "[\"constant\", {\"value\": 20}]",
  8. "__shape__": "(1, 512, 1, 1)",
  9. "__wd_mult__": "0.1"
  10. },
  11. "inputs": []
  12. },
  13. {
  14. "op": "null",
  15. "name": "data",
  16. "inputs": []
  17. },
  18. {
  19. "op": "null",
  20. "name": "conv1_1_weight",
  21. "attrs": {
  22. "kernel": "(3, 3)",
  23. "num_filter": "64",
  24. "pad": "(1, 1)"
  25. },
  26. "inputs": []
  27. },
  28. {
  29. "op": "null",
  30. "name": "conv1_1_bias",
  31. "attrs": {
  32. "kernel": "(3, 3)",
  33. "num_filter": "64",
  34. "pad": "(1, 1)"
  35. },
  36. "inputs": []
  37. },
  38. {
  39. "op": "Convolution",
  40. "name": "conv1_1",
  41. "attrs": {
  42. "kernel": "(3, 3)",
  43. "num_filter": "64",
  44. "pad": "(1, 1)"
  45. },
  46. "inputs": [[1, 0, 0], [2, 0, 0], [3, 0, 0]]
  47. },
  48. {
  49. "op": "Activation",
  50. "name": "relu1_1",
  51. "attrs": {"act_type": "relu"},
  52. "inputs": [[4, 0, 0]]
  53. },
  54. {
  55. "op": "null",
  56. "name": "conv1_2_weight",
  57. "attrs": {
  58. "kernel": "(3, 3)",
  59. "num_filter": "64",
  60. "pad": "(1, 1)"
  61. },
  62. "inputs": []
  63. },
  64. {
  65. "op": "null",
  66. "name": "conv1_2_bias",
  67. "attrs": {
  68. "kernel": "(3, 3)",
  69. "num_filter": "64",
  70. "pad": "(1, 1)"
  71. },
  72. "inputs": []
  73. },
  74. {
  75. "op": "Convolution",
  76. "name": "conv1_2",
  77. "attrs": {
  78. "kernel": "(3, 3)",
  79. "num_filter": "64",
  80. "pad": "(1, 1)"
  81. },
  82. "inputs": [[5, 0, 0], [6, 0, 0], [7, 0, 0]]
  83. },
  84. {
  85. "op": "Activation",
  86. "name": "relu1_2",
  87. "attrs": {"act_type": "relu"},
  88. "inputs": [[8, 0, 0]]
  89. },
  90. {
  91. "op": "Pooling",
  92. "name": "pool1",
  93. "attrs": {
  94. "kernel": "(2, 2)",
  95. "pool_type": "max",
  96. "stride": "(2, 2)"
  97. },
  98. "inputs": [[9, 0, 0]]
  99. },
  100. {
  101. "op": "null",
  102. "name": "conv2_1_weight",
  103. "attrs": {
  104. "kernel": "(3, 3)",
  105. "num_filter": "128",
  106. "pad": "(1, 1)"
  107. },
  108. "inputs": []
  109. },
  110. {
  111. "op": "null",
  112. "name": "conv2_1_bias",
  113. "attrs": {
  114. "kernel": "(3, 3)",
  115. "num_filter": "128",
  116. "pad": "(1, 1)"
  117. },
  118. "inputs": []
  119. },
  120. {
  121. "op": "Convolution",
  122. "name": "conv2_1",
  123. "attrs": {
  124. "kernel": "(3, 3)",
  125. "num_filter": "128",
  126. "pad": "(1, 1)"
  127. },
  128. "inputs": [[10, 0, 0], [11, 0, 0], [12, 0, 0]]
  129. },
  130. {
  131. "op": "Activation",
  132. "name": "relu2_1",
  133. "attrs": {"act_type": "relu"},
  134. "inputs": [[13, 0, 0]]
  135. },
  136. {
  137. "op": "null",
  138. "name": "conv2_2_weight",
  139. "attrs": {
  140. "kernel": "(3, 3)",
  141. "num_filter": "128",
  142. "pad": "(1, 1)"
  143. },
  144. "inputs": []
  145. },
  146. {
  147. "op": "null",
  148. "name": "conv2_2_bias",
  149. "attrs": {
  150. "kernel": "(3, 3)",
  151. "num_filter": "128",
  152. "pad": "(1, 1)"
  153. },
  154. "inputs": []
  155. },
  156. {
  157. "op": "Convolution",
  158. "name": "conv2_2",
  159. "attrs": {
  160. "kernel": "(3, 3)",
  161. "num_filter": "128",
  162. "pad": "(1, 1)"
  163. },
  164. "inputs": [[14, 0, 0], [15, 0, 0], [16, 0, 0]]
  165. },
  166. {
  167. "op": "Activation",
  168. "name": "relu2_2",
  169. "attrs": {"act_type": "relu"},
  170. "inputs": [[17, 0, 0]]
  171. },
  172. {
  173. "op": "Pooling",
  174. "name": "pool2",
  175. "attrs": {
  176. "kernel": "(2, 2)",
  177. "pool_type": "max",
  178. "stride": "(2, 2)"
  179. },
  180. "inputs": [[18, 0, 0]]
  181. },
  182. {
  183. "op": "null",
  184. "name": "conv3_1_weight",
  185. "attrs": {
  186. "kernel": "(3, 3)",
  187. "num_filter": "256",
  188. "pad": "(1, 1)"
  189. },
  190. "inputs": []
  191. },
  192. {
  193. "op": "null",
  194. "name": "conv3_1_bias",
  195. "attrs": {
  196. "kernel": "(3, 3)",
  197. "num_filter": "256",
  198. "pad": "(1, 1)"
  199. },
  200. "inputs": []
  201. },
  202. {
  203. "op": "Convolution",
  204. "name": "conv3_1",
  205. "attrs": {
  206. "kernel": "(3, 3)",
  207. "num_filter": "256",
  208. "pad": "(1, 1)"
  209. },
  210. "inputs": [[19, 0, 0], [20, 0, 0], [21, 0, 0]]
  211. },
  212. {
  213. "op": "Activation",
  214. "name": "relu3_1",
  215. "attrs": {"act_type": "relu"},
  216. "inputs": [[22, 0, 0]]
  217. },
  218. {
  219. "op": "null",
  220. "name": "conv3_2_weight",
  221. "attrs": {
  222. "kernel": "(3, 3)",
  223. "num_filter": "256",
  224. "pad": "(1, 1)"
  225. },
  226. "inputs": []
  227. },
  228. {
  229. "op": "null",
  230. "name": "conv3_2_bias",
  231. "attrs": {
  232. "kernel": "(3, 3)",
  233. "num_filter": "256",
  234. "pad": "(1, 1)"
  235. },
  236. "inputs": []
  237. },
  238. {
  239. "op": "Convolution",
  240. "name": "conv3_2",
  241. "attrs": {
  242. "kernel": "(3, 3)",
  243. "num_filter": "256",
  244. "pad": "(1, 1)"
  245. },
  246. "inputs": [[23, 0, 0], [24, 0, 0], [25, 0, 0]]
  247. },
  248. {
  249. "op": "Activation",
  250. "name": "relu3_2",
  251. "attrs": {"act_type": "relu"},
  252. "inputs": [[26, 0, 0]]
  253. },
  254. {
  255. "op": "null",
  256. "name": "conv3_3_weight",
  257. "attrs": {
  258. "kernel": "(3, 3)",
  259. "num_filter": "256",
  260. "pad": "(1, 1)"
  261. },
  262. "inputs": []
  263. },
  264. {
  265. "op": "null",
  266. "name": "conv3_3_bias",
  267. "attrs": {
  268. "kernel": "(3, 3)",
  269. "num_filter": "256",
  270. "pad": "(1, 1)"
  271. },
  272. "inputs": []
  273. },
  274. {
  275. "op": "Convolution",
  276. "name": "conv3_3",
  277. "attrs": {
  278. "kernel": "(3, 3)",
  279. "num_filter": "256",
  280. "pad": "(1, 1)"
  281. },
  282. "inputs": [[27, 0, 0], [28, 0, 0], [29, 0, 0]]
  283. },
  284. {
  285. "op": "Activation",
  286. "name": "relu3_3",
  287. "attrs": {"act_type": "relu"},
  288. "inputs": [[30, 0, 0]]
  289. },
  290. {
  291. "op": "Pooling",
  292. "name": "pool3",
  293. "attrs": {
  294. "kernel": "(2, 2)",
  295. "pool_type": "max",
  296. "pooling_convention": "full",
  297. "stride": "(2, 2)"
  298. },
  299. "inputs": [[31, 0, 0]]
  300. },
  301. {
  302. "op": "null",
  303. "name": "conv4_1_weight",
  304. "attrs": {
  305. "kernel": "(3, 3)",
  306. "num_filter": "512",
  307. "pad": "(1, 1)"
  308. },
  309. "inputs": []
  310. },
  311. {
  312. "op": "null",
  313. "name": "conv4_1_bias",
  314. "attrs": {
  315. "kernel": "(3, 3)",
  316. "num_filter": "512",
  317. "pad": "(1, 1)"
  318. },
  319. "inputs": []
  320. },
  321. {
  322. "op": "Convolution",
  323. "name": "conv4_1",
  324. "attrs": {
  325. "kernel": "(3, 3)",
  326. "num_filter": "512",
  327. "pad": "(1, 1)"
  328. },
  329. "inputs": [[32, 0, 0], [33, 0, 0], [34, 0, 0]]
  330. },
  331. {
  332. "op": "Activation",
  333. "name": "relu4_1",
  334. "attrs": {"act_type": "relu"},
  335. "inputs": [[35, 0, 0]]
  336. },
  337. {
  338. "op": "null",
  339. "name": "conv4_2_weight",
  340. "attrs": {
  341. "kernel": "(3, 3)",
  342. "num_filter": "512",
  343. "pad": "(1, 1)"
  344. },
  345. "inputs": []
  346. },
  347. {
  348. "op": "null",
  349. "name": "conv4_2_bias",
  350. "attrs": {
  351. "kernel": "(3, 3)",
  352. "num_filter": "512",
  353. "pad": "(1, 1)"
  354. },
  355. "inputs": []
  356. },
  357. {
  358. "op": "Convolution",
  359. "name": "conv4_2",
  360. "attrs": {
  361. "kernel": "(3, 3)",
  362. "num_filter": "512",
  363. "pad": "(1, 1)"
  364. },
  365. "inputs": [[36, 0, 0], [37, 0, 0], [38, 0, 0]]
  366. },
  367. {
  368. "op": "Activation",
  369. "name": "relu4_2",
  370. "attrs": {"act_type": "relu"},
  371. "inputs": [[39, 0, 0]]
  372. },
  373. {
  374. "op": "null",
  375. "name": "conv4_3_weight",
  376. "attrs": {
  377. "kernel": "(3, 3)",
  378. "num_filter": "512",
  379. "pad": "(1, 1)"
  380. },
  381. "inputs": []
  382. },
  383. {
  384. "op": "null",
  385. "name": "conv4_3_bias",
  386. "attrs": {
  387. "kernel": "(3, 3)",
  388. "num_filter": "512",
  389. "pad": "(1, 1)"
  390. },
  391. "inputs": []
  392. },
  393. {
  394. "op": "Convolution",
  395. "name": "conv4_3",
  396. "attrs": {
  397. "kernel": "(3, 3)",
  398. "num_filter": "512",
  399. "pad": "(1, 1)"
  400. },
  401. "inputs": [[40, 0, 0], [41, 0, 0], [42, 0, 0]]
  402. },
  403. {
  404. "op": "Activation",
  405. "name": "relu4_3",
  406. "attrs": {"act_type": "relu"},
  407. "inputs": [[43, 0, 0]]
  408. },
  409. {
  410. "op": "L2Normalization",
  411. "name": "relu4_3_norm",
  412. "attrs": {"mode": "channel"},
  413. "inputs": [[44, 0, 0]]
  414. },
  415. {
  416. "op": "broadcast_mul",
  417. "name": "broadcast_mul0",
  418. "inputs": [[0, 0, 0], [45, 0, 0]]
  419. },
  420. {
  421. "op": "null",
  422. "name": "relu4_3_cls_pred_conv_weight",
  423. "attrs": {
  424. "kernel": "(3, 3)",
  425. "num_filter": "8",
  426. "pad": "(1, 1)",
  427. "stride": "(1, 1)"
  428. },
  429. "inputs": []
  430. },
  431. {
  432. "op": "null",
  433. "name": "relu4_3_cls_pred_conv_bias",
  434. "attrs": {
  435. "__init__": "[\"constant\", {\"value\": 0.0}]",
  436. "__lr_mult__": "2.0"
  437. },
  438. "inputs": []
  439. },
  440. {
  441. "op": "Convolution",
  442. "name": "relu4_3_cls_pred_conv",
  443. "attrs": {
  444. "kernel": "(3, 3)",
  445. "num_filter": "8",
  446. "pad": "(1, 1)",
  447. "stride": "(1, 1)"
  448. },
  449. "inputs": [[46, 0, 0], [47, 0, 0], [48, 0, 0]]
  450. },
  451. {
  452. "op": "transpose",
  453. "name": "transpose1",
  454. "attrs": {"axes": "(0, 2, 3, 1)"},
  455. "inputs": [[49, 0, 0]]
  456. },
  457. {
  458. "op": "Flatten",
  459. "name": "flatten2",
  460. "inputs": [[50, 0, 0]]
  461. },
  462. {
  463. "op": "Pooling",
  464. "name": "pool4",
  465. "attrs": {
  466. "kernel": "(2, 2)",
  467. "pool_type": "max",
  468. "stride": "(2, 2)"
  469. },
  470. "inputs": [[44, 0, 0]]
  471. },
  472. {
  473. "op": "null",
  474. "name": "conv5_1_weight",
  475. "attrs": {
  476. "kernel": "(3, 3)",
  477. "num_filter": "512",
  478. "pad": "(1, 1)"
  479. },
  480. "inputs": []
  481. },
  482. {
  483. "op": "null",
  484. "name": "conv5_1_bias",
  485. "attrs": {
  486. "kernel": "(3, 3)",
  487. "num_filter": "512",
  488. "pad": "(1, 1)"
  489. },
  490. "inputs": []
  491. },
  492. {
  493. "op": "Convolution",
  494. "name": "conv5_1",
  495. "attrs": {
  496. "kernel": "(3, 3)",
  497. "num_filter": "512",
  498. "pad": "(1, 1)"
  499. },
  500. "inputs": [[52, 0, 0], [53, 0, 0], [54, 0, 0]]
  501. },
  502. {
  503. "op": "Activation",
  504. "name": "relu5_1",
  505. "attrs": {"act_type": "relu"},
  506. "inputs": [[55, 0, 0]]
  507. },
  508. {
  509. "op": "null",
  510. "name": "conv5_2_weight",
  511. "attrs": {
  512. "kernel": "(3, 3)",
  513. "num_filter": "512",
  514. "pad": "(1, 1)"
  515. },
  516. "inputs": []
  517. },
  518. {
  519. "op": "null",
  520. "name": "conv5_2_bias",
  521. "attrs": {
  522. "kernel": "(3, 3)",
  523. "num_filter": "512",
  524. "pad": "(1, 1)"
  525. },
  526. "inputs": []
  527. },
  528. {
  529. "op": "Convolution",
  530. "name": "conv5_2",
  531. "attrs": {
  532. "kernel": "(3, 3)",
  533. "num_filter": "512",
  534. "pad": "(1, 1)"
  535. },
  536. "inputs": [[56, 0, 0], [57, 0, 0], [58, 0, 0]]
  537. },
  538. {
  539. "op": "Activation",
  540. "name": "relu5_2",
  541. "attrs": {"act_type": "relu"},
  542. "inputs": [[59, 0, 0]]
  543. },
  544. {
  545. "op": "null",
  546. "name": "conv5_3_weight",
  547. "attrs": {
  548. "kernel": "(3, 3)",
  549. "num_filter": "512",
  550. "pad": "(1, 1)"
  551. },
  552. "inputs": []
  553. },
  554. {
  555. "op": "null",
  556. "name": "conv5_3_bias",
  557. "attrs": {
  558. "kernel": "(3, 3)",
  559. "num_filter": "512",
  560. "pad": "(1, 1)"
  561. },
  562. "inputs": []
  563. },
  564. {
  565. "op": "Convolution",
  566. "name": "conv5_3",
  567. "attrs": {
  568. "kernel": "(3, 3)",
  569. "num_filter": "512",
  570. "pad": "(1, 1)"
  571. },
  572. "inputs": [[60, 0, 0], [61, 0, 0], [62, 0, 0]]
  573. },
  574. {
  575. "op": "Activation",
  576. "name": "relu5_3",
  577. "attrs": {"act_type": "relu"},
  578. "inputs": [[63, 0, 0]]
  579. },
  580. {
  581. "op": "Pooling",
  582. "name": "pool5",
  583. "attrs": {
  584. "kernel": "(3, 3)",
  585. "pad": "(1, 1)",
  586. "pool_type": "max",
  587. "stride": "(1, 1)"
  588. },
  589. "inputs": [[64, 0, 0]]
  590. },
  591. {
  592. "op": "null",
  593. "name": "fc6_weight",
  594. "attrs": {
  595. "dilate": "(6, 6)",
  596. "kernel": "(3, 3)",
  597. "num_filter": "1024",
  598. "pad": "(6, 6)"
  599. },
  600. "inputs": []
  601. },
  602. {
  603. "op": "null",
  604. "name": "fc6_bias",
  605. "attrs": {
  606. "dilate": "(6, 6)",
  607. "kernel": "(3, 3)",
  608. "num_filter": "1024",
  609. "pad": "(6, 6)"
  610. },
  611. "inputs": []
  612. },
  613. {
  614. "op": "Convolution",
  615. "name": "fc6",
  616. "attrs": {
  617. "dilate": "(6, 6)",
  618. "kernel": "(3, 3)",
  619. "num_filter": "1024",
  620. "pad": "(6, 6)"
  621. },
  622. "inputs": [[65, 0, 0], [66, 0, 0], [67, 0, 0]]
  623. },
  624. {
  625. "op": "Activation",
  626. "name": "relu6",
  627. "attrs": {"act_type": "relu"},
  628. "inputs": [[68, 0, 0]]
  629. },
  630. {
  631. "op": "null",
  632. "name": "fc7_weight",
  633. "attrs": {
  634. "kernel": "(1, 1)",
  635. "num_filter": "1024",
  636. "pad": "(0, 0)"
  637. },
  638. "inputs": []
  639. },
  640. {
  641. "op": "null",
  642. "name": "fc7_bias",
  643. "attrs": {
  644. "kernel": "(1, 1)",
  645. "num_filter": "1024",
  646. "pad": "(0, 0)"
  647. },
  648. "inputs": []
  649. },
  650. {
  651. "op": "Convolution",
  652. "name": "fc7",
  653. "attrs": {
  654. "kernel": "(1, 1)",
  655. "num_filter": "1024",
  656. "pad": "(0, 0)"
  657. },
  658. "inputs": [[69, 0, 0], [70, 0, 0], [71, 0, 0]]
  659. },
  660. {
  661. "op": "Activation",
  662. "name": "relu7",
  663. "attrs": {"act_type": "relu"},
  664. "inputs": [[72, 0, 0]]
  665. },
  666. {
  667. "op": "null",
  668. "name": "relu7_cls_pred_conv_weight",
  669. "attrs": {
  670. "kernel": "(3, 3)",
  671. "num_filter": "12",
  672. "pad": "(1, 1)",
  673. "stride": "(1, 1)"
  674. },
  675. "inputs": []
  676. },
  677. {
  678. "op": "null",
  679. "name": "relu7_cls_pred_conv_bias",
  680. "attrs": {
  681. "__init__": "[\"constant\", {\"value\": 0.0}]",
  682. "__lr_mult__": "2.0"
  683. },
  684. "inputs": []
  685. },
  686. {
  687. "op": "Convolution",
  688. "name": "relu7_cls_pred_conv",
  689. "attrs": {
  690. "kernel": "(3, 3)",
  691. "num_filter": "12",
  692. "pad": "(1, 1)",
  693. "stride": "(1, 1)"
  694. },
  695. "inputs": [[73, 0, 0], [74, 0, 0], [75, 0, 0]]
  696. },
  697. {
  698. "op": "transpose",
  699. "name": "transpose3",
  700. "attrs": {"axes": "(0, 2, 3, 1)"},
  701. "inputs": [[76, 0, 0]]
  702. },
  703. {
  704. "op": "Flatten",
  705. "name": "flatten5",
  706. "inputs": [[77, 0, 0]]
  707. },
  708. {
  709. "op": "null",
  710. "name": "multi_feat_2_conv_1x1_conv_weight",
  711. "attrs": {
  712. "kernel": "(1, 1)",
  713. "num_filter": "256",
  714. "pad": "(0, 0)",
  715. "stride": "(1, 1)"
  716. },
  717. "inputs": []
  718. },
  719. {
  720. "op": "null",
  721. "name": "multi_feat_2_conv_1x1_conv_bias",
  722. "attrs": {
  723. "__init__": "[\"constant\", {\"value\": 0.0}]",
  724. "__lr_mult__": "2.0"
  725. },
  726. "inputs": []
  727. },
  728. {
  729. "op": "Convolution",
  730. "name": "multi_feat_2_conv_1x1_conv",
  731. "attrs": {
  732. "kernel": "(1, 1)",
  733. "num_filter": "256",
  734. "pad": "(0, 0)",
  735. "stride": "(1, 1)"
  736. },
  737. "inputs": [[73, 0, 0], [79, 0, 0], [80, 0, 0]]
  738. },
  739. {
  740. "op": "Activation",
  741. "name": "multi_feat_2_conv_1x1_relu",
  742. "attrs": {"act_type": "relu"},
  743. "inputs": [[81, 0, 0]]
  744. },
  745. {
  746. "op": "null",
  747. "name": "multi_feat_2_conv_3x3_conv_weight",
  748. "attrs": {
  749. "kernel": "(3, 3)",
  750. "num_filter": "512",
  751. "pad": "(1, 1)",
  752. "stride": "(2, 2)"
  753. },
  754. "inputs": []
  755. },
  756. {
  757. "op": "null",
  758. "name": "multi_feat_2_conv_3x3_conv_bias",
  759. "attrs": {
  760. "__init__": "[\"constant\", {\"value\": 0.0}]",
  761. "__lr_mult__": "2.0"
  762. },
  763. "inputs": []
  764. },
  765. {
  766. "op": "Convolution",
  767. "name": "multi_feat_2_conv_3x3_conv",
  768. "attrs": {
  769. "kernel": "(3, 3)",
  770. "num_filter": "512",
  771. "pad": "(1, 1)",
  772. "stride": "(2, 2)"
  773. },
  774. "inputs": [[82, 0, 0], [83, 0, 0], [84, 0, 0]]
  775. },
  776. {
  777. "op": "Activation",
  778. "name": "multi_feat_2_conv_3x3_relu",
  779. "attrs": {"act_type": "relu"},
  780. "inputs": [[85, 0, 0]]
  781. },
  782. {
  783. "op": "null",
  784. "name": "multi_feat_2_conv_3x3_relu_cls_pred_conv_weight",
  785. "attrs": {
  786. "kernel": "(3, 3)",
  787. "num_filter": "12",
  788. "pad": "(1, 1)",
  789. "stride": "(1, 1)"
  790. },
  791. "inputs": []
  792. },
  793. {
  794. "op": "null",
  795. "name": "multi_feat_2_conv_3x3_relu_cls_pred_conv_bias",
  796. "attrs": {
  797. "__init__": "[\"constant\", {\"value\": 0.0}]",
  798. "__lr_mult__": "2.0"
  799. },
  800. "inputs": []
  801. },
  802. {
  803. "op": "Convolution",
  804. "name": "multi_feat_2_conv_3x3_relu_cls_pred_conv",
  805. "attrs": {
  806. "kernel": "(3, 3)",
  807. "num_filter": "12",
  808. "pad": "(1, 1)",
  809. "stride": "(1, 1)"
  810. },
  811. "inputs": [[86, 0, 0], [87, 0, 0], [88, 0, 0]]
  812. },
  813. {
  814. "op": "transpose",
  815. "name": "transpose5",
  816. "attrs": {"axes": "(0, 2, 3, 1)"},
  817. "inputs": [[89, 0, 0]]
  818. },
  819. {
  820. "op": "Flatten",
  821. "name": "flatten8",
  822. "inputs": [[90, 0, 0]]
  823. },
  824. {
  825. "op": "null",
  826. "name": "multi_feat_3_conv_1x1_conv_weight",
  827. "attrs": {
  828. "kernel": "(1, 1)",
  829. "num_filter": "128",
  830. "pad": "(0, 0)",
  831. "stride": "(1, 1)"
  832. },
  833. "inputs": []
  834. },
  835. {
  836. "op": "null",
  837. "name": "multi_feat_3_conv_1x1_conv_bias",
  838. "attrs": {
  839. "__init__": "[\"constant\", {\"value\": 0.0}]",
  840. "__lr_mult__": "2.0"
  841. },
  842. "inputs": []
  843. },
  844. {
  845. "op": "Convolution",
  846. "name": "multi_feat_3_conv_1x1_conv",
  847. "attrs": {
  848. "kernel": "(1, 1)",
  849. "num_filter": "128",
  850. "pad": "(0, 0)",
  851. "stride": "(1, 1)"
  852. },
  853. "inputs": [[86, 0, 0], [92, 0, 0], [93, 0, 0]]
  854. },
  855. {
  856. "op": "Activation",
  857. "name": "multi_feat_3_conv_1x1_relu",
  858. "attrs": {"act_type": "relu"},
  859. "inputs": [[94, 0, 0]]
  860. },
  861. {
  862. "op": "null",
  863. "name": "multi_feat_3_conv_3x3_conv_weight",
  864. "attrs": {
  865. "kernel": "(3, 3)",
  866. "num_filter": "256",
  867. "pad": "(1, 1)",
  868. "stride": "(2, 2)"
  869. },
  870. "inputs": []
  871. },
  872. {
  873. "op": "null",
  874. "name": "multi_feat_3_conv_3x3_conv_bias",
  875. "attrs": {
  876. "__init__": "[\"constant\", {\"value\": 0.0}]",
  877. "__lr_mult__": "2.0"
  878. },
  879. "inputs": []
  880. },
  881. {
  882. "op": "Convolution",
  883. "name": "multi_feat_3_conv_3x3_conv",
  884. "attrs": {
  885. "kernel": "(3, 3)",
  886. "num_filter": "256",
  887. "pad": "(1, 1)",
  888. "stride": "(2, 2)"
  889. },
  890. "inputs": [[95, 0, 0], [96, 0, 0], [97, 0, 0]]
  891. },
  892. {
  893. "op": "Activation",
  894. "name": "multi_feat_3_conv_3x3_relu",
  895. "attrs": {"act_type": "relu"},
  896. "inputs": [[98, 0, 0]]
  897. },
  898. {
  899. "op": "null",
  900. "name": "multi_feat_3_conv_3x3_relu_cls_pred_conv_weight",
  901. "attrs": {
  902. "kernel": "(3, 3)",
  903. "num_filter": "12",
  904. "pad": "(1, 1)",
  905. "stride": "(1, 1)"
  906. },
  907. "inputs": []
  908. },
  909. {
  910. "op": "null",
  911. "name": "multi_feat_3_conv_3x3_relu_cls_pred_conv_bias",
  912. "attrs": {
  913. "__init__": "[\"constant\", {\"value\": 0.0}]",
  914. "__lr_mult__": "2.0"
  915. },
  916. "inputs": []
  917. },
  918. {
  919. "op": "Convolution",
  920. "name": "multi_feat_3_conv_3x3_relu_cls_pred_conv",
  921. "attrs": {
  922. "kernel": "(3, 3)",
  923. "num_filter": "12",
  924. "pad": "(1, 1)",
  925. "stride": "(1, 1)"
  926. },
  927. "inputs": [[99, 0, 0], [100, 0, 0], [101, 0, 0]]
  928. },
  929. {
  930. "op": "transpose",
  931. "name": "transpose7",
  932. "attrs": {"axes": "(0, 2, 3, 1)"},
  933. "inputs": [[102, 0, 0]]
  934. },
  935. {
  936. "op": "Flatten",
  937. "name": "flatten11",
  938. "inputs": [[103, 0, 0]]
  939. },
  940. {
  941. "op": "null",
  942. "name": "multi_feat_4_conv_1x1_conv_weight",
  943. "attrs": {
  944. "kernel": "(1, 1)",
  945. "num_filter": "128",
  946. "pad": "(0, 0)",
  947. "stride": "(1, 1)"
  948. },
  949. "inputs": []
  950. },
  951. {
  952. "op": "null",
  953. "name": "multi_feat_4_conv_1x1_conv_bias",
  954. "attrs": {
  955. "__init__": "[\"constant\", {\"value\": 0.0}]",
  956. "__lr_mult__": "2.0"
  957. },
  958. "inputs": []
  959. },
  960. {
  961. "op": "Convolution",
  962. "name": "multi_feat_4_conv_1x1_conv",
  963. "attrs": {
  964. "kernel": "(1, 1)",
  965. "num_filter": "128",
  966. "pad": "(0, 0)",
  967. "stride": "(1, 1)"
  968. },
  969. "inputs": [[99, 0, 0], [105, 0, 0], [106, 0, 0]]
  970. },
  971. {
  972. "op": "Activation",
  973. "name": "multi_feat_4_conv_1x1_relu",
  974. "attrs": {"act_type": "relu"},
  975. "inputs": [[107, 0, 0]]
  976. },
  977. {
  978. "op": "null",
  979. "name": "multi_feat_4_conv_3x3_conv_weight",
  980. "attrs": {
  981. "kernel": "(3, 3)",
  982. "num_filter": "256",
  983. "pad": "(0, 0)",
  984. "stride": "(1, 1)"
  985. },
  986. "inputs": []
  987. },
  988. {
  989. "op": "null",
  990. "name": "multi_feat_4_conv_3x3_conv_bias",
  991. "attrs": {
  992. "__init__": "[\"constant\", {\"value\": 0.0}]",
  993. "__lr_mult__": "2.0"
  994. },
  995. "inputs": []
  996. },
  997. {
  998. "op": "Convolution",
  999. "name": "multi_feat_4_conv_3x3_conv",
  1000. "attrs": {
  1001. "kernel": "(3, 3)",
  1002. "num_filter": "256",
  1003. "pad": "(0, 0)",
  1004. "stride": "(1, 1)"
  1005. },
  1006. "inputs": [[108, 0, 0], [109, 0, 0], [110, 0, 0]]
  1007. },
  1008. {
  1009. "op": "Activation",
  1010. "name": "multi_feat_4_conv_3x3_relu",
  1011. "attrs": {"act_type": "relu"},
  1012. "inputs": [[111, 0, 0]]
  1013. },
  1014. {
  1015. "op": "null",
  1016. "name": "multi_feat_4_conv_3x3_relu_cls_pred_conv_weight",
  1017. "attrs": {
  1018. "kernel": "(3, 3)",
  1019. "num_filter": "8",
  1020. "pad": "(1, 1)",
  1021. "stride": "(1, 1)"
  1022. },
  1023. "inputs": []
  1024. },
  1025. {
  1026. "op": "null",
  1027. "name": "multi_feat_4_conv_3x3_relu_cls_pred_conv_bias",
  1028. "attrs": {
  1029. "__init__": "[\"constant\", {\"value\": 0.0}]",
  1030. "__lr_mult__": "2.0"
  1031. },
  1032. "inputs": []
  1033. },
  1034. {
  1035. "op": "Convolution",
  1036. "name": "multi_feat_4_conv_3x3_relu_cls_pred_conv",
  1037. "attrs": {
  1038. "kernel": "(3, 3)",
  1039. "num_filter": "8",
  1040. "pad": "(1, 1)",
  1041. "stride": "(1, 1)"
  1042. },
  1043. "inputs": [[112, 0, 0], [113, 0, 0], [114, 0, 0]]
  1044. },
  1045. {
  1046. "op": "transpose",
  1047. "name": "transpose9",
  1048. "attrs": {"axes": "(0, 2, 3, 1)"},
  1049. "inputs": [[115, 0, 0]]
  1050. },
  1051. {
  1052. "op": "Flatten",
  1053. "name": "flatten14",
  1054. "inputs": [[116, 0, 0]]
  1055. },
  1056. {
  1057. "op": "null",
  1058. "name": "multi_feat_5_conv_1x1_conv_weight",
  1059. "attrs": {
  1060. "kernel": "(1, 1)",
  1061. "num_filter": "128",
  1062. "pad": "(0, 0)",
  1063. "stride": "(1, 1)"
  1064. },
  1065. "inputs": []
  1066. },
  1067. {
  1068. "op": "null",
  1069. "name": "multi_feat_5_conv_1x1_conv_bias",
  1070. "attrs": {
  1071. "__init__": "[\"constant\", {\"value\": 0.0}]",
  1072. "__lr_mult__": "2.0"
  1073. },
  1074. "inputs": []
  1075. },
  1076. {
  1077. "op": "Convolution",
  1078. "name": "multi_feat_5_conv_1x1_conv",
  1079. "attrs": {
  1080. "kernel": "(1, 1)",
  1081. "num_filter": "128",
  1082. "pad": "(0, 0)",
  1083. "stride": "(1, 1)"
  1084. },
  1085. "inputs": [[112, 0, 0], [118, 0, 0], [119, 0, 0]]
  1086. },
  1087. {
  1088. "op": "Activation",
  1089. "name": "multi_feat_5_conv_1x1_relu",
  1090. "attrs": {"act_type": "relu"},
  1091. "inputs": [[120, 0, 0]]
  1092. },
  1093. {
  1094. "op": "null",
  1095. "name": "multi_feat_5_conv_3x3_conv_weight",
  1096. "attrs": {
  1097. "kernel": "(3, 3)",
  1098. "num_filter": "256",
  1099. "pad": "(0, 0)",
  1100. "stride": "(1, 1)"
  1101. },
  1102. "inputs": []
  1103. },
  1104. {
  1105. "op": "null",
  1106. "name": "multi_feat_5_conv_3x3_conv_bias",
  1107. "attrs": {
  1108. "__init__": "[\"constant\", {\"value\": 0.0}]",
  1109. "__lr_mult__": "2.0"
  1110. },
  1111. "inputs": []
  1112. },
  1113. {
  1114. "op": "Convolution",
  1115. "name": "multi_feat_5_conv_3x3_conv",
  1116. "attrs": {
  1117. "kernel": "(3, 3)",
  1118. "num_filter": "256",
  1119. "pad": "(0, 0)",
  1120. "stride": "(1, 1)"
  1121. },
  1122. "inputs": [[121, 0, 0], [122, 0, 0], [123, 0, 0]]
  1123. },
  1124. {
  1125. "op": "Activation",
  1126. "name": "multi_feat_5_conv_3x3_relu",
  1127. "attrs": {"act_type": "relu"},
  1128. "inputs": [[124, 0, 0]]
  1129. },
  1130. {
  1131. "op": "null",
  1132. "name": "multi_feat_5_conv_3x3_relu_cls_pred_conv_weight",
  1133. "attrs": {
  1134. "kernel": "(3, 3)",
  1135. "num_filter": "8",
  1136. "pad": "(1, 1)",
  1137. "stride": "(1, 1)"
  1138. },
  1139. "inputs": []
  1140. },
  1141. {
  1142. "op": "null",
  1143. "name": "multi_feat_5_conv_3x3_relu_cls_pred_conv_bias",
  1144. "attrs": {
  1145. "__init__": "[\"constant\", {\"value\": 0.0}]",
  1146. "__lr_mult__": "2.0"
  1147. },
  1148. "inputs": []
  1149. },
  1150. {
  1151. "op": "Convolution",
  1152. "name": "multi_feat_5_conv_3x3_relu_cls_pred_conv",
  1153. "attrs": {
  1154. "kernel": "(3, 3)",
  1155. "num_filter": "8",
  1156. "pad": "(1, 1)",
  1157. "stride": "(1, 1)"
  1158. },
  1159. "inputs": [[125, 0, 0], [126, 0, 0], [127, 0, 0]]
  1160. },
  1161. {
  1162. "op": "transpose",
  1163. "name": "transpose11",
  1164. "attrs": {"axes": "(0, 2, 3, 1)"},
  1165. "inputs": [[128, 0, 0]]
  1166. },
  1167. {
  1168. "op": "Flatten",
  1169. "name": "flatten17",
  1170. "inputs": [[129, 0, 0]]
  1171. },
  1172. {
  1173. "op": "Concat",
  1174. "name": "concat0",
  1175. "attrs": {
  1176. "dim": "1",
  1177. "num_args": "6"
  1178. },
  1179. "inputs": [[51, 0, 0], [78, 0, 0], [91, 0, 0], [104, 0, 0], [117, 0, 0], [130, 0, 0]]
  1180. },
  1181. {
  1182. "op": "Reshape",
  1183. "name": "reshape0",
  1184. "attrs": {"shape": "(0, -1, 2)"},
  1185. "inputs": [[131, 0, 0]]
  1186. },
  1187. {
  1188. "op": "transpose",
  1189. "name": "multibox_cls_pred",
  1190. "attrs": {"axes": "(0, 2, 1)"},
  1191. "inputs": [[132, 0, 0]]
  1192. },
  1193. {
  1194. "op": "_contrib_MultiBoxPrior",
  1195. "name": "relu4_3_anchors",
  1196. "attrs": {
  1197. "clip": "False",
  1198. "ratios": "(1,2,0.5)",
  1199. "sizes": "(0.1,0.141421)",
  1200. "steps": "(0.02666666666666667, 0.02666666666666667)"
  1201. },
  1202. "inputs": [[46, 0, 0]]
  1203. },
  1204. {
  1205. "op": "Flatten",
  1206. "name": "flatten3",
  1207. "inputs": [[134, 0, 0]]
  1208. },
  1209. {
  1210. "op": "_contrib_MultiBoxPrior",
  1211. "name": "relu7_anchors",
  1212. "attrs": {
  1213. "clip": "False",
  1214. "ratios": "(1,2,0.5,3,0.333333333333)",
  1215. "sizes": "(0.2,0.272029)",
  1216. "steps": "(0.05333333333333334, 0.05333333333333334)"
  1217. },
  1218. "inputs": [[73, 0, 0]]
  1219. },
  1220. {
  1221. "op": "Flatten",
  1222. "name": "flatten6",
  1223. "inputs": [[136, 0, 0]]
  1224. },
  1225. {
  1226. "op": "_contrib_MultiBoxPrior",
  1227. "name": "multi_feat_2_conv_3x3_relu_anchors",
  1228. "attrs": {
  1229. "clip": "False",
  1230. "ratios": "(1,2,0.5,3,0.333333333333)",
  1231. "sizes": "(0.37,0.44699)",
  1232. "steps": "(0.10666666666666667, 0.10666666666666667)"
  1233. },
  1234. "inputs": [[86, 0, 0]]
  1235. },
  1236. {
  1237. "op": "Flatten",
  1238. "name": "flatten9",
  1239. "inputs": [[138, 0, 0]]
  1240. },
  1241. {
  1242. "op": "_contrib_MultiBoxPrior",
  1243. "name": "multi_feat_3_conv_3x3_relu_anchors",
  1244. "attrs": {
  1245. "clip": "False",
  1246. "ratios": "(1,2,0.5,3,0.333333333333)",
  1247. "sizes": "(0.54,0.619193)",
  1248. "steps": "(0.21333333333333335, 0.21333333333333335)"
  1249. },
  1250. "inputs": [[99, 0, 0]]
  1251. },
  1252. {
  1253. "op": "Flatten",
  1254. "name": "flatten12",
  1255. "inputs": [[140, 0, 0]]
  1256. },
  1257. {
  1258. "op": "_contrib_MultiBoxPrior",
  1259. "name": "multi_feat_4_conv_3x3_relu_anchors",
  1260. "attrs": {
  1261. "clip": "False",
  1262. "ratios": "(1,2,0.5)",
  1263. "sizes": "(0.71,0.790443)",
  1264. "steps": "(0.3333333333333333, 0.3333333333333333)"
  1265. },
  1266. "inputs": [[112, 0, 0]]
  1267. },
  1268. {
  1269. "op": "Flatten",
  1270. "name": "flatten15",
  1271. "inputs": [[142, 0, 0]]
  1272. },
  1273. {
  1274. "op": "_contrib_MultiBoxPrior",
  1275. "name": "multi_feat_5_conv_3x3_relu_anchors",
  1276. "attrs": {
  1277. "clip": "False",
  1278. "ratios": "(1,2,0.5)",
  1279. "sizes": "(0.88,0.961249)",
  1280. "steps": "(1.0, 1.0)"
  1281. },
  1282. "inputs": [[125, 0, 0]]
  1283. },
  1284. {
  1285. "op": "Flatten",
  1286. "name": "flatten18",
  1287. "inputs": [[144, 0, 0]]
  1288. },
  1289. {
  1290. "op": "Concat",
  1291. "name": "concat1",
  1292. "attrs": {
  1293. "dim": "1",
  1294. "num_args": "6"
  1295. },
  1296. "inputs": [[135, 0, 0], [137, 0, 0], [139, 0, 0], [141, 0, 0], [143, 0, 0], [145, 0, 0]]
  1297. },
  1298. {
  1299. "op": "Reshape",
  1300. "name": "multibox_anchors",
  1301. "attrs": {"shape": "(0, -1, 4)"},
  1302. "inputs": [[146, 0, 0]]
  1303. },
  1304. {
  1305. "op": "null",
  1306. "name": "label",
  1307. "inputs": []
  1308. },
  1309. {
  1310. "op": "_contrib_MultiBoxTarget",
  1311. "name": "multibox_target",
  1312. "attrs": {
  1313. "ignore_label": "-1",
  1314. "minimum_negative_samples": "0",
  1315. "negative_mining_ratio": "3",
  1316. "negative_mining_thresh": "0.5",
  1317. "overlap_threshold": "0.5",
  1318. "variances": "(0.1, 0.1, 0.2, 0.2)"
  1319. },
  1320. "inputs": [[147, 0, 0], [148, 0, 0], [133, 0, 0]]
  1321. },
  1322. {
  1323. "op": "SoftmaxOutput",
  1324. "name": "cls_prob",
  1325. "attrs": {
  1326. "grad_scale": "1.0",
  1327. "ignore_label": "-1",
  1328. "multi_output": "True",
  1329. "normalization": "valid",
  1330. "use_ignore": "True"
  1331. },
  1332. "inputs": [[133, 0, 0], [149, 2, 0]]
  1333. },
  1334. {
  1335. "op": "null",
  1336. "name": "relu4_3_loc_pred_conv_weight",
  1337. "attrs": {
  1338. "kernel": "(3, 3)",
  1339. "num_filter": "16",
  1340. "pad": "(1, 1)",
  1341. "stride": "(1, 1)"
  1342. },
  1343. "inputs": []
  1344. },
  1345. {
  1346. "op": "null",
  1347. "name": "relu4_3_loc_pred_conv_bias",
  1348. "attrs": {
  1349. "__init__": "[\"constant\", {\"value\": 0.0}]",
  1350. "__lr_mult__": "2.0"
  1351. },
  1352. "inputs": []
  1353. },
  1354. {
  1355. "op": "Convolution",
  1356. "name": "relu4_3_loc_pred_conv",
  1357. "attrs": {
  1358. "kernel": "(3, 3)",
  1359. "num_filter": "16",
  1360. "pad": "(1, 1)",
  1361. "stride": "(1, 1)"
  1362. },
  1363. "inputs": [[46, 0, 0], [151, 0, 0], [152, 0, 0]]
  1364. },
  1365. {
  1366. "op": "transpose",
  1367. "name": "transpose0",
  1368. "attrs": {"axes": "(0, 2, 3, 1)"},
  1369. "inputs": [[153, 0, 0]]
  1370. },
  1371. {
  1372. "op": "Flatten",
  1373. "name": "flatten1",
  1374. "inputs": [[154, 0, 0]]
  1375. },
  1376. {
  1377. "op": "null",
  1378. "name": "relu7_loc_pred_conv_weight",
  1379. "attrs": {
  1380. "kernel": "(3, 3)",
  1381. "num_filter": "24",
  1382. "pad": "(1, 1)",
  1383. "stride": "(1, 1)"
  1384. },
  1385. "inputs": []
  1386. },
  1387. {
  1388. "op": "null",
  1389. "name": "relu7_loc_pred_conv_bias",
  1390. "attrs": {
  1391. "__init__": "[\"constant\", {\"value\": 0.0}]",
  1392. "__lr_mult__": "2.0"
  1393. },
  1394. "inputs": []
  1395. },
  1396. {
  1397. "op": "Convolution",
  1398. "name": "relu7_loc_pred_conv",
  1399. "attrs": {
  1400. "kernel": "(3, 3)",
  1401. "num_filter": "24",
  1402. "pad": "(1, 1)",
  1403. "stride": "(1, 1)"
  1404. },
  1405. "inputs": [[73, 0, 0], [156, 0, 0], [157, 0, 0]]
  1406. },
  1407. {
  1408. "op": "transpose",
  1409. "name": "transpose2",
  1410. "attrs": {"axes": "(0, 2, 3, 1)"},
  1411. "inputs": [[158, 0, 0]]
  1412. },
  1413. {
  1414. "op": "Flatten",
  1415. "name": "flatten4",
  1416. "inputs": [[159, 0, 0]]
  1417. },
  1418. {
  1419. "op": "null",
  1420. "name": "multi_feat_2_conv_3x3_relu_loc_pred_conv_weight",
  1421. "attrs": {
  1422. "kernel": "(3, 3)",
  1423. "num_filter": "24",
  1424. "pad": "(1, 1)",
  1425. "stride": "(1, 1)"
  1426. },
  1427. "inputs": []
  1428. },
  1429. {
  1430. "op": "null",
  1431. "name": "multi_feat_2_conv_3x3_relu_loc_pred_conv_bias",
  1432. "attrs": {
  1433. "__init__": "[\"constant\", {\"value\": 0.0}]",
  1434. "__lr_mult__": "2.0"
  1435. },
  1436. "inputs": []
  1437. },
  1438. {
  1439. "op": "Convolution",
  1440. "name": "multi_feat_2_conv_3x3_relu_loc_pred_conv",
  1441. "attrs": {
  1442. "kernel": "(3, 3)",
  1443. "num_filter": "24",
  1444. "pad": "(1, 1)",
  1445. "stride": "(1, 1)"
  1446. },
  1447. "inputs": [[86, 0, 0], [161, 0, 0], [162, 0, 0]]
  1448. },
  1449. {
  1450. "op": "transpose",
  1451. "name": "transpose4",
  1452. "attrs": {"axes": "(0, 2, 3, 1)"},
  1453. "inputs": [[163, 0, 0]]
  1454. },
  1455. {
  1456. "op": "Flatten",
  1457. "name": "flatten7",
  1458. "inputs": [[164, 0, 0]]
  1459. },
  1460. {
  1461. "op": "null",
  1462. "name": "multi_feat_3_conv_3x3_relu_loc_pred_conv_weight",
  1463. "attrs": {
  1464. "kernel": "(3, 3)",
  1465. "num_filter": "24",
  1466. "pad": "(1, 1)",
  1467. "stride": "(1, 1)"
  1468. },
  1469. "inputs": []
  1470. },
  1471. {
  1472. "op": "null",
  1473. "name": "multi_feat_3_conv_3x3_relu_loc_pred_conv_bias",
  1474. "attrs": {
  1475. "__init__": "[\"constant\", {\"value\": 0.0}]",
  1476. "__lr_mult__": "2.0"
  1477. },
  1478. "inputs": []
  1479. },
  1480. {
  1481. "op": "Convolution",
  1482. "name": "multi_feat_3_conv_3x3_relu_loc_pred_conv",
  1483. "attrs": {
  1484. "kernel": "(3, 3)",
  1485. "num_filter": "24",
  1486. "pad": "(1, 1)",
  1487. "stride": "(1, 1)"
  1488. },
  1489. "inputs": [[99, 0, 0], [166, 0, 0], [167, 0, 0]]
  1490. },
  1491. {
  1492. "op": "transpose",
  1493. "name": "transpose6",
  1494. "attrs": {"axes": "(0, 2, 3, 1)"},
  1495. "inputs": [[168, 0, 0]]
  1496. },
  1497. {
  1498. "op": "Flatten",
  1499. "name": "flatten10",
  1500. "inputs": [[169, 0, 0]]
  1501. },
  1502. {
  1503. "op": "null",
  1504. "name": "multi_feat_4_conv_3x3_relu_loc_pred_conv_weight",
  1505. "attrs": {
  1506. "kernel": "(3, 3)",
  1507. "num_filter": "16",
  1508. "pad": "(1, 1)",
  1509. "stride": "(1, 1)"
  1510. },
  1511. "inputs": []
  1512. },
  1513. {
  1514. "op": "null",
  1515. "name": "multi_feat_4_conv_3x3_relu_loc_pred_conv_bias",
  1516. "attrs": {
  1517. "__init__": "[\"constant\", {\"value\": 0.0}]",
  1518. "__lr_mult__": "2.0"
  1519. },
  1520. "inputs": []
  1521. },
  1522. {
  1523. "op": "Convolution",
  1524. "name": "multi_feat_4_conv_3x3_relu_loc_pred_conv",
  1525. "attrs": {
  1526. "kernel": "(3, 3)",
  1527. "num_filter": "16",
  1528. "pad": "(1, 1)",
  1529. "stride": "(1, 1)"
  1530. },
  1531. "inputs": [[112, 0, 0], [171, 0, 0], [172, 0, 0]]
  1532. },
  1533. {
  1534. "op": "transpose",
  1535. "name": "transpose8",
  1536. "attrs": {"axes": "(0, 2, 3, 1)"},
  1537. "inputs": [[173, 0, 0]]
  1538. },
  1539. {
  1540. "op": "Flatten",
  1541. "name": "flatten13",
  1542. "inputs": [[174, 0, 0]]
  1543. },
  1544. {
  1545. "op": "null",
  1546. "name": "multi_feat_5_conv_3x3_relu_loc_pred_conv_weight",
  1547. "attrs": {
  1548. "kernel": "(3, 3)",
  1549. "num_filter": "16",
  1550. "pad": "(1, 1)",
  1551. "stride": "(1, 1)"
  1552. },
  1553. "inputs": []
  1554. },
  1555. {
  1556. "op": "null",
  1557. "name": "multi_feat_5_conv_3x3_relu_loc_pred_conv_bias",
  1558. "attrs": {
  1559. "__init__": "[\"constant\", {\"value\": 0.0}]",
  1560. "__lr_mult__": "2.0"
  1561. },
  1562. "inputs": []
  1563. },
  1564. {
  1565. "op": "Convolution",
  1566. "name": "multi_feat_5_conv_3x3_relu_loc_pred_conv",
  1567. "attrs": {
  1568. "kernel": "(3, 3)",
  1569. "num_filter": "16",
  1570. "pad": "(1, 1)",
  1571. "stride": "(1, 1)"
  1572. },
  1573. "inputs": [[125, 0, 0], [176, 0, 0], [177, 0, 0]]
  1574. },
  1575. {
  1576. "op": "transpose",
  1577. "name": "transpose10",
  1578. "attrs": {"axes": "(0, 2, 3, 1)"},
  1579. "inputs": [[178, 0, 0]]
  1580. },
  1581. {
  1582. "op": "Flatten",
  1583. "name": "flatten16",
  1584. "inputs": [[179, 0, 0]]
  1585. },
  1586. {
  1587. "op": "Concat",
  1588. "name": "multibox_loc_pred",
  1589. "attrs": {
  1590. "dim": "1",
  1591. "num_args": "6"
  1592. },
  1593. "inputs": [[155, 0, 0], [160, 0, 0], [165, 0, 0], [170, 0, 0], [175, 0, 0], [180, 0, 0]]
  1594. },
  1595. {
  1596. "op": "elemwise_sub",
  1597. "name": "_minus0",
  1598. "inputs": [[181, 0, 0], [149, 0, 0]]
  1599. },
  1600. {
  1601. "op": "elemwise_mul",
  1602. "name": "_mul0",
  1603. "inputs": [[149, 1, 0], [182, 0, 0]]
  1604. },
  1605. {
  1606. "op": "smooth_l1",
  1607. "name": "loc_loss_",
  1608. "attrs": {"scalar": "1.0"},
  1609. "inputs": [[183, 0, 0]]
  1610. },
  1611. {
  1612. "op": "MakeLoss",
  1613. "name": "loc_loss",
  1614. "attrs": {
  1615. "grad_scale": "1.0",
  1616. "normalization": "valid"
  1617. },
  1618. "inputs": [[184, 0, 0]]
  1619. },
  1620. {
  1621. "op": "MakeLoss",
  1622. "name": "cls_label",
  1623. "attrs": {"grad_scale": "0"},
  1624. "inputs": [[149, 2, 0]]
  1625. },
  1626. {
  1627. "op": "_contrib_MultiBoxDetection",
  1628. "name": "detection",
  1629. "attrs": {
  1630. "force_suppress": "False",
  1631. "nms_threshold": "0.45",
  1632. "nms_topk": "400",
  1633. "variances": "(0.1, 0.1, 0.2, 0.2)"
  1634. },
  1635. "inputs": [[150, 0, 0], [181, 0, 0], [147, 0, 0]]
  1636. },
  1637. {
  1638. "op": "MakeLoss",
  1639. "name": "det_out",
  1640. "attrs": {"grad_scale": "0"},
  1641. "inputs": [[187, 0, 0]]
  1642. }
  1643. ],
  1644. "arg_nodes": [
  1645. 0,
  1646. 1,
  1647. 2,
  1648. 3,
  1649. 6,
  1650. 7,
  1651. 11,
  1652. 12,
  1653. 15,
  1654. 16,
  1655. 20,
  1656. 21,
  1657. 24,
  1658. 25,
  1659. 28,
  1660. 29,
  1661. 33,
  1662. 34,
  1663. 37,
  1664. 38,
  1665. 41,
  1666. 42,
  1667. 47,
  1668. 48,
  1669. 53,
  1670. 54,
  1671. 57,
  1672. 58,
  1673. 61,
  1674. 62,
  1675. 66,
  1676. 67,
  1677. 70,
  1678. 71,
  1679. 74,
  1680. 75,
  1681. 79,
  1682. 80,
  1683. 83,
  1684. 84,
  1685. 87,
  1686. 88,
  1687. 92,
  1688. 93,
  1689. 96,
  1690. 97,
  1691. 100,
  1692. 101,
  1693. 105,
  1694. 106,
  1695. 109,
  1696. 110,
  1697. 113,
  1698. 114,
  1699. 118,
  1700. 119,
  1701. 122,
  1702. 123,
  1703. 126,
  1704. 127,
  1705. 148,
  1706. 151,
  1707. 152,
  1708. 156,
  1709. 157,
  1710. 161,
  1711. 162,
  1712. 166,
  1713. 167,
  1714. 171,
  1715. 172,
  1716. 176,
  1717. 177
  1718. ],
  1719. "node_row_ptr": [
  1720. 0,
  1721. 1,
  1722. 2,
  1723. 3,
  1724. 4,
  1725. 5,
  1726. 6,
  1727. 7,
  1728. 8,
  1729. 9,
  1730. 10,
  1731. 12,
  1732. 13,
  1733. 14,
  1734. 15,
  1735. 16,
  1736. 17,
  1737. 18,
  1738. 19,
  1739. 20,
  1740. 22,
  1741. 23,
  1742. 24,
  1743. 25,
  1744. 26,
  1745. 27,
  1746. 28,
  1747. 29,
  1748. 30,
  1749. 31,
  1750. 32,
  1751. 33,
  1752. 34,
  1753. 36,
  1754. 37,
  1755. 38,
  1756. 39,
  1757. 40,
  1758. 41,
  1759. 42,
  1760. 43,
  1761. 44,
  1762. 45,
  1763. 46,
  1764. 47,
  1765. 48,
  1766. 50,
  1767. 51,
  1768. 52,
  1769. 53,
  1770. 54,
  1771. 55,
  1772. 56,
  1773. 58,
  1774. 59,
  1775. 60,
  1776. 61,
  1777. 62,
  1778. 63,
  1779. 64,
  1780. 65,
  1781. 66,
  1782. 67,
  1783. 68,
  1784. 69,
  1785. 70,
  1786. 72,
  1787. 73,
  1788. 74,
  1789. 75,
  1790. 76,
  1791. 77,
  1792. 78,
  1793. 79,
  1794. 80,
  1795. 81,
  1796. 82,
  1797. 83,
  1798. 84,
  1799. 85,
  1800. 86,
  1801. 87,
  1802. 88,
  1803. 89,
  1804. 90,
  1805. 91,
  1806. 92,
  1807. 93,
  1808. 94,
  1809. 95,
  1810. 96,
  1811. 97,
  1812. 98,
  1813. 99,
  1814. 100,
  1815. 101,
  1816. 102,
  1817. 103,
  1818. 104,
  1819. 105,
  1820. 106,
  1821. 107,
  1822. 108,
  1823. 109,
  1824. 110,
  1825. 111,
  1826. 112,
  1827. 113,
  1828. 114,
  1829. 115,
  1830. 116,
  1831. 117,
  1832. 118,
  1833. 119,
  1834. 120,
  1835. 121,
  1836. 122,
  1837. 123,
  1838. 124,
  1839. 125,
  1840. 126,
  1841. 127,
  1842. 128,
  1843. 129,
  1844. 130,
  1845. 131,
  1846. 132,
  1847. 133,
  1848. 134,
  1849. 135,
  1850. 136,
  1851. 137,
  1852. 138,
  1853. 139,
  1854. 140,
  1855. 141,
  1856. 142,
  1857. 143,
  1858. 144,
  1859. 145,
  1860. 146,
  1861. 147,
  1862. 148,
  1863. 149,
  1864. 150,
  1865. 151,
  1866. 152,
  1867. 153,
  1868. 154,
  1869. 155,
  1870. 158,
  1871. 159,
  1872. 160,
  1873. 161,
  1874. 162,
  1875. 163,
  1876. 164,
  1877. 165,
  1878. 166,
  1879. 167,
  1880. 168,
  1881. 169,
  1882. 170,
  1883. 171,
  1884. 172,
  1885. 173,
  1886. 174,
  1887. 175,
  1888. 176,
  1889. 177,
  1890. 178,
  1891. 179,
  1892. 180,
  1893. 181,
  1894. 182,
  1895. 183,
  1896. 184,
  1897. 185,
  1898. 186,
  1899. 187,
  1900. 188,
  1901. 189,
  1902. 190,
  1903. 191,
  1904. 192,
  1905. 193,
  1906. 194,
  1907. 195,
  1908. 196,
  1909. 197
  1910. ],
  1911. "heads": [[150, 0, 0], [185, 0, 0], [186, 0, 0], [188, 0, 0]],
  1912. "attrs": {"mxnet_version": ["int", 10201]}
  1913. }
Add Comment
Please, Sign In to add comment