Unverified Commit 0bd9c92e authored by Phil Wang's avatar Phil Wang Committed by GitHub
Browse files

intent to build

parent daf96c8b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
## MusicLM - Pytorch (wip)

Implementation of <a href="https://google-research.github.io/seanet/musiclm/examples/">MusicLM</a>, Google's new SOTA model for music generation using attention networks, in Pytorch
Implementation of <a href="https://google-research.github.io/seanet/musiclm/examples/">MusicLM</a>, Google's new SOTA model for music generation using attention networks, in Pytorch.

They are basically using text-conditioned <a href="https://github.com/lucidrains/audiolm-pytorch">AudioLM</a>, but also have a surprising text audio contrastive learned model for filtering, which they named MuLan. MuLan is what will be built out in this repository, with AudioLM modified from the other repository to support the music generation needs here.

## Citations