上一页 1 ··· 98 99 100 101 102 103 104 105 106 ··· 329 下一页
摘要: 如何理解创建QPen的参数 pen = (i*3, 20*1.3) #创建颜色的方法请参考: https://pyqtgraph.readthedocs.io/en/latest/functions.html#pyqtgraph.intColor pe... 阅读全文
posted @ 2022-03-20 21:36 bH1pJ 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 如何调整pyqt控件位置的position position plot.resize(500,1000) #对plot窗口的大小进行设置plot.parent().move(position[0], position[1]) #对plot窗口在显示器上的相... 阅读全文
posted @ 2022-03-20 21:36 bH1pJ 阅读(326) 评论(0) 推荐(0) 编辑
摘要: git config --global credential.helper store 阅读全文
posted @ 2022-03-20 21:36 bH1pJ 阅读(321) 评论(0) 推荐(0) 编辑
摘要: PS边缘工具,边界羽化 阅读全文
posted @ 2022-03-20 21:36 bH1pJ 阅读(24) 评论(0) 推荐(0) 编辑
摘要: prism 计算 Spearman相关 假设检验的基本思想: 假设,两变量不相关,在这个假设成立的条件下,可以得到一个分布已知的统计量,将样本值代入统计量,得到抽到这些样本点(已经发生的事件)的概率,这个概率值即为p值,若此p值<0.05,说明在原假设正确的... 阅读全文
posted @ 2022-03-20 21:36 bH1pJ 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 好像两者无法直接求相关。 阅读全文
posted @ 2022-03-20 21:36 bH1pJ 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 计算相关时 数据长度不一样怎么办 肯定没办法办啊。 长度必须得一样,才行。 阅读全文
posted @ 2022-03-20 21:36 bH1pJ 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 把缓存清理一下就好了git rm -r --cached . git add . 阅读全文
posted @ 2022-03-20 21:36 bH1pJ 阅读(36) 评论(0) 推荐(0) 编辑
摘要: Y = torch.from_numpy(wipeAndPupil).to(X.device) # wipeAndPupil 从numpy转换为tensorY=Y.type(torch.cuda.FloatTensor) 阅读全文
posted @ 2022-03-20 21:36 bH1pJ 阅读(59) 评论(0) 推荐(0) 编辑
摘要: pytorch tensor拼接 阅读全文
posted @ 2022-03-20 21:36 bH1pJ 阅读(12) 评论(0) 推荐(0) 编辑
上一页 1 ··· 98 99 100 101 102 103 104 105 106 ··· 329 下一页