BenAAndrew / Voice-Cloning-App

A Python/Pytorch app for easily synthesising human voices
BSD 3-Clause "New" or "Revised" License
1.4k stars 233 forks source link

i dont know ;) #183

Open kalle07 opened 1 year ago

kalle07 commented 1 year ago

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 commented 1 year ago

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