fork download
  1. (sample) user@user-HP-ZBook-14-G2:~/ncsdk/examples/tensorflow/project$ ls
  2. checkpoint mnist_deep.py mnist_model.index
  3. mnist_deep_inference.py mnist_model.data-00000-of-00001 mnist_model.meta
  4. (sample) user@user-HP-ZBook-14-G2:~/ncsdk/examples/tensorflow/project$ python mnist_deep_inference.py
  5. File "mnist_deep_inference.py", line 1
  6. Copyright 2015 The TensorFlow Authors. All Rights Reserved.
  7. ^
  8. IndentationError: unexpected indent
  9. (sample) user@user-HP-ZBook-14-G2:~/ncsdk/examples/tensorflow/project$ python mnist_deep_inference.py
  10. 2019-05-01 02:06:15.543110: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA
  11. 2019-05-01 02:06:15.543955: I tensorflow/core/common_runtime/process_util.cc:69] Creating new thread pool with default inter op setting: 2. Tune using inter_op_parallelism_threads for best performance.
  12. (sample) user@user-HP-ZBook-14-G2:~/ncsdk/examples/tensorflow/project$ ls
  13. checkpoint mnist_inference.meta
  14. mnist_deep_inference.py mnist_model.data-00000-of-00001
  15. mnist_deep.py mnist_model.index
  16. mnist_inference.data-00000-of-00001 mnist_model.meta
  17. mnist_inference.index
  18. (sample) user@user-HP-ZBook-14-G2:~/ncsdk/examples/tensorflow/project$ mvNCCompile mnist_inference.meta -s 12 -in input -on output -o mnist_inference.graph
  19. mvNCCompile: command not found
  20. (sample) user@user-HP-ZBook-14-G2:~/ncsdk/examples/tensorflow/project$
Runtime error #stdin #stdout #stderr 0.01s 118656KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
  File "prog.py", line 1
    (sample) user@user-HP-ZBook-14-G2:~/ncsdk/examples/tensorflow/project$ ls
                                                                         ^
SyntaxError: Unknown character