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

Enhance data loading and transformation performance #68

Open
cwerner opened this issue Dec 9, 2021 · 0 comments
Open

Enhance data loading and transformation performance #68

cwerner opened this issue Dec 9, 2021 · 0 comments
Labels
cleanup Leaner and cleaner project structure performance More speed!

Comments

@cwerner
Copy link
Owner

cwerner commented Dec 9, 2021

The data loaders most likely are pretty inefficient at the moment. Let's try to profile and optimise GPU utilisation.

Potential problems atm:

  • data is concatenated from potentially many data loaders into a big batch
  • distmap (for boundary loss) is calculated in the data loader
  • one hot encoded representations are created multiple times
  • tensors are potentially moved from gpu to cpu and back multiple times (plus some bumpy operations)
@cwerner cwerner added cleanup Leaner and cleaner project structure performance More speed! labels Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Leaner and cleaner project structure performance More speed!
Projects
None yet
Development

No branches or pull requests

1 participant