-
Notifications
You must be signed in to change notification settings - Fork 143
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
[QST] NVTabular function is not supported for this dtype: size #1880
Comments
I have been struggling with the same exact issue for the last few days.
Output:
|
same issue |
Error during Categorify: function is not supported for this dtype: size |
@anuragreddygv323 can u please provide more details?
Also we need a reproducible example to reproduce your error. thanks. |
Cuda 12.1 installed this cudf pip install trying to run transforemer4rec tutorial and when Im trying to categorify its throwing the above error I ran the example on the documentation and it gives me the same error Create toy datasetdf = cudf.DataFrame({ Define pipelineCATEGORICAL_COLUMNS = ['author', 'productID'] Initialize the workflow and execute itproc = nvt.Workflow(cat_features) Print resultsprint(ddf.compute()) |
@anuragreddygv323 we dont support cudf this one : |
pip install
|
Installing cudf is not enough. you need dask-cudf as well.
I recommend you to use docker images. Please refer to this page to install cudf: https://docs.rapids.ai/install/#pip your driver version should be compatible with the cuda version and therefore the cudf version. You can ask cudf related questions (like installation issues) in the rapids/cudf GH repo. |
I tried running NVTabular code related to this and this, but I could not get past the line of code with the Workflow.
The error is:
which occurs after calling Categorify.
Is there something I need to check in order to get NVTabular working?
Any additional information from me to solve this issue?
Thanks!
The text was updated successfully, but these errors were encountered: