0 votes
in PyTorch by

Which of the following constructor is used as an FC layer to the network?

Select the best option from below

a) nn.sequential()

b) nn.Linear()

c) nn.Layer()

d) nn.FC()

1 Answer

0 votes
by
b) nn.Linear()

Related questions

0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
...