docs(readme): fix a stupid mistake

This commit is contained in:
多玩幻灵qwq 2023-08-02 11:26:55 +08:00 committed by GitHub
parent 27f644d435
commit c8d35d88f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ python preprocess_hubert_f0.py --f0_predictor dio --use_diff
If your dataset is pretty large,you can increase the param `--num_processes` like that:
```shell
python preprocess_hubert_f0.py --speech_encoder vec768l12 --vol_aug --num_processes 8
python preprocess_hubert_f0.py --f0_predictor dio --num_processes 8
```
All the worker will be assigned to different GPU if you have more than one GPUs.