neural-ode icon indicating copy to clipboard operation
neural-ode copied to clipboard

dot product ordering issue

Open brian1985 opened this issue 5 years ago • 1 comments

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.

brian1985 avatar Jun 25 '19 18:06 brian1985

Hi, I'm off for a few days without any decent computer, I'll check it early next week! Thks anyway

mandubian avatar Jun 27 '19 17:06 mandubian