非归零码' 255'来自命令 - Tensorflow音频识别

时间:2018-05-03 16:13:25

标签: macos tensorflow build compiler-errors bazel

试图获得连续的音频流"为了这个东西运行(你可以在" Streaming Accuracy"的部分找到它):https://www.tensorflow.org/versions/master/tutorials/audio_recognition

然而,当我这样做时,使用建议的命令:(是的,我确实有一个很长的音频文件,记录的时候出现在正确的时间,因为它们需要这部分,保存在正确的文件夹中)

    bazel run tensorflow/examples/speech_commands:test_streaming_accuracy -- \
    --graph=/tmp/my_frozen_graph.pb \
    --labels=/tmp/speech_commands_train/conv_labels.txt \
    --wav=/tmp/speech_commands_train/streaming_test.wav \
    --ground_truth=/tmp/speech_commands_train/streaming_test_labels.txt \
    --verbose

我收到以下错误:

ERROR: Non-zero return code '255' from command: Process exited with status 255

我试过谷歌,但这并没有让我更加明智......

系统规格:

  • Macbook Pro - 2011年末
  • High Sierra 10.13.4
  • Bazel版本:0.13.0-homebrew

任何人都知道如何解决这个问题,或者他们遇到了类似的问题?

0 个答案:

没有答案