gitextract_upyc_iog/ ├── LICENSE ├── README.md ├── audio_dataset.py ├── baseline_models.py ├── btc_model.py ├── crf_model.py ├── run_config.yaml ├── test/ │ ├── btc_model.pt │ └── btc_model_large_voca.pt ├── test.py ├── train.py ├── train_crf.py └── utils/ ├── __init__.py ├── chords.py ├── hparams.py ├── logger.py ├── mir_eval_modules.py ├── preprocess.py ├── pytorch_utils.py ├── tf_logger.py └── transformer_modules.py