【发布时间】:2019-01-18 18:26:28
【问题描述】:
我已经安装了 tensorflow(CPU) 版本 1.9.0 所需目录中不存在此脚本。我的安装有问题还是应该从 Github 手动下载?
【问题讨论】:
标签: tensorflow python-3.5
我已经安装了 tensorflow(CPU) 版本 1.9.0 所需目录中不存在此脚本。我的安装有问题还是应该从 Github 手动下载?
【问题讨论】:
标签: tensorflow python-3.5
如果您遵循Simple Audio Recognition 教程,则应先手动检查存储库以获取脚本。使用 pip 安装 TensorFlow 时不会安装这些。
请完成以下步骤开始培训:
git clone https://github.com/tensorflow/tensorflow.git
cd tensorflow
git checkout r1.9
python tensorflow/examples/speech_commands/train.py
【讨论】: