musicautobot icon indicating copy to clipboard operation
musicautobot copied to clipboard

Beat and Bar Encoding in Transformer Encoder Question

Open chaonan99 opened this issue 5 years ago • 1 comments

Hi, this line of code seems redundant since bar_pos is already < self.max_bar_len by the line above.

Also I am a little bit confused about the default value of beat_len=32 and max_bar_len=1024. beat_len=4 makes more sense in my opinion since the value will loop every quarter note. Could you please give me more details?

chaonan99 avatar Feb 21 '20 21:02 chaonan99

Hello @chaonan99 @bearpelican, I am wondering the same thing. Did you ever come to a conclusion for the beat_len=32 and the max_bar_len=1024 values? Thank you

ColtonOsterlund avatar Apr 13 '23 20:04 ColtonOsterlund