General machine learning / deep learning models for music tagging.
Analysis of Weighted BCE Loss Functions for Music Tagging
Dataset: MagnaTagATune
- SVM
- FCN
- ShortChunk CNN
- RNN
- TCN
- TSN
- CRNN
- Attention
conda create --name tag python=3.8
conda activate tag
pip install -r requirements.txt python preprocess.pypython autotrain.pypython train_svm.pypython train/trainer.py --config="config/config_fcn_logmel_bce.yaml"python infer.py --model_folder="models/"python generate_results.py