thewh1teagle commited on
Commit
761bcef
·
unverified ·
1 Parent(s): 247c60c

Fix output directory in preprocessing and training commands in readme

Browse files
Files changed (1) hide show
  1. ablation/readme.txt +2 -2
ablation/readme.txt CHANGED
@@ -5,7 +5,7 @@ https://github.com/thewh1teagle/ilspeech-train
5
  uv run python -m piper_train.preprocess \
6
  --language he \
7
  --input-dir ./dataset \
8
- --output-dir ./train_vocalized_mock \
9
  --dataset-format ljspeech \
10
  --single-speaker \
11
  --sample-rate 22050 \
@@ -13,7 +13,7 @@ uv run python -m piper_train.preprocess \
13
  --max-workers 6
14
 
15
  uv run python -m piper_train \
16
- --dataset-dir "./train_vocalized_mock" \
17
  --accelerator 'gpu' \
18
  --devices 1 \
19
  --batch-size 24 \
 
5
  uv run python -m piper_train.preprocess \
6
  --language he \
7
  --input-dir ./dataset \
8
+ --output-dir ./train_unvocalized_mock \
9
  --dataset-format ljspeech \
10
  --single-speaker \
11
  --sample-rate 22050 \
 
13
  --max-workers 6
14
 
15
  uv run python -m piper_train \
16
+ --dataset-dir "./train_unvocalized_mock" \
17
  --accelerator 'gpu' \
18
  --devices 1 \
19
  --batch-size 24 \