tsinghua-fib-lab / Activity-Trajectory-Generation

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

Abount the training episode #7

Closed Wangjw6 closed 6 months ago

Wangjw6 commented 8 months ago

Is the default training episode (e.g., 6000) the one used for training? It seems to cost too much time.

YuanYuan98 commented 6 months ago

It is the maximum number of episodes set for training. You can stop the training process earlier by implementing an early stopping mechanism.