Dataset.from_tensor_slices(inp) Using print(dataset), will get you this output: <TensorSliceDataset shapes: (10,), types: tf.float32> That tells you that ...
確定! 回上一頁