Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jun 22, 2023
1 parent 87e835e commit 80188c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ After much training on all three transformers (semantic, coarse, fine), you will
from musiclm_pytorch import MusicLM

musiclm = MusicLM(
audio_lm = audio_lm,
mulan_embed_quantizer = mulan_embed_quantizer
audio_lm = audio_lm, # `AudioLM` from https://github.com/lucidrains/audiolm-pytorch
mulan_embed_quantizer = quantizer # the `MuLaNEmbedQuantizer` from above
)

music = musiclm('the crystalline sounds of the piano in a ballroom', num_samples = 4) # sample 4 and pick the top match with mulan
Expand Down

0 comments on commit 80188c5

Please sign in to comment.