Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2019
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1.  
  2. Model Optimizer arguments:
  3. Common parameters:
  4. - Path to the Input Model: /home/upsquared/Documents/kookiemodel/VGG3_dropout.pb
  5. - Path for generated IR: /home/upsquared/Documents/kookiemodel/.
  6. - IR output name: VGG3_dropout
  7. - Log level: ERROR
  8. - Batch: Not specified, inherited from the model
  9. - Input layers: Not specified, inherited from the model
  10. - Output layers: Not specified, inherited from the model
  11. - Input shapes: [1,256,256,3]
  12. - Mean values: Not specified
  13. - Scale values: Not specified
  14. - Scale factor: Not specified
  15. - Precision of IR: FP16
  16. - Enable fusing: True
  17. - Enable grouped convolutions fusing: True
  18. - Move mean values to preprocess section: False
  19. - Reverse input channels: False
  20. TensorFlow specific parameters:
  21. - Input model in text protobuf format: False
  22. - Offload unsupported operations: False
  23. - Path to model dump for TensorBoard: None
  24. - List of shared libraries with TensorFlow custom layers implementation: None
  25. - Update the configuration file with input/output node names: None
  26. - Use configuration file used to generate the model with Object Detection API: None
  27. - Operations to offload: None
  28. - Patterns to offload: None
  29. - Use the config file: None
  30. Model Optimizer version: 1.5.12.49d067a0
  31. OMP: Info #212: KMP_AFFINITY: decoding x2APIC ids.
  32. OMP: Info #210: KMP_AFFINITY: Affinity capable, using global cpuid leaf 11 info
  33. OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-3
  34. OMP: Info #156: KMP_AFFINITY: 4 available OS procs
  35. OMP: Info #157: KMP_AFFINITY: Uniform topology
  36. OMP: Info #179: KMP_AFFINITY: 1 packages x 4 cores/pkg x 1 threads/core (4 total cores)
  37. OMP: Info #214: KMP_AFFINITY: OS proc to physical thread map:
  38. OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to package 0 core 0
  39. OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to package 0 core 1
  40. OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to package 0 core 2
  41. OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to package 0 core 3
  42. OMP: Info #250: KMP_AFFINITY: pid 22940 tid 22940 thread 0 bound to OS proc set 0
  43. OMP: Info #250: KMP_AFFINITY: pid 22940 tid 22954 thread 2 bound to OS proc set 2
  44. OMP: Info #250: KMP_AFFINITY: pid 22940 tid 22953 thread 1 bound to OS proc set 1
  45. OMP: Info #250: KMP_AFFINITY: pid 22940 tid 22955 thread 3 bound to OS proc set 3
  46.  
  47. [ SUCCESS ] Generated IR model.
  48. [ SUCCESS ] XML file: /home/upsquared/Documents/kookiemodel/./VGG3_dropout.xml
  49. [ SUCCESS ] BIN file: /home/upsquared/Documents/kookiemodel/./VGG3_dropout.bin
  50. [ SUCCESS ] Total execution time: 10.47 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement