tensorflow安装 以及 VScode无法使用python3.6Debug

目录

1.python3.6无法在VScode中Debug,原因:

2.tensorflow版本及其对应环境

3.安装GPU版本的tensorflow指令

4.测试tensorflow-GPU是否可用


1.python3.6无法在VScode中Debug,原因:

vscode python3.6无法debug解决方案_Johnny__Wang__的博客-CSDN博客_python无法debug

尝试利用VScode当中python扩展包卸载选项下的“安装另一个版本”,选择2022.6.0版本,可以调试

2.tensorflow版本及其对应环境

tensorflow版本及其对应环境_虎大猫猫的博客-CSDN博客_tensorflow版本

3.安装GPU版本的tensorflow指令

创建环境:

conda create -n tf2_1 python=3.7

激活环境

conda activate tf2_1

 安装相应版本的cuda和cudnn

conda install cudatoolkit=10.1
conda install cudnn=7.6

使用pip安装gpu版本的tensorflow

pip install tensorflow-gpu==2.1

!!!在此期间如果出现很多WARNING,把梯子关了再试试~~

如果import tensorflow没成功,试试介个:

问题TypeError: Descriptors cannot not be created directly.If this call came from a _pb2.py file_Liang_xj的博客-CSDN博客

4.测试tensorflow-GPU是否可用

python
import tensorflow as tf
print(tf.test.is_gpu_available())

这一步可能会很慢,一定要等着出现True或者False,可以用鼠标左右键点点 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值