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

Related questions

+1 vote
asked Jan 14, 2022 in Watson AI by GeorgeBell
0 votes
asked Aug 10, 2023 in Generative AI by john ganales
...