-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
IndexError: list index out of range #155
Comments
Hi, it seems that your transcribed data is empty. Did other songs work? Or is it just this song? |
Hi I tried a couple of songs. Im using the youtube function of giving it a link and all of them gave the same error. |
Can you post your hardware? CPU, RAM, GPU, VRAM ? |
I'd like to add that i am recieving the same issue, specifically when trying to use a Swedish language model from huggingface. I have tried several different models and i recieve the same issue, however it works just fine when i just use the standard model for english songs. Hardware: Here is my log `(.venv) C:\Users\rasmu\Downloads\UltraSinger-0.0.11\src>py UltraSinger.py -i "https://www.youtube.com/watch?v=k9tHJPpew5s" --whisper "small" --whisper_align_model "ID2223/whisper-small-swedish" [UltraSinger] *****************************
warnings.warn( |
@Anktratten & @Patuu25 can you both test it again? I made bigger changes there. Could work now |
Hi im getting this error and i cant figure it out:
[UltraSinger] Creating C:\song\JENNIE - You & Me\JENNIE - You & Me.txt from transcription.
[UltraSinger] Calculating silence parts for linebreaks.
Traceback (most recent call last):
File "C:\Ultrasinger\UltraSinger-main\src\UltraSinger.py", line 994, in
main(sys.argv[1:])
File "C:\Ultrasinger\UltraSinger-main\src\UltraSinger.py", line 889, in main
run()
File "C:\Ultrasinger\UltraSinger-main\src\UltraSinger.py", line 436, in run
real_bpm, ultrastar_file_output = create_ultrastar_txt_from_automation(
File "C:\Ultrasinger\UltraSinger-main\src\UltraSinger.py", line 656, in create_ultrastar_txt_from_automation
ultrastar_writer.create_ultrastar_txt_from_automation(
File "C:\Ultrasinger\UltraSinger-main\src\modules\Ultrastar\ultrastar_writer.py", line 88, in create_ultrastar_txt_from_automation
gap = transcribed_data[0].start
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: