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
In #503, I fixed a semantic deduplication bug that was happening in the DAPT tutorial by avoiding writing the embeddings to Parquet files. However, we should implement a more permanent fix.
This is the error that would pop up when doing write_to_disk: rapidsai/cudf#10115.
One way to fix this could be to convert any categorical columns into strings before writing to disk. I have not had a chance to test this yet, though.
The text was updated successfully, but these errors were encountered:
In #503, I fixed a semantic deduplication bug that was happening in the DAPT tutorial by avoiding writing the embeddings to Parquet files. However, we should implement a more permanent fix.
This is the error that would pop up when doing
write_to_disk
: rapidsai/cudf#10115.One way to fix this could be to convert any categorical columns into strings before writing to disk. I have not had a chance to test this yet, though.
The text was updated successfully, but these errors were encountered: