Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants