Просмотр исходного кода

Update default checkpoint & text processor

Lengyue 1 год назад
Родитель
Сommit
72a8cdb207
2 измененных файлов с 1 добавлено и 2 удалено
  1. 1 1
      fish_speech/configs/vits_decoder_finetune.yaml
  2. 0 1
      fish_speech/text/clean.py

+ 1 - 1
fish_speech/configs/vits_decoder_finetune.yaml

@@ -3,7 +3,7 @@ defaults:
   - _self_
   - _self_
 
 
 project: vits_decoder
 project: vits_decoder
-ckpt_path: checkpoints/Bert-VITS2/ensemble.pth
+ckpt_path: checkpoints/vits-decoder-v1.1.pth
 resume_weights_only: true
 resume_weights_only: true
 
 
 # Lightning Trainer
 # Lightning Trainer

+ 0 - 1
fish_speech/text/clean.py

@@ -19,7 +19,6 @@ SYMBOLS_MAPPING = {
     "·": ",",
     "·": ",",
     "、": ",",
     "、": ",",
     "...": "…",
     "...": "…",
-    "$": ".",
     "“": "'",
     "“": "'",
     "”": "'",
     "”": "'",
     "‘": "'",
     "‘": "'",