Difference between revisions of "WaveGAN"
Jump to navigation
Jump to search
Johnbullard (talk | contribs) (Created page with "Category:Software Category:Machine Learning Category:Audio Category:GAN Category:Synthesis {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|WaveGAN}} |{{...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Machine Learning]] | [[Category:Machine Learning]] | ||
[[Category:Audio]] | [[Category:Audio]] | ||
− | |||
− | |||
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|WaveGAN}} | |{{#vardefine:app|WaveGAN}} | ||
Line 35: | Line 33: | ||
<!--Run--> | <!--Run--> | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | + | You must specify the full path to the script when running it. The '''HPC_WAVEGAN_DIR''' convenience environment variable can be used to accomplish this: | |
python ${HPC_WAVEGAN_DIR}/train_wavegan.py --help | python ${HPC_WAVEGAN_DIR}/train_wavegan.py --help | ||
Latest revision as of 17:55, 15 August 2022
Description
DESCRIPTION
Environment Modules
Run module spider WaveGAN
to find out what environment modules are available for this application.
System Variables
- HPC_WAVEGAN_DIR - installation directory
Additional Information
You must specify the full path to the script when running it. The HPC_WAVEGAN_DIR convenience environment variable can be used to accomplish this:
python ${HPC_WAVEGAN_DIR}/train_wavegan.py --help
Citation
If you publish research that uses WaveGAN you have to cite it as follows:
@inproceedings{donahue2019wavegan, title={Adversarial Audio Synthesis}, author={Donahue, Chris and McAuley, Julian and Puckette, Miller}, booktitle={ICLR}, year={2019} }