如何在anaconda prompt中查看已安装的tensorflow版本
tensorflow
一个面向所有人的开源机器学习框架
项目地址:https://gitcode.com/gh_mirrors/te/tensorflow

·
首先打开Anaconda Prompt(tensorflow)命令窗口。一般安装完tensorflow后都有这个窗口。
然后再Anaconda Prompt(tensorflow)命令窗口中输入命令:python,
会出现python 的版本信息,我的是python3.6.5.
然后输入:import tensorflow as tf
tf.__version__
出来tensorflow的版本信息
输入:tf.__path__
出来tensorflow的安装路径




一个面向所有人的开源机器学习框架
最近提交(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 个月前
更多推荐
所有评论(0)