-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
module: nnRelated to torch.nnRelated to torch.nnmodule: typingRelated to mypy type annotationsRelated to mypy type annotationstriagedThis 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
init return value should be specified as None. Now it doesn't have any
https://github.com/pytorch/pytorch/blob/master/torch/nn/modules/module.py#L223
https://www.python.org/dev/peps/pep-0484/#the-meaning-of-annotations
cc @albanD @mruberry @ezyang @malfet @rgommers @xuzhao9 @gramster
Metadata
Metadata
Assignees
Labels
module: nnRelated to torch.nnRelated to torch.nnmodule: typingRelated to mypy type annotationsRelated to mypy type annotationstriagedThis 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