Qin Yongliang
Results
2
issues of
Qin Yongliang
let's say we open a midifile and read the messages one by one, then save them into another format: ```py def convert(midifile): k = [] for msg in midifile: k.append(into_another_format(msg))...
enhancement
feature:midifile
I wrote it yesterday, and today I came across your repo so just wanna let you know. Here's the description: https://ctmakro.github.io/site/on_learning/fast_gan_in_keras.html w/ code inside. However I didn't make it into...