facebookresearch / audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
20.18k stars 2.01k forks source link

How to get last checkpoint for custom fine-tuning? #359

Open r03922123 opened 7 months ago

r03922123 commented 7 months ago

The discussion https://github.com/facebookresearch/audiocraft/issues/267 explains that default checkpoint is saved as best checkpoint based on validation metric, could we set any configuration to get last checkpoint without considering validation metric? Thank you