neural-ode
neural-ode copied to clipboard
dot product ordering issue
Correct me if I am wrong, but I think you have the ordering of the dot products elements in the couple ODE section reversed? I think you want in your eqns to be: tf.tensordot(A, z03,...) or your function declaration: np.dot(A,z3)
If I use your text markup version of the equations in a ode solver where I explicitly write the equations, the above form gives me the correct result.
Hi, I'm off for a few days without any decent computer, I'll check it early next week! Thks anyway