Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

InnerEye GPU memory requirements/suggestions #812

Answered by peterhessey
furtheraway asked this question in Q&A
Discussion options

You must be logged in to vote

Hi John, thanks for posting this! I'll answer your questions in order:

  1. "If I use a larger GPU machine with more cores, say 48, will it help?"

Using more cores will not help in this instance. If you want increased memory to avoid out of memory errors you need more memory per GPU. During training on multiple GPUs, the whole model is copied onto each available GPU and a batch is passed through each copy of the model at each training step.

More cores / GPUs will only increase how many batches are processed in parallel, not memory capacity.

  1. "Will memory requirement increase more with a bigger dataset?"

A bigger dataset (more total samples in the set) will not increase memory requirements. …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by peterhessey
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants