【Linux】conda 使用 workflow
发布日期:2021-05-13 21:40:27 浏览次数:16 分类:精选文章

本文共 291 字,大约阅读时间需要 1 分钟。

Tensorflow

python、tf 的版本根据需求选择。cudatoolkit 与本地 cuda 的版本相同,tf 必须安装 cudnn。

conda create -n tensor1.13 python=3.7source activate tensor1.13conda install cudatoolkit=10.0 cudnnconda install tensorflow-gpu==1.13.1python -c "import tensorflow as tf;print(tf.test.is_gpu_available())"

输出 True 则基本成功

上一篇:【leetcode】1122. 数组的相对排序(relative-sort-array)(模拟)[简单]
下一篇:【leetcode】31. 下一个排列(next-permutation)(模拟)[中等]

发表评论

最新留言

初次前来,多多关照!
[***.217.46.12]2025年05月02日 01时15分53秒