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

[BUG] Tutorial 4 error. GPU running out of memory #5

Open
eborin opened this issue Nov 18, 2022 · 0 comments
Open

[BUG] Tutorial 4 error. GPU running out of memory #5

eborin opened this issue Nov 18, 2022 · 0 comments
Assignees

Comments

@eborin
Copy link
Collaborator

eborin commented Nov 18, 2022

Describe the bug
Tutorial 4 fails on a laptop with a NVidia MX450 GPU. The error message suggests the GPU is running out of memory.
We did some debugging and it seems the make_blobs function, at the first code block, is allocating lots of memory on the GPU, even if the n_samples parameter is small (e.g., n_samples = 5).

@eborin eborin changed the title [BUG] [BUG] Tutorial 4 error. GPU running out of memory Nov 18, 2022
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