diff --git a/README.md b/README.md index 28512a82d46b8..9de45a30f2ffb 100644 --- a/README.md +++ b/README.md @@ -34,19 +34,19 @@ At a granular level, PyTorch is a library that consists of the following compone
| torch | -A Tensor library like NumPy, with strong GPU support | +a Tensor library like NumPy, with strong GPU support |
| torch.autograd | -A tape based automatic differentiation library that supports all differentiable Tensor operations in torch | +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 | +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. | +python multiprocessing, but with magical memory sharing of torch Tensors across processes. Useful for data loading and hogwild training. |
| torch.utils | @@ -54,7 +54,7 @@ At a granular level, PyTorch is a library that consists of the following compone||
| torch.legacy(.nn/.optim) | -Legacy code that has been ported over from torch for backward compatibility reasons | +legacy code that has been ported over from torch for backward compatibility reasons |