Jazz Improvisation with LSTM- Exercise 1 - djmodel

Hello bro,

What is my wrong!

{moderator edit - solution code removed}

2 Likes

You are calling the densor function incorrectly. The input you pass is not correct.

The error is telling you that the “summary” of your model has a different number of steps (layers) in it. That is because the compute graph of your model skips some calls because of the incorrect way you are calling densor.

Hi Mr. Paul Mielke,

I solved it. Thanks a lot for support.

1 Like

That’s great news! Thanks for confirming.