摘要: 本文链接:https://blog.csdn.net/weixin_37292229/article/details/81737194常用快捷键 1、Ctrl + Enter:在下方新建行但不移动光标; 2、Shift + Enter:在下方新建行并移到新行行首; 3、Ctrl + /:注释(取消注 阅读全文
posted @ 2019-10-23 23:34 Ian_learning 阅读(358) 评论(0) 推荐(0) 编辑
摘要: pytorch的中文手册:https://github.com/zergtant/pytorch-handbook 一、定义/初始化张量Define tensors tensor,即“张量”。实际上跟numpy数组、向量、矩阵的格式基本一样。但是是专门针对GPU来设计的,可以运行在GPU上来加快计算 阅读全文
posted @ 2019-10-23 23:19 Ian_learning 阅读(1817) 评论(0) 推荐(0) 编辑
摘要: 模块cv2: https://www.cnblogs.com/shizhengwen/p/8719062.html opencv 的文档: https://docs.opencv.org/master/ 常用方法: 一、读入图像 使用函数cv2.imread(filepath,flags)读入一副图 阅读全文
posted @ 2019-10-23 22:52 Ian_learning 阅读(287) 评论(0) 推荐(0) 编辑