You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raceback (most recent call last):
File "D:\C\Comprehensive-Tacotron2-main\preprocess.py", line 28, in
main(preprocess_config)
File "D:\C\Comprehensive-Tacotron2-main\preprocess.py", line 13, in main
preprocessor.build_from_path()
File "D:\C\Comprehensive-Tacotron2-main\preprocessor\vctk.py", line 168, in build_from_path
self.divide_speaker_by_gender(self.in_dir), filename="spker_embed_tsne.png"
File "D:\C\Comprehensive-Tacotron2-main\utils\tools.py", line 314, in plot_embedding
data_y = np.array([gender_dict[spk_id] == 'M' for spk_id in embedding_speaker_id], dtype=np.int)
File "D:\C\Comprehensive-Tacotron2-main\utils\tools.py", line 314, in
data_y = np.array([gender_dict[spk_id] == 'M' for spk_id in embedding_speaker_id], dtype=np.int)
KeyError: 'preprocessed_data\VCTK\spker_embed\p225'
The text was updated successfully, but these errors were encountered:
raceback (most recent call last):
File "D:\C\Comprehensive-Tacotron2-main\preprocess.py", line 28, in
main(preprocess_config)
File "D:\C\Comprehensive-Tacotron2-main\preprocess.py", line 13, in main
preprocessor.build_from_path()
File "D:\C\Comprehensive-Tacotron2-main\preprocessor\vctk.py", line 168, in build_from_path
self.divide_speaker_by_gender(self.in_dir), filename="spker_embed_tsne.png"
File "D:\C\Comprehensive-Tacotron2-main\utils\tools.py", line 314, in plot_embedding
data_y = np.array([gender_dict[spk_id] == 'M' for spk_id in embedding_speaker_id], dtype=np.int)
File "D:\C\Comprehensive-Tacotron2-main\utils\tools.py", line 314, in
data_y = np.array([gender_dict[spk_id] == 'M' for spk_id in embedding_speaker_id], dtype=np.int)
KeyError: 'preprocessed_data\VCTK\spker_embed\p225'
The text was updated successfully, but these errors were encountered: