Rare find

MusicLM. Generate original music from written descriptions.

github.com/lucidrains/musiclm-pytorch

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2023
  • Release —0.2.8
  • handle if even amount of batch sizes across devices
  • Release —0.2.7
  • export the sigmoid contrastive learning module
  • Release —0.2.6
  • further cleanup the distributed code
  • Release —0.2.5
  • quick fix
  • Release —0.2.4
  • complete distributed logic for sigmoid contrastive loss
  • Release —0.2.3
  • make sure regular contrastive loss supports distributed data parallel…
June 2023
  • clarify
April 2023
  • Release —0.2.2
  • move beartype onto methods
March 2023
  • Release —0.2.1
  • missing import
  • Merge pull request #41 from abinitio888/main
  • Fix import partial
  • Release —0.2.0
  • add sigmoid contrastive loss
  • Release —0.1.2
  • contrastive loss needs both directions
  • precompute audio and text layers to be used for hierarchical contrast…
  • add the hierarchical contrastive loss from the ViCHA strategy in http…
February 2023
  • project management
  • allow for sampling multiple pieces of music and selecting top match w…
  • map location to cpu when loading state dict
  • fix save command not using the one on the trainer class, for saving o…
  • product management