- 博客(10)
- 收藏
- 关注
原创 pytorch windows ForkingPickler(file, protocol).dump(obj) AttributeError: Can‘t pickle local object
在windows 复现代码的时候发现。
2024-05-27 10:21:59 320
原创 Logging 模块不生效,生成的log文件不输出,显示为空白
在使用logging 模块记录的时候发现其只在控制台输出文字,而在文档里的输出唯一片空白在查实代码无误后(代码如下)进行网上冲浪,发现主要原因是logging的basicConfig方法被该次调用之前就已经被调用过,即使用过该方法或者使用过logging.info() 的类似记录方法,但我确信没有使用过,在查找之后发现有个库叫albumentations在import 这个库的时候,发现其中设置过basicConfig,真坑1 直接注释掉2在第二次配置的时候额外加入参数force = True
2024-05-24 13:55:11 487 1
原创 解决 : einops.EinopsError: Error while processing rearrange-reduction pattern “bhwc -> bchw“.
【代码】解决 : einops.EinopsError: Error while processing rearrange-reduction pattern “bhwc -> bchw“.
2023-12-17 09:00:00 2815 2
原创 pytorch torchvision 批量图像 统一变换
有的时候,处理序列数据需要使用 同一种 torchvison.transforms, 比如视频,这一组视频帧的数据增强方式需要一致。
2023-12-16 16:30:00 976 1
原创 解决 :Argument interpolation should be a InterpolationMode or a corresponding Pillow integer constant
在复写transforms.RandomRotation 时,出现了 运行报错写法如下。
2023-12-15 10:48:34 1281
原创 解决 Connection to Python debugger failed Socket closed 及 (most likely due to a circular import) 问题处理
本文给出了一种 解决 Connection to Python debugger failed Socket closed (most likely due to a circular import)的方法 ,并且具体问题具体分析 不要盲目使用别人答案,
2023-11-17 15:13:27 2183
原创 AttributeError: ‘list‘object has no attribute‘shape‘ 的另类解决方法 和 umap.plot.points labels 图标显示为空的原因
本文旨在 解决 以字符串 为 label 绘制 umap.plot.points 时出现的list 属性问题,并以 子类继承的方式为 新list 类增加 shape 属性
2023-11-16 15:49:08 937 1
原创 【pyslowfast 库 Kinetics 类踩坑 及 PIL 模块 ImageEnhance, ImageOps的使用】
本文 详细介绍了使用pyslowfast 使用 Kinetics 构建 dataloader 的时需要用到 自定义数据增强的方法,并且列举了数据增强的库实现方式:PIL 模块 ImageEnhance, ImageOps
2023-11-15 18:39:08 276
原创 import numpy 和 torch 的顺序 会影响运行速度
并不是很确定本机的环境是否有很大的影响,但是通过调整import 的顺序确实提升了近一倍的速度
2023-10-25 18:17:38 156 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人