You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: