【发布时间】:2019-05-02 15:14:14
【问题描述】:
在 macOS 10.14.4 上导入 keras 失败并出现以下错误:
RuntimeWarning: compiletime version 3.6 of module 'tensorflow.python.framework.fast_tensor_util' does not match runtime version 3.7
【问题讨论】:
-
您是如何按照文档 tensorflow.org/install/source 的源代码安装 TensorFlow 的。还要确保您在虚拟环境中安装 keras
标签: python tensorflow keras