项目地址
https://github.com/mozilla/DeepSpeech
按照README.md文档跑预训练模型。结果出现错误:F tensorflow/core/platform/cpu_feature_guard.cc:35] The TensorFlow library was compiled to use AVX2 instructions, but these aren't available on your machine.
问题解释链接:http://www.kaishixue.com/deepspeech/
Issue说明:https://github.com/mozilla/DeepSpeech/issues/1023
训练数据70G。。。所以就没往下做了