Replies: 1 comment
-
I fix it using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @lululxvi
Thanks for your work and other contributors.
I tried the example of Lorenz_inverse.py and it worked well. Then I modified it to solve the following problem:
k
is the parameter I want to get. It always get nan in step 0 for usingalpha = tf.atan(w/u)
in my function systemODE.(I tried to change it toalpha = tf.atan(w-u)
and it started to train).I want to know how to carry out the divide calculation in my question.
here is the result:
here is the code:
Beta Was this translation helpful? Give feedback.
All reactions