Closed yanliang-wang closed 3 years ago
Hello, @yanliang-wang , Thank you for your interests in CLOCs! Yes, you are right, it is because your GPU memory is too small. Although CLOCs fusion itself does not need much memory, but in this version of implementation, I also need to run the 3D detector (SECOND-V1.5) on the fly, that's the part that takes most of the memory. Currently, running CLOCs needs around 4400 MB GPU memory for training, and around 2500 MB for inference.
Hello, @yanliang-wang , Thank you for your interests in CLOCs! Yes, you are right, it is because your GPU memory is too small. Although CLOCs fusion itself does not need much memory, but in this version of implementation, I also need to run the 3D detector (SECOND-V1.5) on the fly, that's the part that takes most of the memory. Currently, running CLOCs needs around 4400 MB GPU memory for training, and around 2500 MB for inference.
Hello, thank you for the helpful reply. I’ll try it with a new GPU .
Hello, @yanliang-wang , Thank you for your interests in CLOCs! Yes, you are right, it is because your GPU memory is too small. Although CLOCs fusion itself does not need much memory, but in this version of implementation, I also need to run the 3D detector (SECOND-V1.5) on the fly, that's the part that takes most of the memory. Currently, running CLOCs needs around 4400 MB GPU memory for training, and around 2500 MB for inference.
Have you measured how much memory is needed for CLOCs fusion? how can I measured it?
Thank you for the excellent work. It looks very cool. I was trying to run it, but there was some error about the memory of GPU. The log with the error is:
My GPU is NVIDIA GTX 1050TI with 4GB memory. Is it because that my GPU memory is not enough? Can I solve the problem by some operation without upgrading my GPU? And how much is the lowest requirement for GPU memory of the project?