摘要: torch.nn.Linear(in_features, out_features, bias=True) 1.1 作用 pytorch中的全连接层,对于输入的向量x进行线性变换y=xAT+b 1.2 参数 in_features – 输入的向量的size out_features – 最终返回的输 阅读全文
posted @ 2021-06-12 11:50 weihy 阅读(503) 评论(0) 推荐(0)