Using nn.Sequential, how would you get the weights of the first layer?
a) model[0].weights
b) model[0].weight
c) model[1].weights
d) model[1].weight