musicautobot
musicautobot copied to clipboard
Beat and Bar Encoding in Transformer Encoder Question
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?
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