Pytorch Flashcards
(2 cards)
1
Q
What is torch.nn.Linear
A
Applies an affine linear transformation to the incoming data: y = x A T + b
2
Q
A
What is torch.nn.Linear
Applies an affine linear transformation to the incoming data: y = x A T + b