Can't run Onsets and Frames Colab notebook
See original GitHub issueI’m not sure if I’m doing something wrong but I’ve just opened the onsets and frames colab notebook, but there are import issues.
---> 10 from magenta.models.onsets_frames_transcription import audio_label_data_utils
11 from magenta.models.onsets_frames_transcription import configs
12 from magenta.models.onsets_frames_transcription import constants
ImportError: cannot import name audio_label_data_utils
Same problem with any other imports from onsets_frames_transcription.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Can't run Onsets and Frames Colab notebook · Issue #1625 ...
I'm not sure if I'm doing something wrong but I've just opened the onsets and frames colab notebook, but there are import issues....
Read more >Onsets and Frames.ipynb - Colaboratory - Google Colab
This notebook demonstrates running the model on user-supplied recordings. For more details on the architecture of the model and training datasets, see our ......
Read more >Onset and Frames Colab broken? - Google Groups
I'm trying to run https://colab.research.google.com/notebooks/magenta/ ... last 1 frames repeated, from the frame below .
Read more >Onsets and Frames: Dual-Objective Piano Transcription
Onsets and Frames is our new model for automatic polyphonic piano music transcription. Using this model, we can convert raw recordings of ...
Read more >[P] High-resolution Piano Transcription with Pedals by ... - Reddit
Try onsets and frames: https://magenta.tensorflow.org/onsets- ... Here's the colab notebook I'm using. ... The demo website doesn't work.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry about that, should be fixed now. In 270a9b94100270a673a69889b51c1f8b4132b22f, I removed the extra dependencies from the default magenta package setup that were causing the problems.
Sorry about that. I think there’s a mismatch between the notebook and some recent changes we made. A fixed version should be live on Monday or Tuesday.