Respair commited on
Commit
7cb0fb7
1 Parent(s): 489f844

Update README_JP.md

Browse files
Files changed (1) hide show
  1. README_JP.md +29 -1
README_JP.md CHANGED
@@ -131,4 +131,32 @@ pip install -r requirements.txt
131
 
132
  4. 2段階目の訓練でNaNが発生:
133
 
134
- ***グラジエントが爆発しているのかもしれません。クリッピングを試すか、バッチサイズが大すぎる可能性があります。それでも解決しない場合は、オリジナルのDPスクリプトを使って最初の数エポックを事前訓練することをお勧めします。または、完全にDPを使用してください。***
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
 
132
  4. 2段階目の訓練でNaNが発生:
133
 
134
+ ***グラジエントが爆発しているのかもしれません。クリッピングを試すか、バッチサイズが大すぎる可能性があります。それでも解決しない場合は、オリジナルのDPスクリプトを使って最初の数エポックを事前訓練することをお勧めします。または、完全にDPを使用してください。***
135
+
136
+
137
+
138
+
139
+ ## Some cool and related projects:
140
+
141
+ [Kokoro]("https://huggingface.co/spaces/hexgrad/Kokoro-TTS") - a very nice and light weight TTS, based on StyleTTS. supports Japanese and English.
142
+ [VoPho]("https://github.com/ShoukanLabs/VoPho") - a meta phonemizer to rule them all. it will automatically handle any languages with hand-picked high quality phonemizers.
143
+
144
+
145
+
146
+ ## References
147
+ - [yl4579/StyleTTS2](https://github.com/yl4579/StyleTTS2)
148
+ - [NX-AI/xlstm](https://github.com/NX-AI/xlstm)
149
+ - [archinetai/audio-diffusion-pytorch](https://github.com/archinetai/audio-diffusion-pytorch)
150
+ - [jik876/hifi-gan](https://github.com/jik876/hifi-gan)
151
+ - [rishikksh20/iSTFTNet-pytorch](https://github.com/rishikksh20/iSTFTNet-pytorch)
152
+ - [nii-yamagishilab/project-NN-Pytorch-scripts/project/01-nsf](https://github.com/nii-yamagishilab/project-NN-Pytorch-scripts/tree/master/project/01-nsf)
153
+
154
+ ```
155
+ @article{xlstm,
156
+ title={xLSTM: Extended Long Short-Term Memory},
157
+ author={Beck, Maximilian and P{\"o}ppel, Korbinian and Spanring, Markus and Auer, Andreas and Prudnikova, Oleksandra and Kopp, Michael and Klambauer, G{\"u}nter and Brandstetter, Johannes and Hochreiter, Sepp},
158
+ journal={arXiv preprint arXiv:2405.04517},
159
+ year={2024}
160
+ }
161
+
162
+ ```