docker-mozillatts icon indicating copy to clipboard operation
docker-mozillatts copied to clipboard

RuntimeError: storage has wrong size: expected 0 got 1024

Open stefins opened this issue 2 years ago • 0 comments

Hi,

When I'm trying to run the container I get the following error.

Traceback (most recent call last): File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/usr/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/app/tts_web/main.py", line 280, in main() File "/app/tts_web/main.py", line 270, in main synthesizer.load() File "/app/tts_web/synthesize.py", line 199, in load cp = torch.load(self.model_path, map_location=torch.device("cpu")) File "/app/lib/python3.7/site-packages/torch/serialization.py", line 585, in load return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args) File "/app/lib/python3.7/site-packages/torch/serialization.py", line 772, in _legacy_load deserialized_objects[key]._set_from_file(f, offset, f_should_read_directly) RuntimeError: storage has wrong size: expected 0 got 1024

Thanks :)

stefins avatar May 02 '22 05:05 stefins