• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






William_xh

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2020年10月6日

DGl的安装
摘要: 1.装dgl之前记得千万要先装pytorch 2. 安装的官网参考: https://www.dgl.ai/pages/start.html 然后文档参考: https://docs.dgl.ai/en/0.4.x/install/ 代码参考: conda install -c dglteam dg 阅读全文
posted @ 2020-10-06 19:42 William_xh 阅读(8132) 评论(0) 推荐(0)
 
使用anaconda创建虚拟环境,并安装各类软件
摘要: 参考博客:https://blog.csdn.net/weixin_40533355/article/details/95069105 每一次都找,我自己都烦了干脆抄一下吧 创建虚拟环境: conda create -n your_env_name python=X.X(2.7、3.6等) 激活环境 阅读全文
posted @ 2020-10-06 19:31 William_xh 阅读(312) 评论(0) 推荐(0)
 
pytorch+tensorboard 安装
摘要: 我在印象笔记有保存一份 主要三句话; pip install --upgrade torch pip install tensorboard pip install --upgrade torchvision具体的可以去看印象笔记b站的一个up也有对应的教程https://www.bilibili. 阅读全文
posted @ 2020-10-06 19:28 William_xh 阅读(3723) 评论(0) 推荐(0)
 
pytorch安装
摘要: 直接从官网安装pytorch即可 https://pytorch.org/ 阅读全文
posted @ 2020-10-06 19:25 William_xh 阅读(125) 评论(0) 推荐(0)