Open evelinabart opened 3 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?
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.
我认为您需要添加标志:来重现插值结果。我目前正在调查。
--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"
您好、 和其他用户,
我尝试运行这行:
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"
我也无法重现 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.
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:
Other examples seem to work fine, but I'm interested in this one. Can you look into it? Thanks in advance.