YuliaRubanova / latent_ode

Code for "Latent ODEs for Irregularly-Sampled Time Series" paper
MIT License
515 stars 126 forks source link

Error - Mujoco experiment #14

Open evelinabart opened 3 years ago

evelinabart commented 3 years ago

Hi @YuliaRubanova, @duvenaud, @rtqichen and other users,

I tried to run this line: python3 run_models.py --niters 300 -n 10000 -l 15 --dataset hopper --latent-ode --rec-dims 30 --gru-units 100 --units 300 --gen-layers 3 --rec-layers 3

And after some epochs I always receiving such an error:

image

Other examples seem to work fine, but I'm interested in this one. Can you look into it? Thanks in advance.

cadop commented 2 years ago

I am also not able to reproduce the Mujoco example. @YuliaRubanova do you have a configuration that works for reproducing results of the paper?

harrisonzhu508 commented 2 years ago

I think you need to add the flag: --sample-tp=the_missing_proportions_required to reproduce the interpolation results. I'm currently looking into it.

wfcgdut commented 1 month ago

我认为您需要添加标志:来重现插值结果。我目前正在调查。--sample-tp=the_missing_proportions_required

Hello, may I ask if you have any dependencies to run this code and if there are any files similar to "requirements. txt"

wfcgdut commented 1 month ago

您好、 和其他用户,

我尝试运行这行: python3 run_models.py --niters 300 -n 10000 -l 15 --dataset hopper --latent-ode --rec-dims 30 --gru-units 100 --units 300 --gen-layers 3 --rec-layers 3

经过几个 epoch 后,我总是收到这样的错误:

图像

其他例子似乎工作得很好,但我对这个很感兴趣。您能调查一下吗?提前感谢。

Hello, may I ask if you have any dependencies to run this code and if there are any files similar to "requirements. txt"

wfcgdut commented 1 month ago

我也无法重现 Mujoco 的例子。您是否有用于重现论文结果的配置?

Hello, may I ask if you have any dependencies to run this code now? Do you have any files similar to "requirements. txt"? Please advise. Thank you.