pointSIFT icon indicating copy to clipboard operation
pointSIFT copied to clipboard

OOM when allocating tensor with shape[32,1024,32,64]

Open overfitover opened this issue 6 years ago • 1 comments

when I run train_and_eval_scannet.py,I meet the error. Some idea.

overfitover avatar Jul 19 '18 02:07 overfitover

Your GPU memory runs out. You can use small batch size or multiple GPU cards for training.

jmydurant avatar Jul 24 '18 10:07 jmydurant