netpi / compound-word-transformer-tensorflow

AI 音乐 - compound-word-transformer,用 Tensorflow 实现
https://eurychen.me/post/music/ai-compose-music/
138 stars 24 forks source link

the dictionary size of different types of tokens #8

Open lujingqiao opened 6 months ago

lujingqiao commented 6 months ago

First of all, thank you very much. This project has helped me a lot.

I have a few questions and would like to receive your reply:

  1. for the dictionary size of different types of tokens, your code is not consistent with the paper and the open-source code of the author. For example, in your code, the dictionary size for chords is 18 (+2), whereas in the original paper, the dictionary size for chords is 133 (+2).
  2. can you tell me how you convert the open source dataset of the original author into your dataset?

Hope to get your reply