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

i dont know ;) #183

Open
kalle07 opened this issue Jul 21, 2023 · 1 comment
Open

i dont know ;) #183

kalle07 opened this issue Jul 21, 2023 · 1 comment

Comments

@kalle07
Copy link

kalle07 commented Jul 21, 2023

Type: NotADirectoryError
Text: [WinError 267] Der Verzeichnisname ist ungültig: 'd:\voicecloningAPP\data\models\tacotron2_statedict.pt'
Full: Traceback (most recent call last): File "C:\ProgramData\anaconda3\envs\voicecloningAPP\lib\site-packages\flask\app.py", line 1950, in full_dispatch_request rv = self.dispatch_request() File "C:\ProgramData\anaconda3\envs\voicecloningAPP\lib\site-packages\flask\app.py", line 1936, in dispatch_request return self.view_functionsrule.endpoint File "d:\voicecloningAPP\application\views.py", line 210, in get_train checkpoints=get_checkpoints(), File "d:\voicecloningAPP\application\views.py", line 78, in get_checkpoints for model in os.listdir(paths["models"]) File "d:\voicecloningAPP\application\views.py", line 79, in if os.listdir(os.path.join(paths["models"], model)) NotADirectoryError: [WinError 267] Der Verzeichnisname ist ungültig: 'd:\voicecloningAPP\data\models\tacotron2_statedict.pt'

@SandUhrGucker
Copy link

ensure the given config points to a directory, not a file.
also remove blanks in file+directorynames if you installed so.

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

2 participants