Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems about training #28

Open
ChengkaiYang opened this issue Nov 19, 2023 · 3 comments
Open

Problems about training #28

ChengkaiYang opened this issue Nov 19, 2023 · 3 comments

Comments

@ChengkaiYang
Copy link

ChengkaiYang commented Nov 19, 2023

Hi,Doctor Zhou:
Well done work!But I have some problems.
1.What causes the OOM problem during training?Recently,someone says that Argoverse2 dataset has different size of map representation input.When training,random combination of large size of samples in a batch may leads to OOM problem.So how can I deal with the problem with a limited memory of GPU.
2.In one of QCNet improvement,after transpose and rotation invariance processing,does each agent in each timestep has a local reference and each agent in each timestep can be regarded as a node in GAT?The edge is the relative position relations of two agents' local reference?I noticed that the relative position relations of two agents' local reference is represented by the relative location,relative direction,relative orientation and relative time-order.I wonder if the four items can uniquely determined the relative relations of two local references?

@ZikangZhou
Copy link
Owner

  1. Perhaps you can modify the data preprocessing. For example, if the number of map nodes is too large, you can drop some map nodes that are too far away from any agents to be predicted.

  2. Yes, you can understand the model in this way. The "edge" should preserve the relative information between a pair of nodes such that given one node's absolute position, we are able to recover another node's absolute position via the edge information.

@ChengkaiYang
Copy link
Author

Thank you,Doctor Zhou.I also want to ask what is FHE and AHE?

@SunHaoOne
Copy link

Thank you,Doctor Zhou.I also want to ask what is FHE and AHE?

I guess they are final heading error and average heading error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants