0

我正在尝试使用 Edward 库来部署 PPCA 模型并在 Windows 上安装它时遇到困难。我使用 (pip install edward) 成功安装了 Edward 1.3.5,使用 (pip install tensorflow) 成功安装了 tensorflow 1.14.0,但是当我尝试在 jupyter notebook 中导入 edward 时,出现以下错误

无法从“tensorflow.python.framework.ops”导入名称“set_shapes_for_outputs”

我尝试查看此处( https://github.com/blei-lab/edward/issues/882)和此处(https://github.com/blei-lab/edward/issues/893 )打开的问题,但没有任何效果.

如果有人有任何建议和/或建议,那就太好了!

非常感谢!

4

1 回答 1

0

我为解决这个问题所做的只是,我创建了一个新的 conda 环境,将 python 降级到 3.6.5(任何早于 3.7.0 的版本都可以正常工作)并将 TensorFlow 降级到版本 1.3.0(任何早于 1.6.0 的版本都可以正常工作) .

于 2019-08-19T23:11:15.010 回答