-
Notifications
You must be signed in to change notification settings - Fork 187
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
colab is not working anymore #134
Comments
I have the same problem |
I am having the same issue, I cannot import t5 in the Import and Definitions cell, but it was working a couple days ago |
Ugh, I'm not sure the best way to fix this. For now, you can add another pip install command that looks like:
I'll see if I can find a cleaner fix before I update the official notebook... |
Unfortunately, the fix does not work for me. I still get the same issue after adding the command. |
Why not fix the version of the only library that is not fixed: |
This does not work for me either |
I've tried multiple fixes but haven't had any luck. Has anyone been able to find a fix for this issue? |
After installed all packages of Setup Environment, |
I tried this fix and an error occurred when running "Upload Audio": "AudioIOReadError: initialization of _internal failed without raising an exception". This is probably because numpy (1.25.1) installed in the fix is not compatible with numba, which requires numpy<1.24. |
I fix the AudioIOReadError by changing the line However, now another error occurred when running "Transcribe Audio": "ImportError: fluidsynth() was called but pyfluidsynth is not installed". |
Replacing |
It worked, finally. I also downgraded bokeh so that midi image could come out normally. |
@Jackl-o-o-l That notebook doesn't work for me: I run into the same issue as #136 (comment) Did you make any other alterations? |
@jsphweid I think if you click "RESTART RUNTIME" after running |
Thank you very much. You've done me a great favor. ; ) |
Worked for me but still It produces absurd midi files as I cannot recognize the original sound of the song also It splits one guitar into several absurd identifiers! Guitar songs are lost tot this AI. |
Unfortunately, I had a similar experience. For the notes given by the same instrument in the input audio, the model somehow decides to use some different and weird instruments that suddenly pop out and last only for a few bars. When I listen to the output midi, sometimes I feel that I am listening to the soundtrack of a thriller, despite that the input is just a normal pop song without the vocal. I believed that those are problems related with the model itself. I hope that they could improve the model so that the output midi file could be more consistent. |
The model is not fine-tuned in terms of guitars. Sadly, there is no
alternative. It is hard to recognize whether those parts are linked to the
guitar or not. It could leave you trying for a day.
*A technical, translator, and moderate Sunni Muslim. The antidote of
hypocrites, disbelievers and grooming perisher.*
…On Fri, 18 Aug 2023 at 07:35, Jackl-o-o-l ***@***.***> wrote:
It worked, finally. I also downgraded bokeh so that midi image could come
out normally.
https://colab.research.google.com/drive/1JkWyAwFhAC6SJJ1Lvf4VPap6FwtniEuy?usp=sharing
Worked for me but still It produces absurd midi files as I cannot
recognize the original sound of the song also It splits one guitar into
several absurd identifiers! Guitar songs are lost tot this AI.
Unfortunately, I had a similar experience. For the notes given by the same
instrument in the input audio, the model somehow decides to use some
different and weird instruments that suddenly pop out and last only for a
few bars. When I listen to the output midi, sometimes I feel that I am
listening to the soundtrack of a thriller, despite that the input is just a
normal pop song without the vocal. I believed that those are problems
related with the model itself. I hope that they could improve the model so
that the output midi file could be more consistent.
—
Reply to this email directly, view it on GitHub
<#134 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASU2BOAJIXY6SZRPEG455S3XV4EM5ANCNFSM6AAAAAA2XNQ2W4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Unfortunately, I'm also getting crashes, both with the official notebook, and with @Jackl-o-o-l 's notebook.
|
same |
Looks like the latest flax version broke something. It started working again for me after downgrading to flax==0.7.2 |
Yeah! it works now! |
Would you mind to update the flax ==0.7.2 ? plesse? |
See also: |
RESTART RUNTIME doesn't work for me: I run into the same issue. |
|
Hi, could you double check mt3, t5x versions in colab notebook? Your colab is not working anymore, so if you could double-check this notebook, https://github.com/magenta/mt3/blob/main/mt3/colab/music_transcription_with_transformers.ipynb, that would be appreciated.
I cannot import the models because mt3, t5x cannot be imported in your cell. Thanks.
The text was updated successfully, but these errors were encountered: