Skuldur / Classical-Piano-Composer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

offset should be += 1 not += 0.5 in predict.py

mtsandra opened this issue · comments

in predict.py create_midi() function, offset+=0.5 should be offset+=1. otherwise the output midi has 8 quarter notes in a 4/4 bar