Site Tools


linux_modules:torch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_modules:torch [2019/03/29 15:08] – created ktm5jlinux_modules:torch [2023/08/29 19:56] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Torch ======
 +
 +Project website: http://torch.ch/ https://github.com/torch/torch7
 +
 +> Torch is a scientific computing framework with wide support for machine learning algorithms that puts GPUs first. It is easy to use and efficient, thanks to an easy and fast scripting language, LuaJIT, and an underlying C/CUDA implementation.
 +
 +===== Using torch =====
 +
 +Loading torch will also load the [[linux_modules:lua|lua]] module as the lua scripting language is used to interact with torch.
 +
 +==== Loading the Module ====
 +
 +**Example: **
 +<code>
 +[ktm5j@portal01] ~$ module load torch
 +[ktm5j@portal01] ~$ th
 + 
 +  ______             __    Torch7 
 + / __/__  ________/ /    Scientific computing for Lua. 
 +  / / / _ \/ __/ __/ _ \  |  Type ? for help 
 + /_/  \___/_/  \__/_//_/  |  https://github.com/torch 
 +                          |  http://torch.ch 
 +
 +th>
 +</code>
 +
 +==== Environment Variables ====
 +
 +^ Variable ^ Join Type ^ String Added ^
 +| PATH | prepend |  |
 +| LD_LIBRARY_PATH | prepend |  |
 +| LD_INCLUDE_PATH | prepend |  |
 +| MANPATH | prepend |  |
 +
 +