Login
Remember
Register
Ask a Question
Which of the following constructor is used to define the layers sequentially?
0
votes
asked
Aug 7, 2021
in
PyTorch
by
sharadyadav1986
Which of the following constructor is used to define the layers sequentially?
Select the best option from below
a) torch.Sequential()
b) torch.nn.Model
c) torch.nn.Sequential()
d) torch.nn.Network
constructor-layer
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 7, 2021
by
sharadyadav1986
c) torch.nn.Sequential()
...