Torch
Torch is a scientific computing framework, supporting machine learning algorithms and GPUs. It is written in a scripting language, LuaJIT.
Install
cd $DLBENCH_ROOT
bash torch-install.sh
This script will install Torch by compiling its source codes. And its environment will be automatically configured.
The table below shows the statistics of Torch.
- 166 text files
 - 166 unique files
 - 66 files ignored
 
CLOC v 1.60 T=0.86 s (159.7 files/s, 41829.2 lines/s)
| Language | files | blank | comment | code | 
|---|---|---|---|---|
| C | 50 | 2668 | 955 | 17270 | 
| Lua | 21 | 1227 | 424 | 8701 | 
| C/C++ Header | 51 | 465 | 281 | 2287 | 
| CMake | 14 | 197 | 186 | 1409 | 
| YAML | 2 | 0 | 0 | 83 |