Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Stites <stites@users.noreply.github.com>2018-07-03 02:25:12 +0300
committerSoumith Chintala <soumith@gmail.com>2018-07-03 02:25:12 +0300
commitfd0ee3bbf7bfdd21ab10c5ee70b74afaef9409e1 (patch)
treebe96cd27395a6ca557c59c749d8e2f8ec2805c8d
parent89ede3ba90c906a8ec6b9a0f4bef188ba5bb2fd8 (diff)
Development Status in README.md (#1158)
* add development status * make changes
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a51c31..b499ed3 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,15 @@
[![Join the chat at https://gitter.im/torch/torch7](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/torch/torch7?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/torch/torch7.svg)](https://travis-ci.org/torch/torch7)
+## Development Status
+
+Torch is not in active developement. The functionality provided by the C backend of Torch, which are the TH, THNN, THC, THCUNN libraries is actively extended and re-written in the ATen C++11 library ([source](https://github.com/pytorch/pytorch/tree/master/aten), [mirror](https://github.com/zdevito/ATen/)).
+ATen exposes all operators you would expect from torch7, nn, cutorch, and cunn directly in C++11 and includes additional support for sparse tensors and distributed operations. It is to note however that the API and semantics of the backend libraries in Torch-7 are different from the semantice provided by ATen. For example ATen provides numpy-style broadcasting while TH* dont. For information on building the forked Torch-7 libraries in C, refer to ["The C interface" in pytorch/aten/src/README.md](https://github.com/pytorch/pytorch/tree/master/aten/src#the-c-interface).
+
+
## Need help? ##
+Torch7 community support can be found at the following locations. However Torch7 has a much smaller active community than it used to. If you have questions about the C backend of Torch-7, you can try asking in the [PyTorch communication channels](https://github.com/pytorch/pytorch/#communication), as the developers are familiar with it.
* Questions, Support, Install issues: [Google groups](https://groups.google.com/forum/#!forum/torch7)
* Reporting bugs: [torch7](https://github.com/torch/torch7/issues) [nn](https://github.com/torch/nn/issues) [cutorch](https://github.com/torch/cutorch/issues) [cunn](https://github.com/torch/cutorch/issues) [optim](https://github.com/torch/optim/issues) [threads](https://github.com/torch/threads/issues)
* Hanging out with other developers and users (strictly no install issues, no large blobs of text): [Gitter Chat](https://gitter.im/torch/torch7)