YuliaRubanova / latent_ode

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

About Poisson Likelihood #10

Open SpaceLearner opened 4 years ago

SpaceLearner commented 4 years ago

I see that in ODEFunc you have implemented ODEFunc_w_Poisson while in the run_model.py I found that you haven't implemented any RNN-ODE with Poisson likelihood yet. How should I use Poisson Likelihood function? Can you give an example? Thanks a lot!