From 16cc14eb1d4bb481796855132b198625884b5cef Mon Sep 17 00:00:00 2001 From: ankit raj Date: Fri, 2 Jun 2017 09:49:33 +0000 Subject: [PATCH] Revert "Fix small error" --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 - + - + - + - + @@ -54,7 +54,7 @@ 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
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
@@ -245,4 +245,4 @@ PyTorch is a community driven project with several skillful engineers and resear PyTorch is currently maintained by [Adam Paszke](https://apaszke.github.io/), [Sam Gross](https://github.com/colesbury) and [Soumith Chintala](http://soumith.ch) with major contributions coming from 10s of talented individuals in various forms and means. A non-exhaustive but growing list needs to mention: Sergey Zagoruyko, Adam Lerer, Francisco Massa, Andreas Kopf, James Bradbury, Zeming Lin, Yuandong Tian, Guillaume Lample, Marat Dukhan, Natalia Gimelshein. -Note: This project is unrelated to [hughperkins/pytorch](https://github.com/hughperkins/pytorch) with the same name. Hugh is a valuable contributor in the Torch community and has helped with many things Torch and PyTorch. +Note: this project is unrelated to [hughperkins/pytorch](https://github.com/hughperkins/pytorch) with the same name. Hugh is a valuable contributor in the Torch community and has helped with many things Torch and PyTorch.