shchur / ifl-tpp

Implementation of "Intensity-Free Learning of Temporal Point Processes" (Spotlight @ ICLR 2020)
https://openreview.net/forum?id=HygOjhEYDH
MIT License
80 stars 31 forks source link

Sampling with additional conditional information #21

Closed SunderlandAJ-1130 closed 1 year ago

SunderlandAJ-1130 commented 2 years ago

Hi, Shchur! Thank you so much for sharing your code. It is pretty helpful for my current research, but I encountered a problem with sampling.

I trained an ifl-tpp model with additional conditional information (e.g., Yelp dataset). However, during the sampling process, there is no additional information for the model. So, I don't know how to get the final context embedding with additional conditional information during sampling.

Do you have some suggestions for this problem? Thanks!