mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
This PR takes the opinionated stance that `torch.nn.utils.<func>` should be the preferred API over `torch.nn.utils.clip_grad.<func>`. Pull Request resolved: https://github.com/pytorch/pytorch/pull/155125 Approved by: https://github.com/albanD, https://github.com/mikaylagawarecki, https://github.com/janeyx99 |
||
|---|---|---|
| .. | ||
| _expanded_weights | ||
| __init__.py | ||
| _deprecation_utils.py | ||
| _named_member_accessor.py | ||
| _per_sample_grad.py | ||
| clip_grad.py | ||
| convert_parameters.py | ||
| fusion.py | ||
| init.py | ||
| memory_format.py | ||
| parametrizations.py | ||
| parametrize.py | ||
| prune.py | ||
| rnn.py | ||
| spectral_norm.py | ||
| stateless.py | ||
| weight_norm.py | ||