lucidrains / audiolm-pytorch

Implementation of AudioLM, a SOTA Language Modeling Approach to Audio Generation out of Google Research, in Pytorch
MIT License
2.42k stars 261 forks source link

Add demo Jupyter notebook to run end-to-end #63

Closed LWprogramming closed 1 year ago

LWprogramming commented 1 year ago

Notebook that lets you run all of AudioLM (without any trained checkpoints or anything like that though, just scaffolding to train things and get a sound out during inference)

for discussion #11

lucidrains commented 1 year ago

sure, thanks!