magenta / mt3

MT3: Multi-Task Multitrack Music Transcription
Apache License 2.0
1.41k stars 185 forks source link

Colab Notebook Broken on Imports and Definitions #111

Closed Amusesmile closed 1 year ago

Amusesmile commented 1 year ago

I get this error on that block when trying to import t5x:

AttributeError: module 'tensorstore' has no attribute 'ocdbt'

iansimon commented 1 year ago

I'm unable to replicate. Is anyone else seeing this?

Amusesmile commented 1 year ago

Just so we're on the same page, my steps are:

  1. Open this Colab notebook https://colab.research.google.com/github/magenta/mt3/blob/main/mt3/colab/music_transcription_with_transformers.ipynb
  2. Run "Setup Environment" (success with a few pip warnings)
  3. Run "Imports and Definitions" (error on import t5x)

Thanks!

Amusesmile commented 1 year ago

It seems to be working now. Not sure why it was broken before- I tested it multiple times. Sorry for the trouble. Question: could the E-GMD drum model be imported and used for this notebook?

iansimon commented 1 year ago

There's a separate colab that supports a drum transcription model trained on E-GMD: https://colab.research.google.com/notebooks/magenta/onsets_frames_transcription/onsets_frames_transcription.ipynb