ZikangZhou / HiVT

[CVPR 2022] HiVT: Hierarchical Vector Transformer for Multi-Agent Motion Prediction
https://openaccess.thecvf.com/content/CVPR2022/papers/Zhou_HiVT_Hierarchical_Vector_Transformer_for_Multi-Agent_Motion_Prediction_CVPR_2022_paper.pdf
Apache License 2.0
577 stars 115 forks source link

self.propagate function #20

Closed pengqianhan closed 1 year ago

pengqianhan commented 1 year ago

In "global_interactor.py", I do not find the definition of 'self.propagate'. But it is used in "_mha_block"

ZikangZhou commented 1 year ago

Some functions are defined in the MessagePassing parent class. You can have a look at the document of Pytorch Geometric.