-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
i think your log likelihood is wrongly computed. i will state it from two aspects, first, you don't shift your sequence, we should use the first hidden to compute the second intensity, while you use the first hidden to compute the first intensity and you do it similarly when compute the integral term. Second, i wonder when you are doing monto carlo estimation, why do you execute the following code:
temp_time /= (time[:, :-1] + 1).unsqueeze(2)
Metadata
Metadata
Assignees
Labels
No labels