创建从数据集中加载数据的数据集提供者

时间:2019-11-08 08:25:58

标签: tensorflow tensorflow-datasets

我使用slim.dataset_data_provider.DatasetDataProvider函数来加载文本数据。我想使用word_embeddings。 但是当我尝试打印张量的形状(caption_lengths和标题中的单词数)时: 它回来了吗?在形状上。有什么想法吗?

Tensor("ParseSingleSequenceExample/ParseSingleSequenceExample:6", shape=(?,), dtype=int64, device=/device:CPU:0) 

Tensor("Size:0", shape=(), dtype=int32, device=/device:CPU:0)

0 个答案:

没有答案