somaticio / tensorflow.rb

tensorflow for ruby
BSD 3-Clause "New" or "Revised" License
827 stars 66 forks source link

Add support for Multi Dimensional Tensors for String Data type in tensor #56

Closed arafatkatze closed 3 years ago

arafatkatze commented 8 years ago

A good solution to this problem was released in #26. But somehow it's a hack:

chrhansen commented 8 years ago

@Arafatk what is the task specifically for this issue – what is the missing support for string data type?

arafatkatze commented 8 years ago

@chrhansen The issue here is that we can not use multidimensional arrays of string data type in tensorflow.rb.

jc07 commented 7 years ago

@Arafatk I have been looking at the latest developments and its really interesting.
I think the new API does not support multi-dimensional string tensors.
I am exploring the API and I want to try this issue.

arafatkatze commented 7 years ago

@jc07 Thanks a lot for your interest.
I am glad you are interested in solving the issue, feel free to raise any questions you have regarding this. Thanks