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()
...