如何从 python 列表创建 tensorflow RaggedTensor?
How to create tensorflow RaggedTensor from python list?
我有二维列表(list of lists)。我想从中创建 RaggedTensor。
但是这里没有从 python 列表创建 RaggedTensor 的方法。
怎么做?
很简单:
tf.ragged.constant(list)
我有二维列表(list of lists)。我想从中创建 RaggedTensor。
但是这里没有从 python 列表创建 RaggedTensor 的方法。
怎么做?
很简单:
tf.ragged.constant(list)