runtime error
Downloading: "https://github.com/r9y9/open_jtalk/releases/download/v1.11.1/open_jtalk_dic_utf_8-1.11.tar.gz" dic.tar.gz: 0.00B [00:00, ?B/s] dic.tar.gz: 0%| | 8.00k/22.6M [00:00<11:10, 35.3kB/s] dic.tar.gz: 97%|ββββββββββ| 21.8M/22.6M [00:00<00:00, 87.0MB/s] dic.tar.gz: 100%|ββββββββββ| 22.6M/22.6M [00:00<00:00, 70.5MB/s] Extracting tar file /home/user/.local/lib/python3.10/site-packages/pyopenjtalk/dic.tar.gz Traceback (most recent call last): File "/home/user/app/app.py", line 186, in <module> utils.load_checkpoint(model_path, model, None) File "/home/user/app/utils.py", line 40, in load_checkpoint model.load_state_dict(new_state_dict) File "/home/user/.local/lib/python3.10/site-packages/torch/nn/modules/module.py", line 2041, in load_state_dict raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format( RuntimeError: Error(s) in loading state_dict for SynthesizerTrn: size mismatch for enc_q.pre.weight: copying a param with shape torch.Size([192, 1025, 1]) from checkpoint, the shape in current model is torch.Size([192, 513, 1]). size mismatch for emb_g.weight: copying a param with shape torch.Size([200, 256]) from checkpoint, the shape in current model is torch.Size([3, 256]).
Container logs:
Fetching error logs...