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
Suppose that I have an input like this ["string1,"string2","string3].
Then I want to produce a block with produce tuple type, for example : (array([-5., 4.], dtype=float32), array([ 5., 5.], dtype=float32),array([-5., 3.], dtype=float32))
Suppose that I have an input like this ["string1,"string2","string3].
Then I want to produce a block with produce tuple type, for example :
(array([-5., 4.], dtype=float32), array([ 5., 5.], dtype=float32),array([-5., 3.], dtype=float32))
I tried something like this:
Maybe I'm not very clear on how to use fold block, any help is very appreciated.
The text was updated successfully, but these errors were encountered: