pytorch/torch/nn/utils
Brian Wignall e7fe64f6a6 Fix typos (#30606)
Summary:
Should be non-semantic.

Uses https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines to find likely typos.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/30606

Differential Revision: D18763028

Pulled By: mrshenli

fbshipit-source-id: 896515a2156d062653408852e6c04b429fc5955c
2019-12-02 20:17:42 -08:00
..
__init__.py Ignore F401 in all __init__.py without putting noqa (#25823) 2019-10-23 15:28:13 -07:00
__init__.pyi Stubs for torch.nn (#19089) 2019-07-01 09:50:17 -07:00
clip_grad.py Correct docstring of vision/init functions 2019-03-01 11:40:23 -08:00
clip_grad.pyi Stubs for torch.nn (#19089) 2019-07-01 09:50:17 -07:00
convert_parameters.py Use new PyTorch API to make code simpler 2018-08-01 08:39:23 -07:00
convert_parameters.pyi Stubs for torch.nn (#19089) 2019-07-01 09:50:17 -07:00
fusion.py Support Conv+BatchNorm fusion for 1d/3d (#29113) 2019-11-05 08:43:51 -08:00
prune.py Fix typos (#30606) 2019-12-02 20:17:42 -08:00
rnn.py explicitly provide memory format when calling to *_like operators 2019-11-18 21:47:52 -08:00
rnn.pyi Stubs for torch.nn (#19089) 2019-07-01 09:50:17 -07:00
spectral_norm.py explicitly provide memory format when calling to clone() at spectral_norm.py 2019-11-08 10:24:46 -08:00
spectral_norm.pyi Add type stubs to import 'nn' modules (#22411) 2019-07-08 09:22:37 -07:00
weight_norm.py Correct docstring of vision/init functions 2019-03-01 11:40:23 -08:00
weight_norm.pyi Add type stubs to import 'nn' modules (#22411) 2019-07-08 09:22:37 -07:00