PyTorch中向量默认为行向量!(和习惯相反)
以nn.Linear()为例:
Applies a linear transformation to the incoming data:
y
=
x
A
T
+
b
y = xA^T + b
y=xAT+b