Site Tools


linux_modules:torch

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 lua module as the lua scripting language is used to interact with torch.

Loading the Module

Example:

[ktm5j@portal01] ~$ module load torch
[ktm5j@portal01] ~$ th
 
  ______             __   |  Torch7 
 /_  __/__  ________/ /   |  Scientific computing for Lua. 
  / / / _ \/ __/ __/ _ \  |  Type ? for help 
 /_/  \___/_/  \__/_//_/  |  https://github.com/torch 
                          |  http://torch.ch 

th>

Environment Variables

Variable Join Type String Added
PATH prepend
LD_LIBRARY_PATH prepend
LD_INCLUDE_PATH prepend
MANPATH prepend
linux_modules/torch.txt · Last modified: 2023/08/29 19:56 by 127.0.0.1