Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working anymore #55

Open
madwurmz opened this issue Sep 17, 2023 · 0 comments
Open

not working anymore #55

madwurmz opened this issue Sep 17, 2023 · 0 comments

Comments

@madwurmz
Copy link

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(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant