摘要: 1.pytorch 的nn.Linear 参数初始化方法 m=nn.Linear(3, 4) print(m.weight) print(m.bias) #输出 Parameter containing: tensor([[ 1.7056e-01, -4.5271e-01, 1.5907e-01], 阅读全文
posted @ 2021-05-26 16:14 lypbendlf 阅读(6473) 评论(0) 推荐(1) 编辑
摘要: 转自:https://www.huaweicloud.com/articles/64e2a426a2d4fe45b7be305791fe2839.html 1.表示范围 https://blog.csdn.net/u013760665/article/details/98520702 正整数用原码表 阅读全文
posted @ 2021-05-26 12:30 lypbendlf 阅读(466) 评论(0) 推荐(0) 编辑