1.

Which of the following constructor is used to add convolution layer while building the model?

Answer»

Which of the following constructor is USED to add convolution layer while BUILDING the model?
Please choose the correct OPTION from below list
(1)nn.layers.Conv()
(2)nn.Conv()
(3)nn.layers.Conv2d()
(4)nn.Conv2d()

Answer:-(4)nn.Conv2d()



Discussion

No Comment Found