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 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.
The text was updated successfully, but these errors were encountered:
In TensorFlow, libsvm format is supported through
tf.contrib.libsvm
which converts libsvm format into sparse tensor format. With the expected deprecation oftf.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 totf.data
directly.The text was updated successfully, but these errors were encountered: