0 votes
in PyTorch by
The network defined using nn.Module() must have a method named forward().

Select the best option from below

a) False

b) True

1 Answer

0 votes
by
b) True
...