- 博客(5)
- 收藏
- 关注
原创 RePaint: Inpainting using Denoising Diffusion Probabilistic Models 简介及相关工作
由于图像嵌入需要高级语义上下文,并且要显式地将其包含在生成管道中,因此存在一些手工的体系结构设计,如扩大卷积[16,44]来增加接受域,部分卷积[19]和门通卷积[47]根据嵌入掩码来引导卷积内核,上下文注意[45]利用全局信息,边缘映射[9,26,42,43]或语义分割映射[14,30]进一步指导生成,以及傅立叶卷积[39]有效地包括全局和局部信息。因此,嵌入方法需要强大的生成能力。此外,inpainting方法需要处理各种形式的蒙版,如薄或厚的笔刷,正方形,甚至是极端的蒙版,图像的绝大部分都丢失了。
2022-11-23 20:29:24
1524
原创 unable to locate package
ubuntu 使用 apt-get install XX 一直报错Unable to locate package
2022-11-05 20:44:28
1340
原创 pytorch报错OSError: [Errno 24] Too many open files
运行pytorch项目报错:[Errno 24] Too many open files我觉得是因为每次打印日志文件的时候忘记关闭文件导致的writer.add_scalar('G hole loss', loss_hole.item(), count)之前在这之后有一句:writer.close()不知道什么时候被误删除了。记录一下。正在验证中 ... ......
2022-05-27 20:23:23
494
原创 WARNING:root:NaN or Inf found in input tensor
记录一下出现该问题的原因:1.数据集问题(我出现的问题,在mask数据集中有部分图片不能使用)2.学习率太大
2022-04-10 21:06:18
2392
1
原创 one of the variables needed for gradient computation has been modified by an inplace operation
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [1, 1024, 4, 4]] i s at version 2; expected version 1 instead. Hint: enable anomaly detection to find the operation that f
2022-03-21 23:14:31
189
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人