【发布时间】:2019-07-19 20:03:55
【问题描述】:
尝试运行tensorboard --logdir dump_dir 后,我得到AttributeError: module 'tensorflow._api.v1.compat.v1' has no attribute 'pywrap_tensorflow'
张量板版本:
TensorBoard 1.13.1
python -c "from tensorboard import version; print(version.VERSION)"
1.13.1
张量流版本:
python -c "import tensorflow; print(tensorflow.__version__)"
1.14.0-rc1
我从源代码构建了 tensorflow,是不是版本不匹配?
【问题讨论】:
标签: python tensorflow tensorboard