会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
value7
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2023年8月4日
配置pytorch环境时出现的问题 Failed to load image Python extension
摘要: 安装了torch 1.12.0 + torchvision 0.13.0 + torchaudio 0.12.0版本后, conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.3 -c
阅读全文
posted @ 2023-08-04 10:13 苏芮
阅读(1041)
评论(0)
推荐(0)
编辑
2023年1月31日
[转载]python求 任意两平面的夹角
摘要: 1 import math#引入math模块 计算角度用 2 class point(object):#定义空间点类 3 """docstring for point""" 4 def __init__(self,x,y,z,name): 5 self.x = x 6 self.y = y 7 se
阅读全文
posted @ 2023-01-31 15:45 苏芮
阅读(90)
评论(0)
推荐(0)
编辑
2023年1月28日
【matplotlib】/【plt】中文设置为宋体,英文为Time New Roman
摘要: 转载自 https://blog.csdn.net/baidu_38963740/article/details/123839178 python中用matplotlib库画图时,把中文设置为宋体,英文设置为Time New Roman,有时候还需要显示公式。设置方法如下: 1 import mat
阅读全文
posted @ 2023-01-28 22:02 苏芮
阅读(1881)
评论(0)
推荐(1)
编辑