AttributeError: 'Sequential' object has no attribute 'weight'

Hello,

I am using a model from

However when I use
print(“weight[0,0] b4 average: %f” % model.classifier.weight[0,0].item())

I got the error.
Thanks,