会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BlueOceans
联系方式:dianxinshidian@126.com
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
20
下一页
2021年4月15日
CUDNN_STATUS_INTERNAL_ERROR
摘要: 问题:CUDNN_STATUS_INTERNAL_ERROR 原因:显存不足 解决:显存充裕的卡
阅读全文
posted @ 2021-04-15 20:58 BlueOceans
阅读(1054)
评论(0)
推荐(0)
2021年3月3日
bm3d图像去噪
摘要: https://blog.csdn.net/luzhanbo207/article/details/105736895
阅读全文
posted @ 2021-03-03 10:08 BlueOceans
阅读(87)
评论(0)
推荐(0)
2021年2月24日
安装Horovod
摘要: 1. 安装nccl2 (1)下载:https://developer.nvidia.com/nccl (2)根据机型选择对应的安装文件:例如:nccl-repo-rhel7-2.7.8-ga-cuda10.1-1-1.x86_64.rpm (3)安装命令: sudo yum nccl-repo-rh
阅读全文
posted @ 2021-02-24 19:17 BlueOceans
阅读(445)
评论(0)
推荐(0)
2020年12月24日
/usr/bin/mv: Argument list too long
摘要: find 源目录 -type f -name '*.txt' -exec mv {} 目标目录 \;
阅读全文
posted @ 2020-12-24 22:31 BlueOceans
阅读(803)
评论(0)
推荐(0)
2020年12月19日
CNN可视化
摘要: 1. PyTorch 的 hook 及其在 Grad-CAM 中的应用 https://bbs.cvmart.net/topics/1532?from=groupmessage&isappinstalled=0 grad-cam原理:利用logit输出值反向求取对应特征层的梯度,并把每层特征的梯度取
阅读全文
posted @ 2020-12-19 21:42 BlueOceans
阅读(108)
评论(0)
推荐(0)
2020年11月13日
active learning
摘要: 一些sample strategy实现: https://github.com/ej0cl6/deep-active-learning modAL https://github.com/modAL-python/modAL
阅读全文
posted @ 2020-11-13 17:47 BlueOceans
阅读(180)
评论(0)
推荐(0)
2020年9月11日
mmdetection安装问题
摘要: 安装版本v2.0+ 1. pycocotools错误 安装mmdetection forked的版本 # Install cocoapi pip install "git+https://github.com/open-mmlab/cocoapi.git#subdirectory=pycocotoo
阅读全文
posted @ 2020-09-11 19:57 BlueOceans
阅读(624)
评论(0)
推荐(0)
ImportError: No module named 'torchsample'
摘要: pip install -e git+https://github.com/ncullen93/torchsample.git#egg=torchsample pip install visdom pip install nibabel pip install h5py # this will be
阅读全文
posted @ 2020-09-11 19:52 BlueOceans
阅读(773)
评论(0)
推荐(0)
2020年5月21日
opencv ImportError: libSM.so.6: cannot open shared object file: No such file or directory
摘要: 这个问题,网上的解决方案大多数都是apt-get安装libSM,但是由于我这里不方便使用包安装,所以发现可以使用pip install opencv-python-headless 安装无需图形依赖库的opencv。
阅读全文
posted @ 2020-05-21 12:44 BlueOceans
阅读(315)
评论(0)
推荐(0)
2020年4月17日
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcd
摘要: 问题:UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcd 原因:文件里面存在非'utf-8'编码的字符,比如其他平台上写入的中文字符 解决:尝试其他解码格式 import codecs with codecs.open(fname, 'r
阅读全文
posted @ 2020-04-17 12:16 BlueOceans
阅读(1186)
评论(0)
推荐(0)
1
2
3
4
5
···
20
下一页
公告