-
Notifications
You must be signed in to change notification settings - Fork 5
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
GPU memory for training #5
Comments
Hi @ChongWang1024 , Approximately 26 GB of GPU memory is required for training on the FastMRI knee dataset. You can decrease the feature dimension to accommodate your GPU. I haven't observed any gradual increase in memory usage from my end. Could you provide more details about this issue? |
Hi @ChongWang1024 , Please update the code and then add |
The potential reason for memory leakage is the reference: |
Hi, Many thanks! |
Hi,
Thanks for sharing the code of this interesting work.
I am trying to run the training on the fastMRI dataset and I got CUDA out of memory issue even with batch size=1.
My GPU is NVIDIA A5000, which has 24G memory.
Could you please tell me how much GPU memory is required to train with batchsize=1?
BTW, I noticed that the memory is gradually increasing for each iteration (batch).
Is that normal? Maybe this is somehow related to the code itself and I didn't notice.
Many thanks! looking forward to your reply.
The text was updated successfully, but these errors were encountered: