-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Open
Labels
module: nnRelated to torch.nnRelated to torch.nnmodule: nn.utils.parametrizetriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
🐛 Describe the bug
Parametrizations don't let you control what the original parameters are called; they're always original0, original1, etc. For weight_norm, this new naming is a bit obtuse; the original naming of g/v was better. Not sure if this is actually worth fixing, holler if you think it is.
cc @albanD @mruberry @jbschlosser @walterddr @mikaylagawarecki @lezcano
Versions
main
Metadata
Metadata
Assignees
Labels
module: nnRelated to torch.nnRelated to torch.nnmodule: nn.utils.parametrizetriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Type
Projects
Status
To pick up