-
Notifications
You must be signed in to change notification settings - Fork 32
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
Training run errors #3
Comments
The .db file is a sqlite database file. The project is still pretty much a work in progress, it's good that you use ubuntu because I currently test on ubuntu only. I know where the bug originates from, its simply that a command line argument is not passed to the training script. Logs are usually written in /home/username/.config/voice-smith/data/training_runs/training_run_id/logs but if the script doesn't even start nothing is written there. I will test everything on Ubuntu before the next release and come back to you when it's out, shouldn't take longer than 2-3 days. |
v0.1.4 works for me. You may need to start the app using the command line by typing "voice-smith". Otherwise it may currently not detect your conda installation. |
I'm getting past some of this, now getting Oops, an error occured, check logs for more info ... When running this from CLI, I get: Traceback (most recent call last): ERROR conda.cli.main_run:execute(49): |
I ran setup.py on the backend, and was able to get past the previous error, but now it says it can't find voice_smith.config. |
The actual error in logs is: Traceback (most recent call last): |
You should try 0.2.0, everything python runs in Docker now, which should fix most issues, hope this one works for you ... |
Ubuntu 20.04, nvidia 470 running a 3090.
I get the following errors on training run, halting things at 0.00%
error: the following arguments are required: --user_data_path
AND
ERROR conda.cli.main_run:execute(49): .... etc..... (See above for error)
I am not sure if the logs are in the .db file or somewhere else, but any input on this would be helpful.
Thanks.
The text was updated successfully, but these errors were encountered: