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
I try to implement the project by using "py demo_cli.py" command.
Testing your configuration with small inputs.
Testing the encoder...
Testing the synthesizer... (loading the model will output a lot of text)
Trainable Parameters: 30.870M
Traceback (most recent call last):
File "demo_cli.py", line 94, in
mels = synthesizer.synthesize_spectrograms(texts, embeds)
File "C:\Users\12-lsr\Music\Real-Time-Voice-Cloning-master\synthesizer\inference.py", line 86, in synthesize_spectrograms
self.load()
File "C:\Users\12-lsr\Music\Real-Time-Voice-Cloning-master\synthesizer\inference.py", line 64, in load
self._model.load(self.model_fpath)
File "C:\Users\12-lsr\Music\Real-Time-Voice-Cloning-master\synthesizer\models\tacotron.py", line 496, in load
checkpoint = torch.load(str(path), map_location=device)
File "C:\Users\12-lsr\AppData\Local\Programs\Python\Python38\lib\site-packages\torch\serialization.py", line 1028, in load
return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
File "C:\Users\12-lsr\AppData\Local\Programs\Python\Python38\lib\site-packages\torch\serialization.py", line 1264, in _legacy_load
typed_storage._untyped_storage._set_from_file(
RuntimeError: storage has wrong byte size: expected %ld got %ld04096
The text was updated successfully, but these errors were encountered:
I try to implement the project by using "py demo_cli.py" command.
Testing your configuration with small inputs.
Testing the encoder...
Testing the synthesizer... (loading the model will output a lot of text)
Trainable Parameters: 30.870M
Traceback (most recent call last):
File "demo_cli.py", line 94, in
mels = synthesizer.synthesize_spectrograms(texts, embeds)
File "C:\Users\12-lsr\Music\Real-Time-Voice-Cloning-master\synthesizer\inference.py", line 86, in synthesize_spectrograms
self.load()
File "C:\Users\12-lsr\Music\Real-Time-Voice-Cloning-master\synthesizer\inference.py", line 64, in load
self._model.load(self.model_fpath)
File "C:\Users\12-lsr\Music\Real-Time-Voice-Cloning-master\synthesizer\models\tacotron.py", line 496, in load
checkpoint = torch.load(str(path), map_location=device)
File "C:\Users\12-lsr\AppData\Local\Programs\Python\Python38\lib\site-packages\torch\serialization.py", line 1028, in load
return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
File "C:\Users\12-lsr\AppData\Local\Programs\Python\Python38\lib\site-packages\torch\serialization.py", line 1264, in _legacy_load
typed_storage._untyped_storage._set_from_file(
RuntimeError: storage has wrong byte size: expected %ld got %ld04096
The text was updated successfully, but these errors were encountered: