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

Estimate costs to run experiments #169

Open
WillemSpek opened this issue Jun 8, 2023 · 2 comments
Open

Estimate costs to run experiments #169

WillemSpek opened this issue Jun 8, 2023 · 2 comments
Assignees

Comments

@WillemSpek
Copy link
Collaborator

I want to run on a small subsample of the data in order to measure the costs in terms of compute, memory and network. Of course, compute appears to be the most relevant here.

@WillemSpek WillemSpek self-assigned this Jun 8, 2023
@elboyran
Copy link
Contributor

Do you have some estimates now?

@WillemSpek
Copy link
Collaborator Author

Yes, as a matter of fact I wanted to introduce it as a seperate PR. So far:

MNIST:

  • CPU 19:44s for 225 configurations @ AMD Ryzen 5 5500U
  • GPU 10:20s for 225 configurations @ NVIDIA T400

GPU is faster but the speedup is not as good as expected presumably due to excessive CPU-GPU transfers which is a difficult issue to resolve (we would have to reimplement all methods to optimize for GPU which requires linearization of masks with an image batch to bind IO to the GPU device).

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

2 participants