Results 8 issues of F+arming

/////The environment of Ubuntu 16.04LTS : CUDA 10.0, CUDNN7.6.5, Tensorflow-gpu 1.14.0 . ////When I run the `docker build -t tacotron-2_image docker/`, there is a problem in " Step 4/10 :...

url = 'https://zenodo.org/record/6221127/files/w2v2-L-robust-12.6bc4a7fd-1.1.0.zip' URLError:

When I run: from deep_emotion_recognition import DeepEmotionRecognizer deeprec = DeepEmotionRecognizer(emotions=['angry', 'sad', 'neutral', 'ps', 'happy'], n_rnn_layers=2, n_dense_layers=2, rnn_units=128, dense_units=128) # train the model deeprec.train() # get the accuracy print(deeprec.test_score()) # predict...

## 运行环境 * 操作系统(Linux/macOS/Windows):win10 * Python 版本:3.8.10 * pypinyin 版本:0.49.0 ## 问题描述 没啥bug, 请问从拼音风格怎么转到bopomofo啊? 比如: pinyin = lazy_pinyin('衣裳', style=Style.TONE3, neutral_tone_with_five=True) bopomofo = to_bopomofo(pinyin) 有没有to_bopomofo的风格转化啊? ## 问题复现步骤

question

According your code, how to use the Tensorboard ?

model = TTS(language='ZH_MIX_EN', device='cpu') File "D:\melo\api.py", line 60, in __init__ self.model.load_state_dict(checkpoint_dict['model'], strict=True) File "C:\Users\lib\site-packages\torch\nn\modules\module.py", line 2152, in load_state_dict raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format( RuntimeError: Error(s) in loading state_dict...

开启SoVITS训练时报错: ``` D:\python\lib\site-packages\torch\functional.py:650: UserWarning: stft with return_complex=False is deprecated. In a future pytorch release, stft will return complex tensors for all inputs, and return_complex=False will raise an error. Note: you...