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
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 :)
The text was updated successfully, but these errors were encountered:
Hi,
When I'm trying to run the container I get the following error.
Thanks :)
The text was updated successfully, but these errors were encountered: