v1.6.0
This version introduces a new input representation, Duration14
.
This input encodes the measure
-and note
-onset information. That is, it indicates when a new measure begins and the duration elapsed since the last measure. Additionally, it indicates when a new onset begins, and the duration elapsed since the last note onset.
It dramatically improves the performance of the HarmonicRhythm7
task.
What's Changed
- Adding Duration14 input representation. by @napulen in #63
- Duration14 fixes by @napulen in #64
- Updating pretrained model of v1.6.0. by @napulen in #65
Full Changelog: v1.5.1...v1.6.0