diff options
author | Soumith Chintala <soumith@gmail.com> | 2018-12-25 21:55:26 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-12-25 21:57:54 -0800 |
commit | 2fe5c29d81771de4acbeb692ed775d15139646b7 (patch) | |
tree | 47bcda37c4825727a5eb6a80aa3d84965d9cec38 /README.md | |
parent | 60b13d1f719f556264739e59697981262316a5cc (diff) | |
download | pytorch-2fe5c29d81771de4acbeb692ed775d15139646b7.tar.gz pytorch-2fe5c29d81771de4acbeb692ed775d15139646b7.tar.bz2 pytorch-2fe5c29d81771de4acbeb692ed775d15139646b7.zip |
remove legacy from docs (#15112)
Summary:
Fixes https://github.com/pytorch/pytorch/issues/15062
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15112
Differential Revision: D13547845
Pulled By: soumith
fbshipit-source-id: 61e3e6c6b0f6b6b3d571bee02db2938ea9698c99
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -42,7 +42,6 @@ At a granular level, PyTorch is a library that consists of the following compone | **torch.nn** | a neural networks library deeply integrated with autograd designed for maximum flexibility | | **torch.multiprocessing** | Python multiprocessing, but with magical memory sharing of torch Tensors across processes. Useful for data loading and Hogwild training | | **torch.utils** | DataLoader, Trainer and other utility functions for convenience | -| **torch.legacy(.nn/.optim)** | legacy code that has been ported over from torch for backward compatibility reasons | Usually one uses PyTorch either as: |