CIA-Oceanix / TrAISformer

Pytorch implementation of TrAISformer---A generative transformer for AIS trajectory prediction (https://arxiv.org/abs/2109.03958).
Other
108 stars 37 forks source link

"INIT_SEQLEN" is not defined #10

Closed successdang99 closed 2 years ago

successdang99 commented 2 years ago

trAISformer.py fails with: "INIT_SEQLEN" is not defined

What does "INIT_SEQLEN" mean?

successdang99 commented 2 years ago

@dnguyengithub Please help me with this problem.

dnguyengithub commented 2 years ago

Hello, init_seqlen is "T+1" in the paper: https://arxiv.org/pdf/2109.03958.pdf