thewh1teagle commited on
Fix output directory in preprocessing and training commands in readme
Browse files- 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 ./
|
| 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 "./
|
| 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 \
|