Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. python3 scripts/convert_plan.py box3d.pb box3d.plan input 224 224 dimension/LeakyRelu 1 0 float
  2. /usr/lib/python3/dist-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
  3. from ._conv import register_converters as _register_converters
  4. WARNING:tensorflow:From /usr/lib/python3.6/dist-packages/uff/converters/tensorflow/conversion_helpers.py:185: FastGFile.__init__ (from tensorflow.python.platform.gfile) is deprecated and will be removed in a future version.
  5. Instructions for updating:
  6. Use tf.gfile.GFile.
  7. UFF Version 0.5.5
  8. === Automatically deduced input nodes ===
  9. [name: "input_1"
  10. op: "Placeholder"
  11. attr {
  12. key: "dtype"
  13. value {
  14. type: DT_FLOAT
  15. }
  16. }
  17. attr {
  18. key: "shape"
  19. value {
  20. shape {
  21. dim {
  22. size: -1
  23. }
  24. dim {
  25. size: -1
  26. }
  27. dim {
  28. size: 224
  29. }
  30. dim {
  31. size: 224
  32. }
  33. dim {
  34. size: 3
  35. }
  36. }
  37. }
  38. }
  39. ]
  40. =========================================
  41.  
  42. Using output node dimension/LeakyRelu
  43. Using output node orientation/l2_normalize
  44. Using output node confidence/Softmax
  45. Converting to UFF graph
  46. Warning: No conversion function registered for layer: Merge yet.
  47. Converting dropout_3/cond/Merge as custom op: Merge
  48. Warning: No conversion function registered for layer: Floor yet.
  49. Converting dropout_3/cond/dropout/Floor as custom op: Floor
  50. Warning: No conversion function registered for layer: Switch yet.
  51. Converting dropout_1/cond/Switch as custom op: Switch
  52. Warning: No conversion function registered for layer: RandomUniform yet.
  53. Converting dropout_3/cond/dropout/random_uniform/RandomUniform as custom op: RandomUniform
  54. Warning: No conversion function registered for layer: Switch yet.
  55. Converting dropout_3/cond/mul/Switch as custom op: Switch
  56. Warning: No conversion function registered for layer: LeakyRelu yet.
  57. Converting leaky_re_lu_4/LeakyRelu as custom op: LeakyRelu
  58. DEBUG: convert reshape to flatten nodeWarning: keepdims is ignored by the UFF Parser and defaults to True
  59. Warning: No conversion function registered for layer: LeakyRelu yet.
  60. Converting leaky_re_lu_3/LeakyRelu as custom op: LeakyRelu
  61. Warning: No conversion function registered for layer: Merge yet.
  62. Converting dropout_2/cond/Merge as custom op: Merge
  63. Warning: No conversion function registered for layer: Floor yet.
  64. Converting dropout_2/cond/dropout/Floor as custom op: Floor
  65. Warning: No conversion function registered for layer: RandomUniform yet.
  66. Converting dropout_2/cond/dropout/random_uniform/RandomUniform as custom op: RandomUniform
  67. Warning: No conversion function registered for layer: Switch yet.
  68. Converting dropout_2/cond/mul/Switch as custom op: Switch
  69. Warning: No conversion function registered for layer: LeakyRelu yet.
  70. Converting leaky_re_lu_2/LeakyRelu as custom op: LeakyRelu
  71. Warning: No conversion function registered for layer: LeakyRelu yet.
  72. Converting dimension/LeakyRelu as custom op: LeakyRelu
  73. Warning: No conversion function registered for layer: Merge yet.
  74. Converting dropout_1/cond/Merge as custom op: Merge
  75. Warning: No conversion function registered for layer: Floor yet.
  76. Converting dropout_1/cond/dropout/Floor as custom op: Floor
  77. Warning: No conversion function registered for layer: RandomUniform yet.
  78. Converting dropout_1/cond/dropout/random_uniform/RandomUniform as custom op: RandomUniform
  79. Warning: No conversion function registered for layer: Switch yet.
  80. Converting dropout_1/cond/mul/Switch as custom op: Switch
  81. Warning: No conversion function registered for layer: LeakyRelu yet.
  82. Converting leaky_re_lu_1/LeakyRelu as custom op: LeakyRelu
  83. No. nodes: 158
  84. UFF Output written to data/tmp.uff
  85. Plugin Creator registration succeeded - GridAnchor_TRT
  86. Plugin Creator registration succeeded - NMS_TRT
  87. Plugin Creator registration succeeded - Reorg_TRT
  88. Plugin Creator registration succeeded - Region_TRT
  89. Plugin Creator registration succeeded - Clip_TRT
  90. Plugin Creator registration succeeded - LReLU_TRT
  91. Plugin Creator registration succeeded - PriorBox_TRT
  92. Plugin Creator registration succeeded - Normalize_TRT
  93. Plugin Creator registration succeeded - RPROI_TRT
  94. UFFParser: Validator error: dimension/LeakyRelu: Unsupported operation _LeakyRelu
  95. Failed to parse UFF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement