会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Picassooo
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
30
31
32
33
34
35
36
37
38
···
72
下一页
2021年12月27日
决策树学习资料
摘要: 分类决策树 CSDN: 决策树(decision tree)(一)——构造决策树方法 (推荐) CSDN: 决策树(decision tree)(二)——剪枝 (推荐) CSDN: 决策树(decision tree)(三)——连续值处理 (推荐) CSDN: 决策树及决策树生成与剪枝 知乎:决策树
阅读全文
posted @ 2021-12-27 19:05 Picassooo
阅读(186)
评论(0)
推荐(0)
2021年12月25日
tmux 卡死的解决办法
摘要: tmux 窗口卡死,键盘输入字符没有反应,这时按 Ctrl+C就可以解决。
阅读全文
posted @ 2021-12-25 21:19 Picassooo
阅读(3007)
评论(0)
推荐(1)
2021年12月24日
niz键盘windows键失效的解决办法:恢复出厂设置
摘要: 同时按下键盘四角的4个键可以强制恢复出厂设置:Esc + Ctrl(左边的) + Delete + 方向右键→ 5秒后,键盘自动恢复出厂设置。 然后,windows键就可以正常用了。
阅读全文
posted @ 2021-12-24 12:14 Picassooo
阅读(7134)
评论(0)
推荐(0)
2021年12月16日
对一个tensor或narray进行局部区域赋值是in-place操作,需要特别小心
摘要: 程序示例: import torch from PIL import Image import torchvision.transforms as transforms def cutout(input): input[:, 100:200, 100:200] = 0.0 # 注意:这是in-pla
阅读全文
posted @ 2021-12-16 11:08 Picassooo
阅读(290)
评论(0)
推荐(0)
2021年12月5日
转:Python循环遍历列表删除元素
摘要: Python循环遍历列表删除元素
阅读全文
posted @ 2021-12-05 20:41 Picassooo
阅读(82)
评论(0)
推荐(0)
2021年12月3日
给图像添加高斯噪声
摘要: 程序示例: from torchvision import transforms from PIL import Image import torch def gaussian(img, mean, std): c, h, w = img.shape noise = torch.randn([c,
阅读全文
posted @ 2021-12-03 22:04 Picassooo
阅读(1263)
评论(0)
推荐(0)
2021年12月2日
PIL Image,图像与tensor的转换,归一化
摘要: 示例代码: from torchvision import transforms from PIL import Image img_jpg = Image.open('C:/Users/admin/Desktop/bird.jpg').convert('RGB') # convert()函数,用于
阅读全文
posted @ 2021-12-02 15:13 Picassooo
阅读(3043)
评论(0)
推荐(0)
2021年12月1日
转:Python创建包,导入包
摘要: Python创建包,导入包
阅读全文
posted @ 2021-12-01 16:33 Picassooo
阅读(40)
评论(0)
推荐(0)
2021年11月22日
特征可视化技术grad-CAM,热力图
摘要: 特征可视化技术(CAM) Pytorch可视化神经网络热力图(CAM)
阅读全文
posted @ 2021-11-22 17:01 Picassooo
阅读(414)
评论(0)
推荐(0)
转:图像降噪算法——DnCNN / FFDNet / CBDNet / RIDNet / PMRID / SID
摘要: 图像降噪算法——DnCNN / FFDNet / CBDNet / RIDNet / PMRID / SID
阅读全文
posted @ 2021-11-22 16:52 Picassooo
阅读(610)
评论(0)
推荐(0)
上一页
1
···
30
31
32
33
34
35
36
37
38
···
72
下一页
公告