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

Memory Overflow Issue #8

Open
plpalmer opened this issue Feb 9, 2023 · 2 comments
Open

Memory Overflow Issue #8

plpalmer opened this issue Feb 9, 2023 · 2 comments

Comments

@plpalmer
Copy link

plpalmer commented Feb 9, 2023

Hello,

i have noticed that used system memory increased over the course of the training. The training of the model than crashes when the system memory is completely filled up. It usually takes multiple Epochs. Have you noticed this issue before? Do you have an explanation, or some idea what could cause this issue and what i should look further into? I use the model with my own data, but have also noticed this issue when used with your provided Waymo data.

Thanks for your help in advance

@plpalmer
Copy link
Author

I think that i have found the problem. In models/alignnet.py im not sure what the parameter updated_inst_motion does. It does not seem to get used at any other point after line 254. When i comment out line 250-254 it does not seem to influence training but i dont have the memory overflow issue. It seems like updated_inst_motion is multiplied with c_inst_pose_est but because it never gets used in a backpropagation step it does not get cleared out from the computational graph. Could you elaborate on what the updated_inst_motion describes exactly and why it is set that way?

@EasonChaozhou
Copy link

Hello author, how can I visualize and achieve the qualitative results like in figure 8 in the paper?

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

2 participants