An open API service indexing awesome lists of open source software.

https://github.com/yjlolo/music-seq2seq


https://github.com/yjlolo/music-seq2seq

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# music-seq2seq
This is to build a seq2seq auto-encoder for music audio, and use the learnt representations for downstream tasks.
The current downstream task in interest is emotion recognition, using the [PMEmo Dataset](http://pmemo.hellohui.cn).
The repo will not include the dataset.

Under construction
- [x] dataset
- [x] data loader
- [x] chunks division
- [x] model
- [x] attention
- [x] regressive inference
- [ ] Hierarchical RNN
- [ ] RCNN
- [x] trainer
- [x] extra loss constraints
- [ ] classifier

This is also the first repo, intended to improve coding skills as well.
The structure and template are adapted from [Pytorch-template](https://github.com/victoresque/pytorch-template).