Add name to Class Parameter() · Issue #37554 · pytorch/...
🚀 Feature Add name to Class Parameter() [link] (https://github.com/pytorch/pytorch/blob/master/torch/nn/parameter.py). Motivation Currently, parameter names are available via nn.Module.name_parameter(), it is good enough for a model that...