jason9693 / MusicTransformer-tensorflow2.0

implementation of music transformer with tensorflow-2.0 (ICLR2019)
MIT License
353 stars 81 forks source link

Why not encoder? #23

Open Asuka0002 opened 3 years ago

Asuka0002 commented 3 years ago

I try th encoder-decoder model and I found my loss dosen't convergence. I wonder why is the extra information (the encoder input) results in a bad performance?

jason9693 commented 3 years ago

@Asuka0002 Thank you for interest my repository. Some task needs both feature extraction and generation like NMT is necessary for encoder architecture, but not the case in this task. Actually, Music Generation Task is not focused on feature extraction, but "Generation Task", like GPT. this only needs next token prediction, and style is controlled by