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

pairwise_marginal for bigger datasets - gpu batching #13

Open
khosravipasha opened this issue Feb 2, 2022 · 0 comments
Open

pairwise_marginal for bigger datasets - gpu batching #13

khosravipasha opened this issue Feb 2, 2022 · 0 comments

Comments

@khosravipasha
Copy link
Contributor

Currently we need to allocate few big CuArrays at the same time

  • 2 * (dataset_size, features) => float(data), float(not_data), each around 1.4GB allocation for cat_mnist 2 * (60000, 6272)
  • (features, features, 4) => for storing MI's; around 600MB for (6272,6272).
  • few other smaller ones

Overall need around 4-5GB GPU memory here, so on bigger datasets need batching or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant