-
Notifications
You must be signed in to change notification settings - Fork 28
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
Error in run_vits_finetuning
when starting to train
#22
Comments
I was able to fix this by using the exact same version of the transformers, datasets and accelerate as mentionned in the requirements.txt file. pip uninstall transformers datasets accelerate # remove the ones installed when you run pip install -r requirements.txt
pip install transformers==4.35.1 datasets[audio]==2.14.7 accelerate==0.24.1 |
Thank you SO much, that worked for me as well! I will close this issue but perhaps if you don't mind @ylacombe, I will open a pull request to change |
I am encountering an error when trying to run
accelerate launch run_vits_finetuning.py
. I get past the Weights & Biases authentication but then get stuck on training:I am relatively new to all of this, so any ideas on where the problem might be would be really helpful. It looks to me like the training data is not loading successfully but I'm trying to figure out if maybe there is an issue in the config? For context:
wandb
functionality, but the problem persists whether or not I visualizeI have put a reproducible example in this colab notebook which also includes the configs I'm using. To get started I was just trying to reproduce the Gujarati training example. Any pointers to where I'm going wrong would be greatly appreciated!
The text was updated successfully, but these errors were encountered: