Commit 610ba3cc authored by rusty1s's avatar rusty1s
Browse files

american english

parent 6db8aad4
[pypi-image]: https://badge.fury.io/py/torch-scatter.svg [pypi-image]: https://badge.fury.io/py/torch-scatter.svg
[pypi-url]: https://pypi.python.org/pypi/torch-scatter [pypi-url]: https://pypi.python.org/pypi/torch-scatter
[build-image]: https://travis-ci.org/rusty1s/pytorch_scatter.svg?branch=master [build-url]: https://travis-ci.org/rusty1s/pytorch_scatter [build-image]: https://travis-ci.org/rusty1s/pytorch_scatter.svg?branch=master
[build-url]: https://travis-ci.org/rusty1s/pytorch_scatter
[coverage-image]: https://codecov.io/gh/rusty1s/pytorch_scatter/branch/master/graph/badge.svg [coverage-image]: https://codecov.io/gh/rusty1s/pytorch_scatter/branch/master/graph/badge.svg
[coverage-url]: https://codecov.io/github/rusty1s/pytorch_scatter?branch=master [coverage-url]: https://codecov.io/github/rusty1s/pytorch_scatter?branch=master
...@@ -18,7 +19,7 @@ ...@@ -18,7 +19,7 @@
**[Documentation](http://rusty1s.github.io/pytorch_scatter)** **[Documentation](http://rusty1s.github.io/pytorch_scatter)**
This package consists of a small extension library of highly optimised sparse update (scatter) operations for the use in [PyTorch](http://pytorch.org/), which are missing in the main package. This package consists of a small extension library of highly optimized sparse update (scatter) operations for the use in [PyTorch](http://pytorch.org/), which are missing in the main package.
Scatter operations can be roughly described as reduce operations based on a given "group-index" tensor. Scatter operations can be roughly described as reduce operations based on a given "group-index" tensor.
The package consists of the following operations: The package consists of the following operations:
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
PyTorch Scatter documentation PyTorch Scatter documentation
=============================== ===============================
This package consists of a small extension library of highly optimised sparse update (scatter) operations for the use in `PyTorch <http://pytorch.org/>`_, which are missing in the main package. This package consists of a small extension library of highly optimized sparse update (scatter) operations for the use in `PyTorch <http://pytorch.org/>`_, which are missing in the main package.
Scatter operations can be roughly described as reduce operations based on a given "group-index" tensor. Scatter operations can be roughly described as reduce operations based on a given "group-index" tensor.
All included operations work on varying data types, are implemented both for CPU and GPU and include a backwards implementation. All included operations work on varying data types, are implemented both for CPU and GPU and include a backwards implementation.
......
...@@ -12,7 +12,7 @@ tests_require = ['pytest', 'pytest-cov'] ...@@ -12,7 +12,7 @@ tests_require = ['pytest', 'pytest-cov']
setup( setup(
name='torch_scatter', name='torch_scatter',
version=__version__, version=__version__,
description='PyTorch Extension Library of Optimised Scatter Operations', description='PyTorch Extension Library of Optimized Scatter Operations',
author='Matthias Fey', author='Matthias Fey',
author_email='matthias.fey@tu-dortmund.de', author_email='matthias.fey@tu-dortmund.de',
url=url, url=url,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment