ashysheya / ODE-RNN

21 stars 2 forks source link

Code logic problem #2

Open Huaijiu1 opened 3 weeks ago

Huaijiu1 commented 3 weeks ago

In the ode-rnn.py file, x_i = prev_observation, x_i should be the observation at the current moment i, and should not be equal to the observation at the previous moment i-1. The ode_sol[:, -1] obtained is the hidden state of time i, and the observation of time i should also be used to update the hidden state.

Huaijiu1 commented 3 weeks ago

Thank you for your open sharing about your work, can you answer this question?@ashysheya