• Stars
    star
    552
  • Rank 77,858 (Top 2 %)
  • Language CMake
  • License
    BSD 3-Clause "New...
  • Created almost 10 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Torch installation in a self-contained folder

Build Status

NOTE: Torch is not actively developed anymore and is in maintenance mode.

Self-contained Torch installation

Please refer to the Torch installation guide for details on how to make a fresh install of Torch on Linux or MacOS.

If on windows with msvc, please refer to this guide for details on installation and usage.

Repo content

Dependencies

Globally installed dependencies can be installed via:

bash install-deps

Lua and Torch

The self-contained Lua and Torch installations are performed via:

./install.sh

By default Torch will install LuaJIT 2.1. If you want other options, you can use the command:

# If a different version was installed, used ./clean.sh to clean it
TORCH_LUA_VERSION=LUA51 ./install.sh
TORCH_LUA_VERSION=LUA52 ./install.sh

Update

To update your already installed distro to the latest master branch of torch/distro simply run:

./update.sh

Cleaning

To remove all the temporary compilation files you can run:

./clean.sh

To remove the installation run:

# Warning: this will remove your current installation
rm -rf ./install

You may also want to remove the torch-activate entry from your shell start-up script (~/.bashrc or ~/.profile).

Test

You can test that all libraries are installed properly by running:

./test.sh

Tested on Ubuntu 14.04, CentOS/RHEL 6.3 and OSX

More Repositories

1

torch7

http://torch.ch
C
8,911
star
2

nn

Lua
1,324
star
3

tutorials

A series of machine learning tutorials for Torch7
Jupyter Notebook
624
star
4

demos

Demos and tutorials around Torch7.
Lua
355
star
5

cutorch

A CUDA backend for Torch7
Cuda
337
star
6

nngraph

Graph Computation for nn
Lua
300
star
7

threads

Threads for Lua and LuaJIT. Transparent exchange of data between threads is allowed thanks to torch serialization.
Lua
248
star
8

DEPRECEATED-torch7-distro

Torch7: state-of-the-art machine learning algorithms
C
225
star
9

cunn

Cuda
215
star
10

image

An Image toolbox for Torch.
C
209
star
11

qtlua

Lua interface to QT library
C++
201
star
12

optim

A numeric optimization package for Torch.
Lua
198
star
13

luajit-rocks

LuaJIT and luarocks in one location
C
153
star
14

trepl

A pure Lua-based, lightweight REPL for Torch.
Lua
81
star
15

tds

Torch C data structures
C
81
star
16

torch.github.io

Torch's web page.
HTML
76
star
17

ezinstall

One-line install scripts for Torch.
Shell
76
star
18

xlua

A set of useful functions to extend Lua (string, table, ...).
Lua
75
star
19

rocks

Rocks for torch
HTML
72
star
20

class

Oriented Object Programming for Lua
Lua
71
star
21

rnn

Torch recurrent neural networks
Lua
62
star
22

gnuplot

Lua
61
star
23

TH

Standalone C TH library
C
56
star
24

argcheck

A powerful (and blazing fast) argument checker and function overloading system for Lua or LuaJIT
Lua
53
star
25

paths

C
51
star
26

senna

NLP SENNA (http://ml.nec-labs.com/senna) interface to LuaJIT
Lua
49
star
27

sdl2-ffi

A LuaJIT interface to SDL2
Lua
37
star
28

graph

Graph package for Torch
Lua
36
star
29

cwrap

Lua
30
star
30

xt

torch TH/THC c++11 wrapper
C
15
star
31

sys

A system utility package for Torch.
Lua
13
star
32

sundown-ffi

A LuaJIT interface to the Sundown library (a Markdown implementation)
C
10
star
33

ffi

FFI bindings for Torch7. Allows LuaJIT-speed access to Tensors and Storages.
Lua
9
star
34

qttorch

C++
8
star
35

cairo-ffi

LuaJIT FFI interface to Cairo Graphics
Lua
7
star
36

hash

Hashing functions for Torch7
C
7
star
37

luarocks-mirror

because luarocks.org is not completely reliable!
Shell
6
star
38

dok

Lua
6
star
39

socketfile

adds file-over-sockets support for torch
Lua
6
star
40

rational

rational numbers for lua
Lua
5
star
41

vector

Lua
5
star
42

env

Sets up default torch environment
Lua
4
star
43

testme

Unit Testing for Torch.
Lua
2
star