Aistudio使用经验积累(持续更新中)
2021/6/16 10:21:53
本文主要是介绍Aistudio使用经验积累(持续更新中),对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
mkdir /home/aistudio/cuda10 mkdir /home/aistudio/cuda92 mkdir /home/aistudio/cudnn mkdir /home/aistudio/tf cp /home/aistudio/data/data32924/cudnn-9.2.tgz /home/aistudio/cudnn cp /home/aistudio/data/data32924/cudnn-10.1.tgz /home/aistudio/cudnn pip install torch==1.5.0+cu101 torchvision==0.6.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html -t /home/aistudio/cuda10 pip install torch==1.5.0+cu92 torchvision==0.6.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html -t /home/aistudio/cuda92 pip install tensorflow-gpu==1.15 -t /home/aistudio/tf tar -zxvf cudnn-9.2.tgz tar -zxvf cudnn-10.1.tgz import sys sys.path.append('/home/aistudio/cuda92') sys.path.append('/home/aistudio/tf') import torch import tensorflow as tf print(torch.cuda.is_available()) print(tf.test.is_built_with_cuda()) nvcc --version#查看cuda版本 问题: aistudio是不能运行tf了吗?
这篇关于Aistudio使用经验积累(持续更新中)的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-12-22程序员出海做 AI 工具:如何用 similarweb 找到最佳流量渠道?
- 2024-12-20自建AI入门:生成模型介绍——GAN和VAE浅析
- 2024-12-20游戏引擎的进化史——从手工编码到超真实画面和人工智能
- 2024-12-20利用大型语言模型构建文本中的知识图谱:从文本到结构化数据的转换指南
- 2024-12-20揭秘百年人工智能:从深度学习到可解释AI
- 2024-12-20复杂RAG(检索增强生成)的入门介绍
- 2024-12-20基于大型语言模型的积木堆叠任务研究
- 2024-12-20从原型到生产:提升大型语言模型准确性的实战经验
- 2024-12-20啥是大模型1
- 2024-12-20英特尔的 Lunar Lake 计划:一场未竟的承诺