lucidrains / audiolm-pytorch

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

Fix path type #188

Closed LWprogramming closed 1 year ago

LWprogramming commented 1 year ago

Whoops, realized that path is actually converted to a pathlib.PosixPath so need to get the string version of it :)