-
Notifications
You must be signed in to change notification settings - Fork 901
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
one_hot_encoding uses too much gpu memory #30
Comments
Upon initial investigation using nvidia-smi, I don't find any evidence that is one_hot_encoding overallocating. |
This may be a issue with auto printing in ipython notebook (i.e. last line non-assignment line in cell). If the dataframe In[1]: df It will be printed and also stored in the |
The issue is most likely due to how gpu dataframes are used in the notebook. Closing. |
Fix use-after-delete error in join test
This PR removes --no-deps flags in jobs where nothing has been installed yet.
A user reported that one_hot_encoding with float64 uses too much memory. It was observed that float32 uses the correct amount of memory.
The text was updated successfully, but these errors were encountered: