ImportError: No module named 'tensorflow.python'
tensorflow
一个面向所有人的开源机器学习框架
项目地址:https://gitcode.com/gh_mirrors/te/tensorflow

·
ImportError: No module named 'tensorflow.python
出现这个错误之后,只需要 cmd 中重新输入:
pip uninstall tensorflow
pip uninstall tensorflow-gpu
pip install tensorflow-gpu
即可,我之所以出现这个错误,是因为我把 tensoflow 卸了,只保留了 tensorflow-gpu,全部卸掉之后,再重装即可。




一个面向所有人的开源机器学习框架
最近提交(Master分支:1 个月前 )
4f64a3d5
Instead, check for this case in `ResolveUsers` and `ResolveOperand`, by querying whether the `fused_expression_root` is part of the `HloFusionAdaptor`.
This prevents us from stepping into nested fusions.
PiperOrigin-RevId: 724311958
1 个月前
aa7e952e
Fix a bug in handling negative strides, and add a test case that exposes it.
We can have negative strides that are not just -1, e.g. with a combining
reshape.
PiperOrigin-RevId: 724293790
1 个月前
更多推荐
所有评论(0)