charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How much memory needed for sem_seg training

AbdouBou opened this issue · comments

I'm trying to train the sem_seg model as indicated in the read-me file.

I'm getting a "Stopped process" indication. At the same time i can see that it occurs exacty when the RAM is full on the monitor.

My question is how much RAM is needed for training without RAM limitation. and where to set a RAM limitation if possible?

Hi @AbdouBou
When using the GPU for training it takes up at least 10 GB.
However you can try reducing the the batch size according to your specifications. It should be fine after that.

Best,

Rohith

Hi @rohithsaro
Ok, thank you for answering.