Skip to content
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

When the GPU runs out of memory, it needs to be handled in a better way in the UI #3

Open
sarthakpati opened this issue Aug 25, 2020 · 0 comments

Comments

@sarthakpati
Copy link
Member

Describe the bug
On GPUs with smaller VRAM (<11GB), the GUI errors out and asks the user to use the CLI.

To Reproduce
Steps to reproduce the behavior:
0. Have a GPU with smaller (<11GB) VRAM

  1. Download the sample data
  2. Run inference for tumor segmentation
  3. See error about "unable to process though GUI, please try command line"

Expected behavior
Check for the amount of memory (both RAM and VRAM) and let the user know if it is insufficient to run the training and/or inference

FeTS Version
0.0.1

sarthakpati pushed a commit that referenced this issue Dec 23, 2023
Use nnUNet for tumor segmentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant