Difference between revisions of "Leafaudio"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:Audio {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|leafaudio}} |{{#vardefine:url|https://github.com/google-research/leaf-audio}} <!--CO...") |
|||
Line 5: | Line 5: | ||
<!--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 32: | Line 32: | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | + | LEAF-Audio requires large tensorflow datasets. Move your ~/tensorflow_datasets directory to your blue storage and create a symlink to the new location to avoid filling up your home quota. | |
|}} | |}} |
Revision as of 17:12, 27 May 2022
Description
LEAF is a learnable alternative to audio features such as mel-filterbanks, that can be initialized as an approximation of mel-filterbanks, and then be trained for the task at hand, while using a very small number of parameters.
Environment Modules
Run module spider leafaudio
to find out what environment modules are available for this application.
System Variables
- HPC_LEAFAUDIO_DIR - installation directory
Additional Information
LEAF-Audio requires large tensorflow datasets. Move your ~/tensorflow_datasets directory to your blue storage and create a symlink to the new location to avoid filling up your home quota.