You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run Neural CDE on PhysioNet 2012, which is different from PhysioNet 2019 in that it is sampled with irregular intervals. In PhysioNet 2019, all records are sampled with one-hour intervals. However, in 2012 data, intervals are irregular (could be anything, e.g., 36 minutes, 1 hour and 21 minutes). This creates a mismatch between times and final_index in your code. I tried to modify the code but it didn't seem to work. Is there an easy way to do that? Thanks.
The text was updated successfully, but these errors were encountered:
I tried to run Neural CDE on PhysioNet 2012, which is different from PhysioNet 2019 in that it is sampled with irregular intervals. In PhysioNet 2019, all records are sampled with one-hour intervals. However, in 2012 data, intervals are irregular (could be anything, e.g., 36 minutes, 1 hour and 21 minutes). This creates a mismatch between
times
andfinal_index
in your code. I tried to modify the code but it didn't seem to work. Is there an easy way to do that? Thanks.The text was updated successfully, but these errors were encountered: