Which is causing the issue ?
inference_model = Model([x, a,c], outputs)
Tried as well
inference_model = Model([x, a0,c0], outputs)
TMosh
2
The arguments you’re passing in Step 3 are not correct.
x, a, and c are not the inputs. Those variables are updated on each step of t.