自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (3)
  • 收藏
  • 关注

原创 pytorch-CPN代码遇到的问题

1.image = scipy.misc.imread(img_path, mode='RGB')AttributeError: 'module' object has no attribute 'imread'原因:SciPy 1.2.0之后已经删除了,用imageio.imread代替解决办法:1.先检查scipy有没有安装好,因为还有其他地方用到 import ...

2019-06-20 14:50:17 1584 3

转载 self.pid = os.fork() OSError: [Errno 12] Cannot allocate memory Process finished with exit code 137

The solution is either to make the pools earlier, when less memory needs to be copied, or to work harder at sharing the largest objects. Or, of course, add more memory (perhaps just virtual memory, i....

2019-06-18 16:40:10 3797

翻译 原 PyTorch学习之六个学习率调整策略.图示

How to adjust Learning Ratetorch.optim.lr_scheduler.LambdaLR torch.optim.lr_scheduler.StepLR torch.optim.lr_scheduler.MultiStepLR torch.optim.lr_scheduler.ExponentialLR torch.optim.lr_shedul...

2019-06-18 16:07:10 3186

原创 torch.autograd.Variable(target.cuda(async=True)) ---用async调用cuda()出现 SyntaxError: invalid syntax

又比如:./projects/personachat/persona_seq2seq.py:2220:43: E999 SyntaxError: invalid syntax self.zs.copy_(zs, async=True) ^./parlai/agent...

2019-06-18 13:33:17 11550 1

转载 【pytorch】torch.utils.data.DataLoader中的pin_memory属性

原文:https://blog.csdn.net/tsq292978891/article/details/80454568原文:https://blog.csdn.net/tfcy694/article/details/83270701 doc解释: https://pytorch.org/docs/stable/_modules/torch/utils/data/datal...

2019-06-18 13:22:09 2621

visual studio C++ build tools 安装包丢失或毁坏 VS2015 安装失败问题,如 安装包损坏或丢失.rar

即microsoft root certificate authority 2010、microsoft root certificate authority 2011证书未安装,导致文件校验未通过, 也可以从别的电脑上导出了这两个文件(后续会上传),导入证书后就正常工作了~ 积分怎么改少点啊,目的是分享啊。

2019-05-08

非极大值抑制_python实现

A brief introduction of NMS for object detection。非极大值抑制_python实现

2018-09-16

编程小白的第一本Python 入门书

这不是一本让你中途放弃的编程书,这是一本黏着你看完的编程书。大多数读者都能在一周内读完,其中有35岁才开始学编程的中年男子、有工作非常忙碌的女性创业者、还有对编程感兴趣的高中生。所以,相信你也可以跟着这本书一起从零到一。

2018-03-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除