请问训练train.py时报错该如何解决呢?
来源:5-14 编写神经网络生成音乐的方法(二)
M17375862
2019-02-21
写回答
1回答
-
Oscar
2019-02-24
这个不是错误。
运行TensorFlow如果出现那个“Your CPU xxx was not compiled to xxx”的 warning 警告是因为你的TensorFlow 是通过pip安装的不是通过编译源代码安装的我也是这种情况。如果你要去掉这个有点烦人的warning 只需要在你的 Shell 的配置文件比如 ~/.bashrc 或 ~/.zshrc 里加一句 export TF_CPP_MIN_LOG_LEVEL=2
00
相似问题