learnable parameters of a torch.nn.Module
A
state_dict is simply a Python dictionary object that maps each layer to its parameter tensor in model.parameters().
Seonglae Cho