Hello bro,
What is my wrong!
{moderator edit - solution code removed}
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.
That’s great news! Thanks for confirming.