voicefixer icon indicating copy to clipboard operation
voicefixer copied to clipboard

not working anymore

Open madwurmz opened this issue 1 year ago • 0 comments

hi! I have this installed and it used to work alright, but since recently it will not start up anymore. what has happened? I know you don't work on this repo anymore, but then how did it break? 🤕

RuntimeError: Error(s) in loading state_dict for VoiceFixer: Missing key(s) in state_dict: "f_helper.istft.ola_window". Unexpected key(s) in state_dict: "f_helper.istft.reverse.weight", "f_helper.istft.overlap_add.weight".

Traceback: File "C:\Users\madwu\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 552, in _run_script exec(code, module.dict) File "D:\AI\VOICEFIXER\voicefixer\test\streamlit.py", line 18, in voice_fixer = init_voicefixer() File "C:\Users\madwu\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\runtime\caching\cache_utils.py", line 211, in wrapper return cached_func(*args, **kwargs) File "C:\Users\madwu\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\runtime\caching\cache_utils.py", line 240, in call return self._get_or_create_cached_value(args, kwargs) File "C:\Users\madwu\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\runtime\caching\cache_utils.py", line 266, in _get_or_create_cached_value return self._handle_cache_miss(cache, value_key, func_args, func_kwargs) File "C:\Users\madwu\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\runtime\caching\cache_utils.py", line 320, in _handle_cache_miss computed_value = self._info.func(*func_args, **func_kwargs) File "D:\AI\VOICEFIXER\voicefixer\test\streamlit.py", line 14, in init_voicefixer return VoiceFixer() File "C:\Users\madwu\AppData\Local\Programs\Python\Python310\lib\site-packages\voicefixer\base.py", line 23, in init self._model.load_state_dict( File "C:\Users\madwu\AppData\Local\Programs\Python\Python310\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(

madwurmz avatar Sep 17 '23 12:09 madwurmz