-
Notifications
You must be signed in to change notification settings - Fork 112
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
Slow training process #11
Comments
The MinkowskiEngine was significantly updated recently which speeds up the inference quite a bit. The update caches some data on the GPU which also improves the GPU utilization. Could you try the latest version of the MinkowskiEngine? |
Hi @XuyangBai, Have you solved the efficiency issue? I adopted MinkowskiEngine v0.4.2, but the training is still quite slow. |
@tangbohu Sorry I haven't solved it, the training is still slow. |
I have updated the ME to v0.5 but met merge_sort CUDA error issue#67. |
Hi @chrischoy Thanks for your sharing. I tried your code on 3DMatch dataset using the default configuration and found the training process is very slow. Specifically it took about one and a half hour for one epoch. (as you mentioned in the paper, you trained FCGF for 100 epochs, which means more than one week in my configuration). The GPU memory it took is only less than 5000 MB and GPU utility is less than 10% but CPU utility is high. I wonder is it normal situation and what's the most time-consuming part ? I use RTX 2080Ti to train the model.
Thanks a lot.
The text was updated successfully, but these errors were encountered: