jason9693 / MusicTransformer-tensorflow2.0

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

Fixed some arguments hard coding bugs. #26

Open k-l-lambda opened 3 years ago

k-l-lambda commented 3 years ago

I tried set a _maxseq value other than 2048, I got errors. And I checked related code and fixed it.