Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有二维列表(列表列表)。我想从中创建 RaggedTensor。
但是这里没有从 python 列表创建 RaggedTensor 的方法。
怎么做 ?
这很简单:
tf.ragged.constant(list)