Given the following ConvNet, answer the following questions:…
Given the following ConvNet, answer the following questions: How many total parameters (biases and weights) does this network have? [ans1] Break these parameters down into biases and weights per every layer? Show your work. Conv2d 1 MaxPool2d 2 Conv2d 2 MaxPool2d 2 Linear 1 Linear 2 # of Biases [ans2] [ans4] [ans6] [ans8] [ans10] [ans12] # of Weights [ans3] [ans5] [ans7] [ans9] [ans11] [ans13] What would the total number parameters be if the input image size changes to 256 x 256?[ans14]
Read Details