Open source implementation of Google's MusicLM in PyTorch
1–10 of 23 posts
Re: Open source implementation of Google's MusicLM in PyTorch
#2https://github.com/lucidrains/musiclm-pytorch/blob/main/musi...
Re: Open source implementation of Google's MusicLM in PyTorch
#3Re: Open source implementation of Google's MusicLM in PyTorch
#4Re: Open source implementation of Google's MusicLM in PyTorch
#5Seems to be an early WIP.
Re: Open source implementation of Google's MusicLM in PyTorch
#6Won't the model training be a lot of cost to bear, though?
Re: Open source implementation of Google's MusicLM in PyTorch
#7Re: Open source implementation of Google's MusicLM in PyTorch
#8Re: Open source implementation of Google's MusicLM in PyTorch
#9Does anyone know if these models can output also Midi instead of plain audio?
Re: Open source implementation of Google's MusicLM in PyTorch
#10Does anyone know if these models can output also Midi instead of plain audio?
You could train a model that could, but these models can’t.
Paper: https://google-research.github.io/seanet/musiclm/examples/
Quote: “By relying on pretrained and frozen MuLan, we need audio- only data for training the other components of MusicLM. We train SoundStream and w2v-BERT on the Free Music Archive (FMA) dataset (Defferrard et al., 2017), whereas the tokenizers and the autoregressive models for the seman- tic and acoustic modeling stages are trained on a dataset con- taining five million audio clips, amounting to 280k hours of music at 24 kHz.”
Tldr: you can only get out of these models what you put in, and these ones are trained on raw audio.
If you want midi output, you need to train a model on midi data.