Skip to content
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

Support libsvm for tensorflow-io #10

Closed
yongtang opened this issue Dec 9, 2018 · 2 comments
Closed

Support libsvm for tensorflow-io #10

yongtang opened this issue Dec 9, 2018 · 2 comments

Comments

@yongtang
Copy link
Member

yongtang commented Dec 9, 2018

In TensorFlow, libsvm format is supported through tf.contrib.libsvm which converts libsvm format into sparse tensor format. With the expected deprecation of tf.contrib, the libsvm will be deprecated as well.

It would be great to provide continued support of libsvm through tensorflow-io package. While the tf.contrib.libsvm converts libsvm format into sparse tensor, I think in tensorflow-io, we could convert libsvm to tf.data directly.

@yongtang
Copy link
Member Author

/cc @yupbank, this issue covers libsvm (#24).

@yongtang
Copy link
Member Author

/assign @yupbank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants