Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wok committed Aug 27, 2024
1 parent fd849db commit 11b5dee
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
- Beatrice V2 トレーニングコード公開!!!
- [トレーニングコードリポジトリ](https://huggingface.co/fierce-cats/beatrice-trainer)
- [コラボ版](https://github.com/w-okada/beatrice-trainer-colab)
- v.2.0.61-alpha
- [こちらを参照](https://github.com/w-okada/voice-changer/tree/v.2)
- feature:
- クロスフェードの時間を指定できるようになりました。
- bugfix:
- モデルマージの際に、使用しないモデルの要素を0にしても動くようになりました。
- v.2.0.60-alpha
- [こちらを参照](https://github.com/w-okada/voice-changer/tree/v.2)
- feature:
Expand Down
7 changes: 6 additions & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@
- Beatrice V2 Training Code Released!!!
- [Training Code Repository](https://huggingface.co/fierce-cats/beatrice-trainer)
- [Colab Version](https://github.com/w-okada/beatrice-trainer-colab)
- v.2.0.60-alpha
- v.2.0.61-alpha
- [HERE](https://github.com/w-okada/voice-changer/tree/v.2)
- feature:
- You can now specify the crossfade duration.
- bugfix:
- Fixed an issue where the non-used elements of a model would still affect performance during model merging by setting their values to zero.
- v.2.0.60-alpha
- feature:
- [darkmode](https://github.com/w-okada/voice-changer/issues/1306)
- [re-introduce pytorch rmvpe](https://github.com/w-okada/voice-changer/issues/1319)
Expand Down
6 changes: 6 additions & 0 deletions README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
- Beatrice V2 훈련 코드 공개!!!
- [훈련 코드 리포지토리](https://huggingface.co/fierce-cats/beatrice-trainer)
- [Colab 버전](https://github.com/w-okada/beatrice-trainer-colab)
- v.2.0.61-alpha
- [여기를 참조하십시오](https://github.com/w-okada/voice-changer/tree/v.2)
- 기능:
- 크로스페이드 시간을 지정할 수 있게 되었습니다.
- 버그 수정:
- 모델 병합 시 사용하지 않는 모델의 요소를 0으로 설정해도 동작하도록 수정되었습니다.
- v.2.0.60-alpha
- [여기를 참조하십시오](https://github.com/w-okada/voice-changer/tree/v.2)
- feature:
Expand Down

0 comments on commit 11b5dee

Please sign in to comment.