摘要: hdf5文件没有损坏,但是训练的时候开多线程后报错, 可以尝试增加以下代码,解除锁定 os.environ["HDF5_USE_FILE_LOCKING"] = "FALSE" 阅读全文
posted @ 2022-07-15 09:46 wioponsen 阅读(407) 评论(0) 推荐(0)
摘要: 选择网页, 右键另存为,保存网页。 用notepad打开网页文件, 找到类似于下面的这行 搜索替换字段 onerror 为任意 xxxx 即可 只删除下面这部分也是可以的 <img src="https://blog.csdn.net/xxxx/article/details/xxxx" onerr 阅读全文
posted @ 2022-07-01 13:45 wioponsen 阅读(2435) 评论(0) 推荐(0)
摘要: ref: https://cloud.tencent.com/developer/article/1800935 feature 形状为 [b,c,h,w] BN 在 [b, h, w] 上做归一化 LN 在 [c, h, w] 上做归一化 IN 在 [h, w] 上做归一化 GN 将 c 分 gr 阅读全文
posted @ 2022-06-10 09:48 wioponsen 阅读(337) 评论(0) 推荐(0)
摘要: ref:https://meetonfriday.com/posts/18392404/ 阅读全文
posted @ 2022-05-25 15:32 wioponsen 阅读(18) 评论(0) 推荐(0)
摘要: ref: https://www.cyberciti.biz/faq/linux-unix-shell-unzipping-many-zip-files/ 如下, 将*.zip放在两个单引号之间 unzip '*.zip' 阅读全文
posted @ 2022-04-13 13:26 wioponsen 阅读(464) 评论(0) 推荐(0)
摘要: 2020年的这篇文章思路感觉是更有效的: Learning with Privileged Information for Efficient Image Super-Resolution (ECCV 2020) https://cvlab.yonsei.ac.kr/projects/PISR/ 第 阅读全文
posted @ 2022-03-09 11:24 wioponsen 阅读(122) 评论(0) 推荐(0)
摘要: ref: https://blog.csdn.net/luwieer/article/details/109590992 x64 PotPlayerSetup64-1.7.18958.exe x86 PotPlayerSetup64-1.7.18958.exe 阅读全文
posted @ 2022-03-02 13:15 wioponsen 阅读(145) 评论(0) 推荐(0)
摘要: ref: https://www.optkt.cn/article-11.html 阅读全文
posted @ 2022-02-24 17:26 wioponsen 阅读(177) 评论(0) 推荐(0)
摘要: https://github.com/BluePointLilac/ContextMenuManager 阅读全文
posted @ 2022-01-24 14:18 wioponsen 阅读(83) 评论(0) 推荐(0)
摘要: ref: https://www.cnblogs.com/shine-lee/p/10950963.html 阅读全文
posted @ 2021-12-23 15:52 wioponsen 阅读(17) 评论(0) 推荐(0)