magenta / mt3

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

No module named 't5x' #55

Closed RogerCurie closed 2 years ago

RogerCurie commented 2 years ago

ModuleNotFoundError Traceback (most recent call last)

in () 14 import seqio 15 import t5 ---> 16 import t5x 17 18 from mt3 import metrics_utils ModuleNotFoundError: No module named 't5x
dedededefo commented 2 years ago

Hello, I have the same problem. Have you solved it

RoshanKattil commented 2 years ago

I did !pip install orbax==0.0.2 and that seems to fix it according to an earlier post in issues the newer one removed a module

iansimon commented 2 years ago

Should be fixed as of #58 using fix from @RoshanKattil