Alternatives To Torch7
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Pytorch71,0773,3416,72816 hours ago37May 08, 202312,759otherPython
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Torch78,505
4 years ago282otherC
http://torch.ch
Artificial Intelligence Deep Learning Machine Learning Tutorials3,436
3 months ago152otherPython
A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Climate / Energy, Automotives, Retail, Pharma, Medicine, Healthcare, Policy, Ethics and more.
Pytorch Cpp1,559
6 months ago4mitC++
C++ Implementation of PyTorch Tutorials for Everyone
Torch Audiomentations767
a month ago14June 29, 202247mitPython
Fast audio data augmentation in PyTorch. Inspired by audiomentations. Useful for deep learning.
Torch4301213 days ago13February 25, 202267otherC++
R Interface to Torch
Pytorch417
6 years ago22bsd-2-clausePython
Python wrappers for torch and lua
Ocaml Torch376
5 months ago10apache-2.0OCaml
OCaml bindings for PyTorch
Adaptive Softmax368
5 years ago5otherLua
Implements an efficient softmax approximation as described in the paper "Efficient softmax approximation for GPUs" (http://arxiv.org/abs/1609.04309)
Cltorch269
7 years ago4otherC++
An OpenCL backend for torch.
Alternatives To Torch7
Select To Compare


Alternative Project Comparisons
Readme

Join the chat at https://gitter.im/torch/torch7 Build Status

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, mirror). 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.

Need help?

Torch7 community support can be found at the following locations. As of 2019, the Torch-7 community is close to non-existent.

Torch Package Reference Manual

Torch is the main package in Torch7 where data structures for multi-dimensional tensors and mathematical operations over these are defined. Additionally, it provides many utilities for accessing files, serializing objects of arbitrary types and other useful utilities.

Torch Packages

  • Tensor Library
    • Tensor defines the all powerful tensor object that provides multi-dimensional numerical arrays with type templating.
    • Mathematical operations that are defined for the tensor object types.
    • Storage defines a simple storage interface that controls the underlying storage for any tensor object.
  • File I/O Interface Library
  • Useful Utilities
    • Timer provides functionality for measuring time.
    • Tester is a generic tester framework.
    • CmdLine is a command line argument parsing utility.
    • Random defines a random number generator package with various distributions.
    • Finally useful utility functions are provided for easy handling of torch tensor types and class inheritance.

Useful Links

Popular Tensor Projects
Popular Torch Projects
Popular Machine Learning Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C
Tensor
Torch