tsinghua-fib-lab / Activity-Trajectory-Generation

The official implementation of "Activity Trajectory Generation via Modeling Spatiotemporal Dynamics"
27 stars 3 forks source link

about code simulation part runtime error #5

Open Pursue1221 opened 1 year ago

Pursue1221 commented 1 year ago

Dear Yuanyuan,

Thank you for your update.

I use the Japan earthquake dataset in the Neural Spatio-Temporal Point Processes, and I set the type of all event to 1. However, afer some iterations of simulation, discriminator training and policy training, a RuntimeError will show in simulation part, shape '[x, xx]' is invalid for input of size xx. I run several times, the error shows every time. Then I tried to use other datasets, but it still appeared.

Could you help me with this? By the way, I noticed that you use only 1000 users, and could you upload the dataset that you used of the Foursquare? Could you show how did you select those users, and it would be great if you can upload your data clean scripts.

Thank you so much and looking forward for your reply.

Wangjw6 commented 8 months ago

Hi, I also notice this error in the odeint_adjoint. Did you figure it out?