Implementation of AudioLM, a SOTA Language Modeling Approach to Audio Generation out of Google Research, in Pytorch
2.45k
stars
266
forks
source link
Bugfix - Fixing validation dataset variable on FineTransformerTrainer #243
Closed
rgxb2807 closed 1 year ago
Bugfix addressing #242
valid_dataset
should setself.valid_ds
to remain consistent with the code, otherwise an error is thrown thatself.valid_ds
doesn't exist.