mirror of
https://github.com/wassname/TTS.git
synced 2026-09-01 11:50:38 +08:00
11 lines
588 B
Bash
11 lines
588 B
Bash
#!/bin/bash
|
|
source ../tmp/venv/bin/activate
|
|
# ls /snakepit/jobs/1023/keep/
|
|
# source /snakepit/jobs/1023/keep/venv/bin/activate
|
|
# source /snakepit/jobs/1047/keep/venv/bin/activate
|
|
# python extract_feats.py --data_path /snakepit/shared/data/keithito/LJSpeech-1.1/wavs --out_path /snakepit/shared/data/keithito/LJSpeech-1.1/loader_data/ --config config.json --num_proc 32
|
|
# python train.py --config_path config_kusal.json --debug true
|
|
python train.py --config_path config.json --debug true
|
|
# python -m cProfile -o profile.cprof train.py --config_path config.json --debug true
|
|
# nvidia-smi
|