stevenygd / PointFlow

PointFlow : 3D Point Cloud Generation with Continuous Normalizing Flows
https://www.guandaoyang.com/PointFlow/
MIT License
720 stars 101 forks source link

Processes and GPU:0 Memory #15

Closed AntheaLi closed 4 years ago

AntheaLi commented 4 years ago

Hello Guandao,

I am training your code with 8 GPUs, and I see that every process leaves some space on GPU:0. This limits the GPU utilization. I was wondering if this behavior should be expected, and if you know what might be the cause of this.

Thank you.

AntheaLi commented 4 years ago

figured it out