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

Add warning for a single gpu on predict_tile #653

Merged
merged 2 commits into from
Apr 5, 2024

Conversation

bw4sz
Copy link
Collaborator

@bw4sz bw4sz commented Apr 3, 2024

Closes #467 #649. I have no evidence that moving .cpu() improves performance on predict step. I was not able to decipher what is happening with more than one gpu within predict_tile. I compromised and added a warning and set to one gpu, then added a doc that gave some general outlines on how we use dask and SLURM to parallelize.

@bw4sz bw4sz requested a review from ethanwhite April 3, 2024 18:48
Copy link
Member

@ethanwhite ethanwhite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

predict_tile does not work if gpus > 1
2 participants