-
Notifications
You must be signed in to change notification settings - Fork 27.7k
Naming inconsistencies #1969
Copy link
Copy link
Closed
Labels
enhancementNot as big of a feature, but technically not a bug. Should be easy to fixNot as big of a feature, but technically not a bug. Should be easy to fixmodule: nnRelated to torch.nnRelated to torch.nnmodule: uxtriagedThis 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
Metadata
Metadata
Assignees
Labels
enhancementNot as big of a feature, but technically not a bug. Should be easy to fixNot as big of a feature, but technically not a bug. Should be easy to fixmodule: nnRelated to torch.nnRelated to torch.nnmodule: uxtriagedThis 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
There are some functions/classes which are very similar but have a different naming pattern. For example:
log_softmaxvslogsigmoid: underscore symbolCrossEntropyLossandNLLLossvsBCELossandBCEWithLogitsLoss: CE loss and BCE loss have different inputsMaybe there are other examples. Is it the legacy of lua torch?
cc @albanD @mruberry