0 votes
in PyTorch by

Which of the following is the base class for all the neural networks in PyTorch?

Select the best option from below

a) torch.nn.Model

b) torch.Module

c) torch.nn.Network

d) torch.nn.Module

1 Answer

0 votes
by
d) torch.nn.Module
...