Tensorflow - how to create a Dataset which is an array of tuples

后端 未结 0 394
不知归路
不知归路 2020-12-10 15:05

Question

Dataset can be a collection of tuples with different types. I can create a dataset from a tuple.

tf.data.Dataset.from_tensors(
    ([1, 2, 3         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题