.pth file directory: ./models\nullmodel72\nullmodel_e72_s2160.pth
.index file directory: ./models\nullmodel72\added_IVF2626_Flat_nprobe_1_nullmodel_v2.index
loading ./models\nullmodel72\nullmodel_e72_s2160.pth
gin_channels: 256 self.spk_embed_dim: 109
Exception in Tkinter callback
Traceback (most recent call last):
File "D:\AI\rvcGUI\RVC-GUI-pkg\runtime\lib\site-packages\tkinter\__init__.py", line 1892, in __call__
return self.func(*args)
File "D:\AI\rvcGUI\RVC-GUI-pkg\runtime\lib\site-packages\customtkinter\windows\widgets\core_widget_classes\dropdown_menu.py", line 101, in <lambda>
command=lambda v=value: self._button_callback(v),
File "D:\AI\rvcGUI\RVC-GUI-pkg\runtime\lib\site-packages\customtkinter\windows\widgets\core_widget_classes\dropdown_menu.py", line 106, in _button_callback
self._command(value)
File "D:\AI\rvcGUI\RVC-GUI-pkg\runtime\lib\site-packages\customtkinter\windows\widgets\ctk_optionmenu.py", line 381, in _dropdown_callback
self._command(self._current_value)
File "D:\AI\rvcGUI\RVC-GUI-pkg\rvcgui.py", line 443, in selected_model
get_vc(pth_file_path, 0)
File "D:\AI\rvcGUI\RVC-GUI-pkg\rvcgui.py", line 241, in get_vc
print(net_g.load_state_dict(cpt["weight"], strict=False)) # 不加这一行清不干净, 真奇葩
File "D:\AI\rvcGUI\RVC-GUI-pkg\runtime\lib\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 SynthesizerTrnMs256NSFsid:
size mismatch for enc_p.emb_phone.weight: copying a param with shape torch.Size([192, 768]) from checkpoint, the shape in current model is torch.Size([192, 256]).