| license: mit | |
| library_name: pytorch | |
| tags: | |
| - variational-autoencoder | |
| - audio | |
| - music-generation | |
| - encodec | |
| # VAE Drum Machine β data & checkpoints | |
| Trained checkpoints and processed data for a variational autoencoder that generates and | |
| interpolates drum one-shots in Meta EnCodec token space. | |
| Code and full write-up: https://github.com/kevin-bretz/VAEDrumMachine | |
| **Checkpoints** (`checkpoints/`) | |
| - `model.pt` β trained VAE. | |
| - `vae_encodec_checkpoint_epoch_660.pt`, `vae_encodec_checkpoint_epoch_840.pt` β intermediate training checkpoints. | |
| **Data** (`data/`) | |
| - `encodec_cache.zip` β EnCodec token cache. | |
| - `Colab_Data.zip` β processed training data used on Colab. | |