關于VITS-fast-fine-tuning的繼續(xù)訓練

保存繼續(xù)訓練數(shù)據(jù)命令:
!mkdir -p ../drive/MyDrive/繼續(xù)訓練
!mkdir -p ../drive/MyDrive/繼續(xù)訓練/音頻
!cp ./OUTPUT_MODEL/G_latest.pth ../drive/MyDrive/繼續(xù)訓練/G_latest.pth
!cp ./OUTPUT_MODEL/D_latest.pth ../drive/MyDrive/繼續(xù)訓練/D_latest.pth
!cp ./configs/finetune_speaker.json ../drive/MyDrive/繼續(xù)訓練/finetune_speaker.json
!cp -rf ./custom_character_voice/ ../drive/MyDrive/繼續(xù)訓練/音頻/custom_character_voice/
!cp -rf ./segmented_character_voice/ ../drive/MyDrive/繼續(xù)訓練/音頻/segmented_character_voice/
!cp long_character_anno.txt ../drive/MyDrive/繼續(xù)訓練/音頻/long_character_anno.txt
!cp short_character_anno.txt ../drive/MyDrive/繼續(xù)訓練/音頻/short_character_anno.txt
分配訓練數(shù)據(jù)命令:
!mkdir -p ./OUTPUT_MODEL
!cp ../drive/MyDrive/繼續(xù)訓練/G_latest.pth ./OUTPUT_MODEL/G_latest.pth
!cp ../drive/MyDrive/繼續(xù)訓練/D_latest.pth ./OUTPUT_MODEL/D_latest.pth
!cp ../drive/MyDrive/繼續(xù)訓練/finetune_speaker.json ./configs/finetune_speaker.json
!cp -rf ../drive/MyDrive/繼續(xù)訓練/音頻/custom_character_voice/* ./custom_character_voice/
!cp -rf ../drive/MyDrive/繼續(xù)訓練/音頻/segmented_character_voice/ ./segmented_character_voice/
!cp ../drive/MyDrive/繼續(xù)訓練/音頻/long_character_anno.txt ./long_character_anno.txt
!cp ../drive/MyDrive/繼續(xù)訓練/音頻/short_character_anno.txt ./short_character_anno.txt