Cosmeticwave
12/10/2022, 3:00 PMCosmeticwave
12/10/2022, 3:11 PMCosmeticwave
12/10/2022, 3:21 PMCosmeticwave
12/10/2022, 4:47 PMAmizade | Pony's voice creator
12/10/2022, 5:36 PMReclezon
12/10/2022, 5:51 PMOther notebooks
section.Amizade | Pony's voice creator
12/10/2022, 6:09 PMAmizade | Pony's voice creator
12/10/2022, 6:13 PMAmizade | Pony's voice creator
12/10/2022, 6:14 PMReclezon
12/10/2022, 6:22 PMAmizade | Pony's voice creator
12/10/2022, 6:28 PMAmizade | Pony's voice creator
12/10/2022, 7:37 PMjs
RuntimeError Traceback (most recent call last)
<ipython-input-21-37fdb9b04f8a> in <module>
3 print("Generating mels")
4 if generate_mels:
----> 5 create_mels()
6
7 print("Checking for missing files")
3 frames
/content/tacotron2/stft.py in transform(self, input_data)
82
83 # similar to librosa, reflect-pad the input
---> 84 input_data = input_data.view(num_batches, 1, num_samples)
85 input_data = F.pad(
86 input_data.unsqueeze(1),
RuntimeError: shape '[1, 1, 21654]' is invalid for input of size 43308
hecko
12/11/2022, 12:44 PMhecko
12/11/2022, 12:45 PMhecko
12/11/2022, 12:46 PMAmizade | Pony's voice creator
12/11/2022, 12:47 PMhecko
12/11/2022, 12:47 PMhecko
12/11/2022, 12:48 PMhecko
12/11/2022, 12:48 PMhecko
12/11/2022, 12:48 PMAmizade | Pony's voice creator
12/11/2022, 1:02 PMjs
Generating mels
Generating Mels
37%
11/30 [00:00<00:00, 32.64it/s]
/content/tacotron2/utils.py:14: WavFileWarning: Chunk (non-data) not understood, skipping it.
sampling_rate, data = read(full_path)
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
<ipython-input-5-37fdb9b04f8a> in <module>
3 print("Generating mels")
4 if generate_mels:
----> 5 create_mels()
6
7 print("Checking for missing files")
3 frames
/content/tacotron2/stft.py in transform(self, input_data)
82
83 # similar to librosa, reflect-pad the input
---> 84 input_data = input_data.view(num_batches, 1, num_samples)
85 input_data = F.pad(
86 input_data.unsqueeze(1),
RuntimeError: shape '[1, 1, 52781]' is invalid for input of size 10556
Amizade | Pony's voice creator
12/11/2022, 1:02 PMhecko
12/11/2022, 1:02 PMAmizade | Pony's voice creator
12/11/2022, 1:05 PMAmizade | Pony's voice creator
12/11/2022, 1:09 PMhecko
12/11/2022, 1:16 PMhecko
12/11/2022, 1:17 PMhecko
12/11/2022, 1:17 PMAmizade | Pony's voice creator
12/11/2022, 1:20 PMhecko
12/11/2022, 1:20 PM