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

Unable to seperate vocal and train models #2386

Open
KSSSniper opened this issue Nov 24, 2024 · 0 comments
Open

Unable to seperate vocal and train models #2386

KSSSniper opened this issue Nov 24, 2024 · 0 comments

Comments

@KSSSniper
Copy link

KSSSniper commented Nov 24, 2024

Hello,
Whenever I try to seperate vocal this message appeared.

Traceback (most recent call last):
File "C:\Users\user\Downloads\RVC1006Nvidia\infer\modules\uvr5\modules.py", line 41, in uvr
paths = [os.path.join(inp_root, name) for name in os.listdir(inp_root)]
NotADirectoryError: [WinError 267] The directory name is invalid: 'C:\Users\user\Downloads\VID 1.mp3'

Similarly, when I try to train a model, step 2A yield
Traceback (most recent call last):
File "C:\Users\user\Downloads\RVC1006Nvidia\infer\modules\train\preprocess.py", line 11, in
sr = int(sys.argv[2])
ValueError: invalid literal for int() with base 10: 'folder\VID'
2024-11-24 21:09:59 | INFO | main |

If I ignore all the error and proceed with the actual training process, it failed of course and upon insepecting the logs, seems like a lot of file location error is going on. " The system cannot find the path specified: 'C:\Users\user\Downloads\RVC1006Nvidia/logs/mi-test/1_16k_wavs'"

Should I put my RVC1006Nvidia foldier else where or I should place the audio file in a speific location for it to work?

@KSSSniper KSSSniper changed the title Unable to seperate vocal Unable to seperate vocal and train models Nov 24, 2024
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