Xiao-Ming / ChordRecognitionMIDITrainedExtractor

Chord recognition system with MIDI-trained feature extractor and BLSTM-CRF classifier
37 stars 5 forks source link

where is the blstm.model #1

Closed ericosmic closed 4 years ago

ericosmic commented 5 years ago

This source loss blstm.model, when run Estimate_Chords_From_Audio.py , it will give a error info.

Xiao-Ming commented 5 years ago

Hi, thank you for commenting and apologies for late response! The model should not have to load "blstm.model" at the estimation phase since crf_blstm.model includes the whole parameters, so I have omitted the code which executes unexpected loading process. Please see the latest commit. I'll include the blstm.model file in the repository anyway.