Training Error: [WinError 32] The process cannot access the file because it is being used by another process #340
-
Hi everyone, I'm encountering an issue while trying to fine-tune a voice model using XTTS. I previously fine-tuned a voice with the XTTS model and wanted to create new fine-tunes. I moved the old model to the
I receive the following error:
I have tried restarting my PC and using the
What should I do to resolve this issue? Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I resolved my problem reducing the batch size and grad accumulation. It works with:
** I think the problem is my GPU memory. |
Beta Was this translation helpful? Give feedback.
-
I also get this error. No matter how low the settings. I have a 3060 with 12 GB RAM. Can't get finetuning to work. It uses around 3GB when it stops with the error message. [FINETUNE] The text length exceeds the character limit of 250 for language 'en', this might cause truncated audio. |
Beta Was this translation helpful? Give feedback.
-
@erew123 Thank you for your reply. I tried it with no success. Restarted my computer and also checked it with process explorer. There is just this single pocess. |
Beta Was this translation helpful? Give feedback.
I resolved my problem reducing the batch size and grad accumulation. It works with:
It does not work with below setup or larger batch sizes (I receive the same Error):
** I think the problem is my GPU memory.