Skip to content
Discussion options

You must be logged in to vote

Hi @ophiry -- we don't have support for sparse vectors.

For pytorch, we have a to_torch() method on tables and columns for generating a torch-compatible version of the table/column.

For numpy, the fastest route is via pyarrow, so you could call my_column.to_pyarrow().to_numpy().

I haven't used tensorflow in a loooooong time, is there a particular input format it prefers?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cpcloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants