gaoyiyao

Results 9 issues of gaoyiyao

Traceback (most recent call last): File "/home_1/gaoyiyao/MockingBird-main/pre.py", line 74, in preprocess_dataset(**vars(args)) File "/home_1/gaoyiyao/MockingBird-main/models/synthesizer/preprocess.py", line 86, in preprocess_dataset for speaker_metadata in tqdm(job, dataset, len(speaker_dirs), unit="speakers"): File "/home_1/gaoyiyao/anaconda3/envs/sound/lib/python3.9/site-packages/tqdm/std.py", line 1181, in __iter__...

设备明明有空间,但是显示内存不足。 修改了trainpy上的device = torch.device("cuda:1" if torch.cuda.is_available() else "cpu"),指定使用第二个GPU,但是他还是用的第一个 (FastSpeech) gaoyiyao@deeplearning-Z10PE-D8-WS:/home_1/gaoyiyao/FastSpeech2-master$ python3 train.py -p config/LJSpeech/preprocess.yaml -m config/LJSpeech/model.yaml -t config/LJSpeech/train.yaml Prepare training ... Number of FastSpeech2 Parameters: 35159361 Traceback (most recent call...

(FastSpeech) root@autodl-container-66ee44be9a-c385597c:~/FastSpeech2-master# tail -f out.log Reader.__init__(self, stream) File "/root/miniconda3/lib/python3.8/site-packages/yaml/reader.py", line 85, in __init__ self.determine_encoding() File "/root/miniconda3/lib/python3.8/site-packages/yaml/reader.py", line 124, in determine_encoding self.update_raw() File "/root/miniconda3/lib/python3.8/site-packages/yaml/reader.py", line 178, in update_raw data = self.stream.read(size)...

(FastSpeech) root@autodl-container-66ee44be9a-c385597c:~/FastSpeech2-master# tail -f out.log Reader.__init__(self, stream) File "/root/miniconda3/lib/python3.8/site-packages/yaml/reader.py", line 85, in __init__ self.determine_encoding() File "/root/miniconda3/lib/python3.8/site-packages/yaml/reader.py", line 124, in determine_encoding self.update_raw() File "/root/miniconda3/lib/python3.8/site-packages/yaml/reader.py", line 178, in update_raw data = self.stream.read(size)...

(FastSpeech) root@autodl-container-66ee44be9a-c385597c:~/FastSpeech2-master# python3 preprocess.py config/LJSpeech/preprocess.yaml Traceback (most recent call last): File "preprocess.py", line 14, in preprocessor = Preprocessor(config) File "/root/FastSpeech2-master/preprocessor/preprocessor.py", line 43, in __init__ self.STFT = Audio.stft.TacotronSTFT( File "/root/FastSpeech2-master/audio/stft.py", line...

FileNotFoundError: [Errno 2] No such file or directory: '/root/FastSpeech2-master/preprocessed_data/LJSpeech/mel/LJSpeech-mel-LJ016-0364.npy' Training: 0%| | 1/900000 [00:00

raw_data中是数据集吗,用于训练的数据集是放在这里吗 corpus_path: "/home/ming/Data/LJSpeech-1.1" lexicon_path: "lexicon/librispeech-lexicon.txt" raw_path: "./raw_data/LJSpeech" preprocessed_path: "./preprocessed_data/LJSpeech_paper"这四个路径分别指向什么

(CDFSE) root@autodl-container-66ee44be9a-c385597c:~/CDFSE_FastSpeech2-main# python3 preprocess.py config/AISHELL3/preprocess.yaml Processing Data ... 0%| | 0/218 [00:00

Traceback (most recent call last): File "preprocess.py", line 5, in from preprocessor import preprocessor File "/root/CDFSE_FastSpeech2-main/preprocessor/preprocessor.py", line 6, in import librosa File "/root/miniconda3/envs/CDFSE/lib/python3.8/site-packages/librosa/__init__.py", line 12, in from . import core...