-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUDA out of memory in training ScanNet #27
Comments
I'm training on S3DIS dataset, on 2080ti(11GB) it also occurred the error "cuda out of memory", It seems that changing the batch size won't reduce GPU memory usage. But it runs well on tesla p100 (12GB). |
Guess Tesla K80 doesn't have enough memory. It has 11441MB as reported by
|
This is not a bug. OOM states that you need more memory. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to train ScanNet scene segmentation, but run into CUDA out of memory error. My environment:
The training was started by:
export BATCH_SIZE=8; ./scripts/train_scannet.sh 2 -default "--scannet_path ./data/scannet/train"
(I've tried BATCH_SIZE=32, and BATCH_SIZE=16, both failed)
Here is the error dump:
Any help is appreciated.
-- Yang
The text was updated successfully, but these errors were encountered: