pytorch/docs/source/notes
Joel Schlosser 196fd3ee7a Modules note v2 (#63963)
Summary:
This PR expands the [note on modules](https://pytorch.org/docs/stable/notes/modules.html) with additional info for 1.10.

It adds the following:
* Examples of using hooks
* Examples of using apply()
* Examples for ParameterList / ParameterDict
* register_parameter() / register_buffer() usage
* Discussion of train() / eval() modes
* Distributed training overview / links
* TorchScript overview / links
* Quantization overview / links
* FX overview / links
* Parametrization overview / link to tutorial

Pull Request resolved: https://github.com/pytorch/pytorch/pull/63963

Reviewed By: albanD

Differential Revision: D30606604

Pulled By: jbschlosser

fbshipit-source-id: c1030b19162bcb5fe7364bcdc981a2eb6d6e89b4
2021-08-27 11:30:18 -07:00
..
amp_examples.rst
autograd.rst Add docs describing saved tensor hooks (#62362) 2021-08-20 11:10:51 -07:00
broadcasting.rst
cpu_threading_runtimes.svg
cpu_threading_torchscript_inference.rst
cpu_threading_torchscript_inference.svg
cuda.rst
ddp.rst
extending.rst Improve custom function docs (#60312) 2021-08-18 11:31:31 -07:00
faq.rst
gradcheck.rst
hip.rst Add note on ifdefing based on CUDA_VERSION for ROCm path (#62850) 2021-08-25 15:02:03 -07:00
large_scale_deployments.rst
modules.rst Modules note v2 (#63963) 2021-08-27 11:30:18 -07:00
multiprocessing.rst
randomness.rst add comma to prevent syntax errors (#62492) 2021-08-16 12:27:31 -07:00
serialization.rst
windows.rst