dipole-normal-prop icon indicating copy to clipboard operation
dipole-normal-prop copied to clipboard

parameter to set the batch_size

Open hzx123q opened this issue 3 years ago • 1 comments

Hello,Gal my GPU memory is 3GB that can't train the large point clouds(like lion),could you tell me which parameter is about setting the batch_size?

hzx123q avatar Feb 16 '22 12:02 hzx123q

Hi, it depends on which part of the algorithm consumes too much memory.

If it's the dipole part, you can decrease max_pts.

if it's at the network part you can try increasing --number_parts

galmetzer avatar Mar 04 '22 17:03 galmetzer