Skip to content

Commit

Permalink
Remove Trainer from README.md (pytorch#18980)
Browse files Browse the repository at this point in the history
Summary:
Trainer has been removed long time ago
Pull Request resolved: pytorch#18980

Differential Revision: D14819855

Pulled By: ezyang

fbshipit-source-id: f62020e688ebf6663416aec7435bf1f531607941
  • Loading branch information
zasdfgbnm authored and facebook-github-bot committed Apr 6, 2019
1 parent 13f03a4 commit 1497d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ At a granular level, PyTorch is a library that consists of the following compone
| **torch.autograd** | a tape-based automatic differentiation library that supports all differentiable Tensor operations in torch |
| **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.utils** | DataLoader and other utility functions for convenience |

Usually one uses PyTorch either as:

Expand Down

0 comments on commit 1497d45

Please sign in to comment.