-
Notifications
You must be signed in to change notification settings - Fork 424
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 of RAM #219
Comments
Hi, @hubery4 |
@JiaRenChang |
@JiaRenChang |
@hubery4 Could you explain what you mean by dimension problem? I fixed this already in finetune.py by squeezing the extra dimension in axis=1, but I'm still getting this out of memory error with a 32G gpu. Thanks! |
Hi JiaRen,
I have met a question that when I run 'finetune.py' in my computer with RAM = 32G. It always will be killed after one epoch. The error is this.
I just use the KITTI_2015 training data for finetune based on pretrained ScenFlow model.
Is the problem that the RAM=32G is not enough? How much the memory of RAM you used during training? Or is there anything in 'finetune.py' I need to change to run in RAM <= 32G?
Thank you
The text was updated successfully, but these errors were encountered: