Spaces:
Runtime error
Runtime error
File size: 379 Bytes
2b7bf83 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
# general
*~
*.pyc
\#*\#
.\#*
*DS_Store
out.txt
parallel_wavegan.egg-info/
doc/_build
slurm-*.out
tmp*
.eggs/
.hypothesis/
.idea
.backup/
.pytest_cache/
__pycache__/
.coverage*
coverage.xml*
.vscode*
.nfs*
.ipynb_checkpoints
.d000*
*.out
*.err
# recipe related
egs/*/*/data
egs/*/*/downloads
egs/*/*/dump
egs/*/*/exp
egs/*/*/conf/tuning
# tools related
tools/venv/
tools/apex/
|