Index of /examples/machine_learning/torch

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]cmdScript.lua 2016-09-09 11:56 468  
[TXT]quadratic.lua 2016-09-09 12:04 770  
[TXT]th_job.qsub 2021-03-23 13:56 397  

Torch basic example

To run torch interactively at the command line:

scc2% module load cuda/7.5.18
scc2% module load intel/2016
scc2% module load openblas/0.2.12
scc2% module load torch
scc2% th

To run a script:

scc2% th quadratic.lua

To submit a job, execute command:

scc2% qsub th_job.qsub

Contact Information

Help: help@scv.bu.edu

Note: RCS example programs are provided "as is" without any warranty of any kind. The user assumes the entire risk of quality, performance, and repair of any defect. You are welcome to copy and modify any of the given examples for your own use.