magenta / mt3

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

MT3: Jax and Jaxlib packages compatibility issues #107

Closed hugoGyps closed 1 year ago

hugoGyps commented 1 year ago

Hi, I got an issue when I'm running "Music Transcription with Transformers" google colab.

The jax and jaxlib packages from the t5x framework were upgraded yesterday (24 Feb 2023) in the "setup.py" file (from jaxlib v0.1.76 -> v0.4.3 and jax v0.4.0 -> v0.4.3).

It creates an issue in the "Imports and Definitions" cell in "Music Transcription with Transformers" colab, how could I fix this to make the colab working again ?

Thanks :)

iansimon commented 1 year ago

fixed by #108