Difference between revisions of "Nt"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:Software Category:Sequencing Category:Neuroscience {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|nt}} |{{#vardefine:url|https://github.com/shijie-wu/...")
 
 
Line 7: Line 7:
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
|{{#vardefine:exe|}}            <!--ADDITIONAL INFO-->
+
|{{#vardefine:exe|1}}            <!--ADDITIONAL INFO-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
Line 27: Line 27:
 
==System Variables==
 
==System Variables==
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
 
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==
Line 35: Line 34:
 
{{#if: {{#var: exe}}|==Additional Information==
 
{{#if: {{#var: exe}}|==Additional Information==
  
WRITE_ADDITIONAL_INSTRUCTIONS_ON_RUNNING_THE_SOFTWARE_IF_NECESSARY
+
Usage:
 +
From a GUI session run:
 +
 
 +
<pre>
 +
$ module load nt/20220404
 +
</pre>
  
 
|}}
 
|}}

Latest revision as of 14:38, 15 July 2022

Description

nt website  

This repo contains a set of neural transducer, e.g. sequence-to-sequence model, focusing on character-level tasks. It powers several papers and workshops, which can be found on the program's website.

Environment Modules

Run module spider nt to find out what environment modules are available for this application.

System Variables

  • HPC_NT_DIR - installation directory

Additional Information

Usage: From a GUI session run:

$ module load nt/20220404