lucidrains / audiolm-pytorch

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

from torchaudio.functional import resample missing in soundstream.py #109

Closed sohananisetty closed 1 year ago

sohananisetty commented 1 year ago

The Soundstream class in soundstream.py uses resample in the forward call. However, the necessary import does not exist in the file.

lucidrains commented 1 year ago

@sohananisetty oh yes, thanks!