1.问题

import tensorflow as tf

在这里插入图片描述

ModuleNotFoundError: No module named ‘tensorflow’

tensorflow
一个面向所有人的开源机器学习框架

2.解决方案

pip install tensorflow#太慢
pip install tensorflow -i https://pypi.tuna.tsinghua.edu.cn/simple#加镜像好很多


仅记录自己项目中的错误,对于其他项目不具有参考价值

GitHub 加速计划 / te / tensorflow
24
4
下载
一个面向所有人的开源机器学习框架
最近提交(Master分支:2 个月前 )
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 2 个月前
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 2 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐