lucidrains / audiolm-pytorch

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

Bugfix - Fixing validation dataset variable on FineTransformerTrainer #243

Closed rgxb2807 closed 8 months ago

rgxb2807 commented 8 months ago

Bugfix addressing #242

valid_dataset should set self.valid_ds to remain consistent with the code, otherwise an error is thrown that self.valid_ds doesn't exist.

lucidrains commented 8 months ago

thanks Ryan!