magenta / mt3

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

How to get the pretrained checkpoint #10

Closed Aionrichman closed 2 years ago

Aionrichman commented 2 years ago

How can I get access to the the pretrained checkpoint? I can not see any download link in this repo

iansimon commented 2 years ago

There's no download link, but you can do what the colab does: gsutil -m cp -r gs://mt3/checkpoints .

RahulBhalley commented 1 year ago

How to read 0.0 weight file as NumPy array? @Aionrichman, @iansimon did you try that?