remi icon indicating copy to clipboard operation
remi copied to clipboard

"Pop Music Transformer: Beat-based Modeling and Generation of Expressive Pop Piano Compositions", ACM Multimedia 2020

Results 24 remi issues
Sort by recently updated
recently updated
newest added

how can i generate it

Hello, I changed the original training music to my own and this problem appeared, how can I solve it? Thank you very much for your answer!

i want to know that how to get the “dictionary.pkl” file and how to generate this file

Hi remy, Thanks for your amazing work. In your blog, I see different music style, when you finish your training, how do you control what style your model will generate?...

Hello, I want to add a pentatonic scale to MIDI. Do I need to modify the training checkpoint and dictionary? How should I modify and add

This problem occurs when I run code on pycharm: Process finished with exit code -1073741571 (0xC00000FD) Does anyone know how to solve it? You can reply here or contact my...

i removed this line but i can't train,it says:" self._traceback = tf_stack.extract_stack_for_node(self._c_op)" You can see #99 in model.py which is used to restore the pre-trained checkpoint. You can remove this...

Hi! I was trying to realize the evaluation part of the code according to the paper (see the attached picture) Pop Music Transformer: Beat-based Modeling and Generation of Expressive Pop...